Age | Commit message (Expand) | Author | Files | Lines |
2013-07-25 | libcaja-private: Add GDK3 support | Stefano Karapetsas | 2 | -0/+38 |
2013-07-25 | Fixes for GTK3 support | Stefano Karapetsas | 1 | -0/+4 |
2013-07-25 | Fix a nautilus => caja rename | Stefano Karapetsas | 1 | -2/+2 |
2013-07-25 | Include only gtk.h | Stefano Karapetsas | 1 | -1/+1 |
2013-07-24 | Update for mate-desktop changes | Stefano Karapetsas | 2 | -2/+2 |
2013-07-18 | INCLUDES to AM_CPPFLAGS | Wolfgang Ulbrich | 1 | -1/+1 |
2013-06-29 | Fixes for make dist | Stefano Karapetsas | 1 | -1/+1 |
2013-05-07 | Fix for #111 | Scott Balneaves | 1 | -5/+7 |
2013-04-17 | Possible fix for Issue #111 | Scott Balneaves | 1 | -0/+4 |
2013-04-10 | Typo on deprecations webpage. | Scott Balneaves | 2 | -23/+23 |
2013-04-10 | Update for #93 | Scott Balneaves | 1 | -1/+1 |
2013-04-10 | Fix for issue #93 | Scott Balneaves | 2 | -2/+97 |
2013-04-10 | Fix drag selection going out of bounds (partial revert of 99f8b5f25192b8593ae... | Brent Hull | 1 | -9/+14 |
2013-03-03 | Replace undocumented deprecated g_thread_gettime | Stefano Karapetsas | 2 | -5/+5 |
2013-02-27 | Fix internationalization of desktop icons | Stefano Karapetsas | 2 | -15/+45 |
2013-02-11 | Fix deprecated GStaticMutex | Stefano Karapetsas | 1 | -0/+12 |
2013-01-27 | Fix schema path deprecations | Brent Hull | 2 | -10/+10 |
2012-12-25 | Add mateconf-gsettings-data-convert file | Yaakov Selkowitz | 2 | -0/+87 |
2012-12-22 | [general] Don't use deprecated gdk_drawable_get_size at all | Jasmine Hassan | 1 | -4/+0 |
2012-12-22 | [all] silence warnings from GCC 4.6 | Jasmine Hassan | 14 | -95/+13 |
2012-12-22 | [lc-p] remove unnecessary GDK_DRAWABLE cast | Jasmine Hassan | 1 | -1/+1 |
2012-12-22 | [general] Use GSourceFunc instead of GtkFunction | Jasmine Hassan | 3 | -3/+3 |
2012-12-22 | [icon-container] don't use eel helper to set adjustment values | Jasmine Hassan | 1 | -67/+33 |
2012-12-03 | [global-prefs|application] use MATE global 'show-desktop-icons' setting | Jasmine Hassan | 2 | -59/+52 |
2012-12-03 | [directory-bg] rewrite/refactor, untangle directory & desktop bg-setting code | Jasmine Hassan | 2 | -508/+248 |
2012-12-03 | [eel-background] refactor to untangle directory & desktop bg-setting code | Jasmine Hassan | 1 | -14/+8 |
2012-12-01 | fix caja/nautilus rename | Stefano Karapetsas | 1 | -1/+1 |
2012-11-23 | [all] include src/glibcompat.h & use g_list_free_full() where needed | Jasmine Hassan | 25 | -155/+125 |
2012-11-20 | [lc-p] revise rendering-cleanup commit 2a4433a562 | Jasmine Hassan | 3 | -30/+17 |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 2 | -4/+4 |
2012-11-16 | Merge pull request #42 from jasmineaura/develop | Stefano Karapetsas | 53 | -1834/+989 |
2012-11-16 | [eel] remove eel_gdk_pixbuf_list_ref() | Jasmine Hassan | 1 | -2/+1 |
2012-11-16 | [all] use g_list_free() and g_strcmp0 instead of eel functions | Jasmine Hassan | 27 | -117/+166 |
2012-11-16 | [icon-container] remove size_request vfunc impl | Jasmine Hassan | 1 | -10/+0 |
2012-11-16 | [general] use new GtkScrollable interface | Jasmine Hassan | 3 | -39/+59 |
2012-11-16 | [column-utilities] fix a TODO about a missing description string | Jasmine Hassan | 1 | -2/+1 |
2012-11-16 | [column-utilities] disable SELinux column if !HAVE_SELINUX | Jasmine Hassan | 1 | -0/+2 |
2012-11-16 | [horizontal-splitter] remove, and use a regular GtkPaned instead | Jasmine Hassan | 3 | -385/+0 |
2012-11-16 | [cell-renderer-text-ellipsized] use new GtkSizeRequest vfunctions | Jasmine Hassan | 1 | -31/+57 |
2012-11-16 | [icon-dnd] cleanup useless comment | Jasmine Hassan | 1 | -4/+0 |
2012-11-16 | [icon-dnd] use negative device offsets to set the drag surface | Jasmine Hassan | 1 | -1/+1 |
2012-11-16 | [icon-canvas-item] use cairo directly instead of gdk_pixbuf_composite() | Jasmine Hassan | 1 | -18/+27 |
2012-11-16 | [icon-canvas-item] set transparent background for highlight | Jasmine Hassan | 1 | -2/+1 |
2012-11-16 | [icon-container] use gtk_widget_get_preferred_size() | Jasmine Hassan | 1 | -1/+3 |
2012-11-16 | [libcaja-private] Port to rendering-cleanup-next | Jasmine Hassan | 5 | -81/+325 |
2012-11-16 | [icon-dnd] remove commented out obsolete code | Jasmine Hassan | 1 | -62/+1 |
2012-11-16 | [KeepLastVerticalBox] Don't use eel-gtk-macros | Jasmine Hassan | 1 | -5/+4 |
2012-11-16 | [lc-p] use eel_canvas_item_destroy instead of gtk_object_destroy() | Jasmine Hassan | 2 | -4/+4 |
2012-11-16 | [lc-p] don't use GtkObject (GTK3) | Jasmine Hassan | 8 | -39/+25 |
2012-11-16 | [directory-background] Use weak refs instead of EelBackground destroy signal | Jasmine Hassan | 1 | -22/+30 |