Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-17 | src: reduce the scope of some variables | Pablo Barciela | 1 | -7/+13 | |
2019-04-12 | local #include files who are libraries inside <> instead "" | Pablo Barciela | 1 | -18/+18 | |
2019-04-10 | drop functions defined but not used | Pablo Barciela | 1 | -156/+0 | |
2019-04-10 | local #include files inside "" instead <> | Pablo Barciela | 1 | -20/+22 | |
2019-03-04 | caja-information-panel: Fix use of memory after it is freed | Pablo Barciela | 1 | -1/+4 | |
to avoid warning with Clang Analyzer | |||||
2019-02-02 | Avoid deprecated g_type_class_add_private under src | Wu Xiaotian | 1 | -6/+3 | |
Changed CajaInformationPanel, CajaLocationBar and CajaNavigationAction | |||||
2018-05-10 | eel-gtk-extensions: replace deprecated gtk_menu_popup function | raveit65 | 1 | -2/+0 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build ↵ | lukefromdc | 1 | -82/+0 | |
option *Remove GTK_VERSION_CHECK (3, 0, 0) and libunique selectors *Remove GTK2 and libunique specific code. *Leaves selector for specific GTK3 versions. *Remove #DEFINES for vbox/hbox previously required for GTK2 compatability *Keep vbox in caja-spatial-window.c, it is necessary for the desktop to work *spatial-window vbox issue at https://github.com/mate-desktop/caja/issues/591 | |||||
2016-06-19 | GTK3: Fix caja information panel | lukefromdc | 1 | -0/+6 | |
The Caja information panel (information option in sidebar) was never fully ported to GTK3, probably still isn't. Set the .view style class on it, and exclude the rest of caja_information_panel_update_appearance as that code segfaults (at least with GTK 3.21) on dragging a background to the info panel. We now have a demo for background dragging in GTK3: A background can be dragged to the information sidebar and will be displayed. Won't be saved and won't appear in other Cajs navigation windows, something in the code that segfaulted no doubt needs to be fixed for that but that's for later. At least this widget finally works. It will follow any theme I have and no longer fails to update to BlackMATE or my own theme. | |||||
2016-05-31 | GTK+2: fix build errors after last commits | monsta | 1 | -0/+4 | |
2016-05-30 | GTK+3 sidebars and caja-places: port style_set to style_updated | raveit65 | 1 | -4/+3 | |
2016-05-28 | GTK3:caja-information-panel.c use GtkStyleContext | lukefromdc | 1 | -0/+9 | |
caja-information-panel.c: Port caja_information_panel_style_set to GtkStyleContext in GTK3 builds | |||||
2016-01-23 | information-panel: use GtkWidget* instead of Gtk(V)Box | monsta | 1 | -4/+8 | |
and don't use deprecated function in GTK+3 build | |||||
2016-01-23 | information-panel: one more GtkWidget* usage | monsta | 1 | -4/+4 | |
also use GtkBox type in both GTK+ builds | |||||
2016-01-23 | information-panel: use GtkWidget* instead of Gtk(H)Box | monsta | 1 | -5/+10 | |
and don't use deprecated function in GTK+3 build | |||||
2015-01-13 | drop support for GLib < 2.36 | Monsta | 1 | -2/+0 | |
Closes https://github.com/mate-desktop/caja/pull/372 | |||||
2014-12-10 | zero-init all signals arrays | Monsta | 1 | -1/+1 | |
2012-12-03 | [eel-background] refactor to untangle directory & desktop bg-setting code | Jasmine Hassan | 1 | -17/+13 | |
2012-11-23 | [all] include src/glibcompat.h & use g_list_free_full() where needed | Jasmine Hassan | 1 | -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 functions | Jasmine Hassan | 1 | -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-macros | Jasmine Hassan | 1 | -10/+6 | |
2012-11-14 | [information-panel] don't use eel_point_in_widget() | Jasmine Hassan | 1 | -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 Hassan | 1 | -3/+1 | |
Hopefully this will play better with themes, when a custom (EelBackground) background is not set in the widget. | |||||
2012-09-05 | start migration to gsettings | Stefano Karapetsas | 1 | -25/+45 | |
2012-08-12 | Fixed incorrect fsf addresses. Closes #28. | Steve Zesch | 1 | -1/+1 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+1271 | |