summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-02-11Include autogen.sh in tarball1.6Stefano Karapetsas1-1/+2
Closes https://github.com/mate-desktop/caja/issues/253
2014-02-11Add description to caja-autorun-software manpageStefano Karapetsas1-1/+1
Patch by Mike Gabriel Closes https://github.com/mate-desktop/caja/issues/254
2014-02-10Don't create tar.gzmate-file-manager-1.6.4infirit1-1/+1
2014-02-10Remove COPYING.DOCS from EXTRA_DISTinfirit1-1/+0
2014-02-10Bump version to 1.6.4infirit1-1/+1
2014-02-10Add manpage for caja-autorun-softwareStefano Karapetsas2-0/+15
Closes #114 https://github.com/mate-desktop/mate-file-manager/issues/114
2014-02-10Remove old unused COPYING-DOCS fileStefano Karapetsas1-355/+0
See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738537#10 https://git.gnome.org/browse/nautilus/commit/?id=f933accf04863e3e0f5828e9ba7655861057c2bc Closes #251 https://github.com/mate-desktop/caja/issues/251
2013-12-29Merge pull request #215 from infirit/1.6Stefano Karapetsas1-1/+1
Revert "Fix for x-caja-desktop windows at login"
2013-12-17Revert "Fix for x-caja-desktop windows at login"infirit1-1/+1
This reverts commit d116bf8ba8be698869fef81b30d576bcacf3234c. Revert because it does not solve the problem and it causes problems for users with other docks like plank. See issue #211.
2013-12-16Bump version to 1.6.3mate-file-manager-1.6.3Stefano Karapetsas1-1/+1
2013-10-21Merge pull request #187 from infirit/1.6Stefano Karapetsas48-23222/+11
Add disable-icon-update for distcheck / various cleanups
2013-10-20Remove obsolete distro folderinfirit2-69/+0
2013-10-20Rename INCLUDES to AM_CPPFLAGS in MakefileStefano Karapetsas1-1/+1
2013-10-20Add update-icon-cache config option for makedistcheckinfirit3-3/+10
Otherwise the cache file is left behind and make distcheck fails.
2013-10-20Remove ltmain.sh, autofoo will bring it ininfirit1-9655/+0
2013-10-20Remove pregenerated doc files, will be generated on every buildinfirit34-4601/+0
2013-10-20Remove m4 and rely on autofoo to pull them ininfirit7-8893/+0
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 Karapetsas3-1/+35
Closes #178 https://github.com/mate-desktop/mate-file-manager/issues/178 I had to recover two functions previously removed in eel-glib-extensions.
2013-09-22Merge pull request #168 from infirit/1.6Stefano Karapetsas1-0/+27
Fix ctrl+a behaviour in search field
2013-09-22Possible fix for crash during file rename in external devicesStefano Karapetsas1-2/+1
Bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1005660 Solution from: https://git.gnome.org/browse/nautilus/commit/src/nautilus-icon-view.c?h=gnome-3-2&id=a67212a
2013-09-22Add check if mimetype is null before apply thumbnail frameStefano Karapetsas1-6/+7
To avoid segfaults on file deletions
2013-09-21Fix ctrl+a behaviour in search fieldinfirit1-0/+27
From: Cosimo Cecchi <[email protected]> Even when we're not renaming, process events for focused GtkEditables before activating the menu accels and mnemonics. https://bugzilla.gnome.org/show_bug.cgi?id=619529 Caja bug: https://github.com/mate-desktop/mate-file-manager/issues/97
2013-09-18INCLUDES to AM_CPPFLAGSWolfgang Ulbrich1-1/+1
2013-09-18INCLUDES to AM_CPPFLAGSWolfgang Ulbrich1-1/+1
2013-09-18INCLUDES to AM_CPPFLAGSWolfgang Ulbrich1-1/+1
2013-09-18INCLUDES to AM_CPPFLAGSWolfgang Ulbrich1-1/+1
2013-09-18INCLUDES to AM_CPPFLAGSWolfgang Ulbrich1-1/+1
2013-09-18INCLUDES to AM_CPPFLAGSWolfgang Ulbrich1-1/+1
2013-09-18fix_privat-icons-dirWolfgang Ulbrich1-3/+3
to avoid this direction. %{_datadir}/mate-file-manager/icons/hicolor/*/emblems/emblem-note.png
2013-09-18Possible fix for crash during audio previewStefano Karapetsas1-0/+2
See https://bugzilla.redhat.com/show_bug.cgi?id=959444
2013-09-17fixed thumbnail frame not being displayed for some files. also fixes #135.romovs2-11/+11
2013-09-17Fix spatial mode crash and shift+double clickinfirit1-1/+1
Fixes issues: https://github.com/mate-desktop/mate-file-manager/issues/120 https://github.com/mate-desktop/mate-file-manager/issues/161
2013-07-18Bump version to 1.6.2mate-file-manager-1.6.2Stefano Karapetsas1-1/+1
2013-06-29Fixes for make distStefano Karapetsas6-7/+8
2013-06-29Fix g_type_init deprecationStefano Karapetsas1-0/+2
2013-06-24Fix URI managementStefano Karapetsas1-21/+30
Closes #134 (https://github.com/mate-desktop/mate-file-manager/issues/134)
2013-05-07Fix for #111Scott Balneaves1-5/+7
2013-04-29Fix for x-caja-desktop windows at loginStefano Karapetsas1-1/+1
Use --no-default-window in Exec field
2013-04-17Possible fix for Issue #111Scott Balneaves1-0/+4
2013-04-14Merge pull request #108 from dbravender/issue-94-spatial-mode-multiple-windowsStefano Karapetsas1-1/+1
Fixes #94 - default for target_navigation needs to be FALSE for spatial mode to work
2013-04-15Fixes #94 - default for target_navigation needs to be FALSE for spatial mode ↵Dan Bravender1-1/+1
to work
2013-04-12Fix default sort order in preferences windowStefano Karapetsas1-1/+0
Closes #106 (https://github.com/mate-desktop/mate-file-manager/issues/106)
2013-04-12Fix radio buttons and GSettings in preferences windowStefano Karapetsas1-52/+28
Closes: https://github.com/mate-desktop/mate-file-manager/issues/104 Patch from: https://git.gnome.org/browse/nautilus/commit/?id=f200bfb
2013-04-11Bump version to 1.6.1mate-file-manager-1.6.1Stefano Karapetsas1-1/+1
2013-04-10Typo on deprecations webpage.Scott Balneaves2-23/+23
2013-04-10Update for #93Scott Balneaves1-1/+1
2013-04-10Fix for issue #93Scott Balneaves2-2/+97
2013-04-10Merge pull request #103 from bhull2010/masterStefano Karapetsas1-9/+14
Fix drag rectangle going off the screen (Issue #90)
2013-04-10Fix drag selection going out of bounds (partial revert of ↵Brent Hull1-9/+14
99f8b5f25192b8593ae337efe7f49c59ff13a3f4)