Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-15 | GTK+-3.20: do not use deprecated gtk_button_set_focus_on_click | raveit65 | 1 | -0/+8 | |
2016-06-15 | GTK+3 pathbar: Do not use deprecate composite-child API | raveit65 | 1 | -0/+8 | |
2016-05-31 | GTK+2: fix build errors after last commits | monsta | 1 | -1/+1 | |
2016-05-30 | GTK+3 sidebars and caja-places: port style_set to style_updated | raveit65 | 1 | -9/+17 | |
2016-05-28 | GTK3:caja-pathbar remove GtkStyle vars | lukefromdc | 1 | -2/+10 | |
caja-pathbar.c: GtkStyleContext is already used to style the pathbar, so removed GtkStyle variables and unneeded caja_path_bar_style_set function | |||||
2016-02-02 | GTK3 BlueMenta: add caja-pathbar style class | Wolfgang Ulbrich | 1 | -0/+6 | |
Needed for gtk+-3.20 | |||||
2016-01-15 | GTK3: don't use deprecated gdk_threads_{enter/leave} () | Wolfgang Ulbrich | 1 | -1/+4 | |
Since we don't ever call gdk_threads_init() | |||||
2015-12-25 | pathbar: remove unneeded asserts | monsta | 1 | -2/+5 | |
2015-10-19 | GTK3: Replace gtk_{v,h}box new with gtk_box_new | raveit65 | 1 | -0/+4 | |
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0 | |||||
2015-01-13 | drop support for GLib < 2.36 | Monsta | 1 | -2/+0 | |
Closes https://github.com/mate-desktop/caja/pull/372 | |||||
2014-02-20 | Fixed crash in caja-pathbar.c (issue #209) | Zaffy | 1 | -1/+1 | |
2013-07-25 | Fixes for GTK3 support | Stefano Karapetsas | 1 | -2/+2 | |
2012-12-22 | [all] silence warnings from GCC 4.6 | Jasmine Hassan | 1 | -12/+0 | |
GCC 4.6 introduced a new warning about variables declared and initialized, but not really used in the function body. Remove all of these occurrences to build cleanly. http://git.gnome.org/browse/nautilus/commit/?id=d4230de8667764e02dbb966b5d806ff78ced2fd5 | |||||
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 | -6/+3 | |
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 | [pathbar] don't use deprecated size_request vfunc | Jasmine Hassan | 1 | -13/+186 | |
http://git.gnome.org/browse/nautilus/commit/?id=22cb1accd98c1ae10938eac10cc6beda8fb6b145 | |||||
2012-11-16 | [src] use gtk_widget_get_preferred_size() | Jasmine Hassan | 1 | -9/+18 | |
http://git.gnome.org/browse/nautilus/commit/?id=c47d18f566fa9518ca7750922da7da66d3211f3e | |||||
2012-11-16 | [src] don't use GtkObject (GTK3) | Jasmine Hassan | 1 | -4/+2 | |
the ::destroy signal of GtkObject has only been moved to GtkWidget in GTK3 (after GtkObject removal): http://developer.gnome.org/gtk3/3.0/ch25s02.html So we use conditionals in this case, to keep it working with GTK2. A tad similar: http://git.gnome.org/browse/nautilus/commit/?id=cc6cb51e827c0b15d4ef09f12d37b9f331ddcef8 | |||||
2012-11-16 | [build] don't include marshals we don't own | Jasmine Hassan | 1 | -1/+0 | |
http://git.gnome.org/browse/nautilus/commit/?id=8d07a73b28767b7c866fe403e9ac706b8affb8a2 | |||||
2012-09-05 | remove latest mateconf stuff | Stefano Karapetsas | 1 | -1/+0 | |
2012-09-05 | start migration to gsettings | Stefano Karapetsas | 1 | -4/+6 | |
2012-08-12 | Fixed incorrect fsf addresses. Closes #28. | Steve Zesch | 1 | -2/+2 | |
2012-01-05 | pathbar: remove buttons only if the gone file is below the current | Stefano Karapetsas | 1 | -4/+7 | |
This should fix once and for all the crashers when ejecting devices Patch by Cosimo Cecchi <[email protected]> http://git.gnome.org/browse/nautilus/commit/?h=gnome-2-32&id=c3b54e662b52ca15d1dcbe68386b8fa82b12adc5 | |||||
2012-01-05 | pathbar: fix crasher when unmounting volumes | Stefano Karapetsas | 1 | -8/+14 | |
https://bugzilla.gnome.org/show_bug.cgi?id=627901 http://git.gnome.org/browse/nautilus/commit/?h=gnome-2-32&id=1dc416887bf1e88c4b49bd1ac2101e0fb8460af8 | |||||
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+2165 | |