summaryrefslogtreecommitdiff
path: root/src/caja-information-panel.c
AgeCommit message (Collapse)AuthorFilesLines
2016-05-31GTK+2: fix build errors after last commitsmonsta1-0/+4
2016-05-30GTK+3 sidebars and caja-places: port style_set to style_updatedraveit651-4/+3
2016-05-28GTK3:caja-information-panel.c use GtkStyleContextlukefromdc1-0/+9
caja-information-panel.c: Port caja_information_panel_style_set to GtkStyleContext in GTK3 builds
2016-01-23information-panel: use GtkWidget* instead of Gtk(V)Boxmonsta1-4/+8
and don't use deprecated function in GTK+3 build
2016-01-23information-panel: one more GtkWidget* usagemonsta1-4/+4
also use GtkBox type in both GTK+ builds
2016-01-23information-panel: use GtkWidget* instead of Gtk(H)Boxmonsta1-5/+10
and don't use deprecated function in GTK+3 build
2015-01-13drop support for GLib < 2.36Monsta1-2/+0
Closes https://github.com/mate-desktop/caja/pull/372
2014-12-10zero-init all signals arraysMonsta1-1/+1
2012-12-03[eel-background] refactor to untangle directory & desktop bg-setting codeJasmine Hassan1-17/+13
2012-11-23[all] include src/glibcompat.h & use g_list_free_full() where neededJasmine Hassan1-2/+3
Also fixes a double-free regression in lc-p/caja-query from 7a42b9b0
2012-11-16[all] use g_list_free() and g_strcmp0 instead of eel functionsJasmine Hassan1-1/+2
Was: general: use g_list_free_full() instead of eel functions http://git.gnome.org/browse/nautilus/commit/?id=5e669515fd7f760382e6b7aa1449734a35a2d7f4 . Instead of g_list_free_full(), we use g_list_foreach and g_list_free() to avoid unnecessary glib dependency bump to 2.28
2012-11-16[information-panel] Don't use eel-gtk-macrosJasmine Hassan1-10/+6
2012-11-14[information-panel] don't use eel_point_in_widget()Jasmine Hassan1-1/+13
nor in sidebar-title. the eel function is deprecated.
2012-11-14[sidebar-title] try to use GtkStyle in _select_text_color()Jasmine Hassan1-3/+1
Hopefully this will play better with themes, when a custom (EelBackground) background is not set in the widget.
2012-09-05start migration to gsettingsStefano Karapetsas1-25/+45
2012-08-12Fixed incorrect fsf addresses. Closes #28.Steve Zesch1-1/+1
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+1271