summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-10-20Rename INCLUDES to AM_CPPFLAGS in MakefileStefano Karapetsas1-1/+1
2013-10-06Merge branch '1.6' of github.com:mate-desktop/mate-file-manager into 1.6Stefano Karapetsas1-0/+27
2013-10-06Properly free GHashTable in properties windowStefano Karapetsas1-1/+1
2013-09-22Merge pull request #168 from infirit/1.6Stefano Karapetsas1-0/+27
2013-09-22Possible fix for crash during file rename in external devicesStefano Karapetsas1-2/+1
2013-09-21Fix ctrl+a behaviour in search fieldinfirit1-0/+27
2013-09-18INCLUDES to AM_CPPFLAGSWolfgang Ulbrich1-1/+1
2013-09-18Possible fix for crash during audio previewStefano Karapetsas1-0/+2
2013-09-17Fix spatial mode crash and shift+double clickinfirit1-1/+1
2013-06-29Fix g_type_init deprecationStefano Karapetsas1-0/+2
2013-06-24Fix URI managementStefano Karapetsas1-21/+30
2013-04-15Fixes #94 - default for target_navigation needs to be FALSE for spatial mode ...Dan Bravender1-1/+1
2013-04-12Fix default sort order in preferences windowStefano Karapetsas1-1/+0
2013-04-12Fix radio buttons and GSettings in preferences windowStefano Karapetsas1-52/+28
2013-02-24Always select the folder you "came from" when navigating upwardsStefano Karapetsas1-10/+40
2013-02-24Fix issues with XDG dirs in places sidebarStefano Karapetsas1-1/+12
2013-02-24More indentation fixesStefano Karapetsas1-19/+19
2013-02-24Indentation fixesStefano Karapetsas1-423/+424
2013-02-23Update copyrightStefano Karapetsas1-1/+1
2013-02-23Add support for freedesktop.org File Manager DBus InterfaceStefano Karapetsas5-1/+343
2013-02-17Check if caja is mistakenly set as default application for a content type, to...Stefano Karapetsas1-2/+18
2013-02-15Allow to open files with Caja using g_app_info_launch_default_for_uriStefano Karapetsas1-2/+19
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