summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-12-22[all] silence warnings from GCC 4.6Jasmine Hassan13-96/+8
2012-12-22[places-sidebar] plug leak in _dispose, add g_clear_object in glibcomat.hJasmine Hassan2-15/+23
2012-12-22[fm-properties] Use G_SETTINGS_BIND_INVERT_BOOLEAN where appropriateJasmine Hassan1-22/+2
2012-12-22[desktop-icon-view] don't use eel helper to set adjustment valuesJasmine Hassan1-2/+2
2012-12-22[property-browser] remove deprecated gtk_dialog_set_has_separatorJasmine Hassan1-1/+0
2012-12-03add Jasmine Hassan in authorsStefano Karapetsas1-0/+1
2012-12-03[global-prefs|application] use MATE global 'show-desktop-icons' settingJasmine Hassan1-3/+6
2012-12-03[directory-bg] rewrite/refactor, untangle directory & desktop bg-setting codeJasmine Hassan1-5/+2
2012-12-03[eel-background] refactor to untangle directory & desktop bg-setting codeJasmine Hassan1-17/+13
2012-11-25fix previous commitmate-file-manager-1.5.1Nelson Marques1-1/+0
2012-11-25fix no-return-in-nonvoid-function caja-window.cNelson Marques1-0/+2
2012-11-23[src] fix some incompatible pointer type warningsJasmine Hassan4-8/+14
2012-11-23[all] include src/glibcompat.h & use g_list_free_full() where neededJasmine Hassan21-123/+102
2012-11-23[src] add glibcompat.h for glib-2.27.2 forward-compatabilityJasmine Hassan2-0/+42
2012-11-23[directory-view] fix double-free regression from 7a42b9b0Jasmine Hassan1-2/+0
2012-11-20[sidebar-title] fix minor styling regression from 638df47eJasmine Hassan1-4/+20
2012-11-18fixed incorrect fsf addresses.Steve Zesch2-4/+4
2012-11-16Merge pull request #42 from jasmineaura/developStefano Karapetsas64-2670/+3698
2012-11-16[navigation-window] Use gtk_paned_new for GTK3 instead of gtk_[h|v]paned_newJasmine Hassan1-0/+8
2012-11-16[places-sidebar] use gtk_widget_set_visible() instead of the eel helperJasmine Hassan1-9/+9
2012-11-16[all] use g_list_free() and g_strcmp0 instead of eel functionsJasmine Hassan22-88/+126
2012-11-16[window] don't use deprecated size_request vfuncJasmine Hassan1-17/+57
2012-11-16[pathbar] don't use deprecated size_request vfuncJasmine Hassan1-13/+186
2012-11-16[general] use new GtkScrollable interfaceJasmine Hassan1-2/+8
2012-11-16[fm-properties] use GtkComboBoxText in the GtkBuilder fileJasmine Hassan1-178/+69
2012-11-16[src] replace deprecated GtkComboBox text APIs with GtkComboBoxTextJasmine Hassan4-21/+22
2012-11-16[image-properties-page] call gdk_pixbuf_loader_close() earlierJasmine Hassan1-1/+4
2012-11-16[icon-view] if possible, use the local path for the previewJasmine Hassan1-1/+17
2012-11-16[horizontal-splitter] remove, and use a regular GtkPaned insteadJasmine Hassan3-6/+4
2012-11-16[build] fix distcheckJasmine Hassan1-0/+1
2012-11-16[properties-window] split some long linesJasmine Hassan1-8/+32
2012-11-16[properties-window] don't use expose-event to draw the pie chartJasmine Hassan1-12/+50
2012-11-16[window-toolbars] show/hide the spinner when changing its stateJasmine Hassan1-8/+5
2012-11-16[desktop-icon-view] don't use gdk_drawable_get_screen()Jasmine Hassan1-1/+1
2012-11-16[src] use gtk_widget_get_preferred_size()Jasmine Hassan4-15/+36
2012-11-16[emblem-sidebar] Don't include eel-gtk-macros, minor cleanupJasmine Hassan1-6/+1
2012-11-16[property-browser] Don't use GtkObject nor eel-gtk-macrosJasmine Hassan1-80/+69
2012-11-16[information-panel] Don't use eel-gtk-macrosJasmine Hassan1-10/+6
2012-11-16[sidebar-title] Don't use GtkObject nor eel-gtk-macrosJasmine Hassan1-36/+29
2012-11-16[src] don't use GtkObject (GTK3)Jasmine Hassan18-81/+142
2012-11-16[icon-view] Don't use GtkObject nor eel-gtk-macrosJasmine Hassan1-32/+12
2012-11-16[connect-dialog] add a missing gtk_widget_show()Jasmine Hassan1-0/+1
2012-11-16[connect-dialog] make the code more readableJasmine Hassan1-70/+71
2012-11-16[connect-dialog] display a fatal error if GVfs doesn't have methodsJasmine Hassan1-1/+40
2012-11-16[connect-dialog] fixes for the handling of iconized entriesJasmine Hassan1-12/+14
2012-11-16[connect-dialog] handle psswds, display warns/errs in info bar, tweak UI detailsJasmine Hassan4-207/+723
2012-11-16[connect-operation] add CajaConnectServerOperationJasmine Hassan3-2/+207
2012-11-16[window-menus] use new connect dialog APIJasmine Hassan1-9/+1
2012-11-16[connect-dialog] redesign the dialogJasmine Hassan3-709/+317
2012-11-16[nav-win-menus] use new CajaApplication APIJasmine Hassan1-7/+11