summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-01-27Add "Open parent location" in menu if we are in search viewStefano Karapetsas1-0/+94
2013-12-22Update help uri to the correct locationinfirit8-9/+9
2013-11-29Merge pull request #198 from eyelash/icon-sizeStefano Karapetsas2-45/+5
2013-11-13Fix g_thread_init deprecationStefano Karapetsas1-0/+2
2013-11-07remove the border of the zoom controlElias Aebi1-1/+0
2013-11-07remove the border of the view as combo boxElias Aebi1-1/+0
2013-11-06put the containers instead of the contents into the size group and remove the...Elias Aebi2-16/+4
2013-11-03remove a custom size allocation that broke stuff on GTK3Elias Aebi1-28/+0
2013-11-03use the same icon size for the location button (the button that lets you togg...Elias Aebi1-1/+1
2013-11-03add the primary-toolbar style class to the primary toolbar (only for the GTK3...Elias Aebi1-0/+3
2013-10-19Rename INCLUDES to AM_CPPFLAGS in MakefileStefano Karapetsas1-1/+1
2013-10-06Properly free GHashTable in properties windowStefano Karapetsas1-1/+1
2013-09-20Merge pull request #112 from aubade/browserfixStefano Karapetsas1-1/+4
2013-09-19Possible fix for crash during file rename in external devicesStefano Karapetsas1-2/+1
2013-09-18Possible fix for crash during audio previewStefano Karapetsas1-0/+2
2013-09-01Fix spatial mode crash and shift+double clickinfirit1-1/+1
2013-08-01Replace ghelp: with help: for user-guideinfirit8-8/+8
2013-07-25src: Add GTK3/GDK3 supportStefano Karapetsas3-8/+40
2013-07-25Fixes for GTK3 supportStefano Karapetsas3-2/+13
2013-07-24Update for mate-desktop changesStefano Karapetsas2-2/+2
2013-07-18INCLUDES to AM_CPPFLAGSWolfgang Ulbrich1-1/+1
2013-06-29Fix g_type_init deprecationStefano Karapetsas1-0/+2
2013-06-24Fix URI managementStefano Karapetsas1-21/+30
2013-04-15Made File Browser windows always open folders in the same window,E.S. Quinn1-1/+4
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