summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-03-29Release 1.12.7v1.12.71.12monsta2-1/+4
2016-03-17icon container: don't set label colors right after widget realizeraveit651-2/+0
the background might be not yet set at this point, and when it will be set, the label colors will be properly set on a signal anyway. so let's not do the same work twice.
2016-03-17eel: never try to block background change signalmonsta1-8/+0
that's what was causing random font color changes. the code in eel-background.c is a complete asynchronous mess, with queued callbacks sometimes being called in such order that it caused blocking the background change signal in the situations where it should never be blocked.
2016-03-17icon container: restore original font color select logicraveit651-1/+1
that is, before 057df2dc1d8ea67b477d696ac6feea8aaf392763 the logic itself is valid, but it was somewhat broken later in a few attempts to fix the annoying font color bugs. so let's restore it.
2016-03-14Release 1.12.6v1.12.6monsta2-1/+7
2016-03-14Revert "add check to prevent extensions from being loaded multiple times"monsta1-15/+5
This reverts commit 4b5bcc5c67a070e6f29376213e3da993553d8f2b. It proved to break the actual fix, so reverting it for now. Note that you will see duplicates in the extensions list now, but it's better than non-working Python extensions. :-/
2016-03-14Release 1.12.5v1.12.5monsta2-1/+5
2016-03-14add check to prevent extensions from being loaded multiple timesAlexander van der Meij1-5/+15
2016-03-14fix loading multiple python extensions (regression since 1.9.3)Alexander van der Meij1-2/+3
2016-03-01[GTK+3] handle smooth scroll events for zooming (with Ctrl held)monsta1-0/+28
fixes https://github.com/mate-desktop/caja/issues/516 adapted from: https://git.gnome.org/browse/nautilus/commit/?id=1a76e044a2c9b834d00c4ea30f1e3af3321d8cdd https://git.gnome.org/browse/nautilus/commit/?id=878e2a4f7ada26bb7c106e5bbdbd8434acf86c77 https://git.gnome.org/browse/nautilus/commit/?id=f7b54cdba55a0856b201e62818059ac5007fac35 https://git.gnome.org/browse/nautilus/commit/?id=3d275a971132a41809a3b1e5b8ac683d264d6c35
2016-02-15Release 1.12.4v1.12.4monsta2-1/+6
2016-02-15window-slot: fix wrong reference handling on disposemonsta1-9/+1
adapted from: https://git.gnome.org/browse/nautilus/commit/?id=97a2553ada8c8015fe22e6ec87e48123b29fa4d4 https://git.gnome.org/browse/nautilus/commit/?id=fd2685f838e613387179968d8e0b1326fe503a16
2016-02-15eel: fix some forgotten memory leaksmonsta3-0/+12
taken from: https://git.gnome.org/browse/nautilus/commit/?id=8f15b28dd7afdd1a5c5b9c0d54c05d978a10461a https://git.gnome.org/browse/nautilus/commit/?id=60217c642cb4b12297b2d8ddd2a2eae45671a5a7 https://git.gnome.org/browse/nautilus/commit/?id=5f5bea72af6e23986b7367a2a2157fb15481f367
2016-02-15fix crash when restoring file with special characters from trashmonsta1-6/+2
for example, a file named simply "%s" taken from: https://git.gnome.org/browse/nautilus/commit/?id=d69885bd67edc1fae76c790f6162807817d63b2f
2016-02-15fix random crash on startup when python-caja extension is enabledmonsta1-3/+3
I hate Schroedinger's bugs...
2016-02-15use g_strcmp0 instead of strcmpmonsta2-12/+11
2016-01-25release 1.12.3v1.12.3monsta2-1/+5
2016-01-11Fix spelling-error-in-manpage ↵ericcurtin1-1/+1
usr/share/man/man1/caja-file-management-properties.1.gz excutable -> executable
2016-01-11Fix fontcolor in icon view with some light themesbl0ckeduser1-1/+2
fixes #438
2016-01-11pathbar: remove unneeded assertsmonsta1-2/+5
fixes https://github.com/mate-desktop/caja/issues/490
2015-12-23Release 1.12.2v1.12.2monsta2-1/+8
2015-12-23properties -> custom icon dialog: add /usr/share/icons to Placesmonsta1-0/+1
fixes https://github.com/mate-desktop/caja/issues/283
2015-12-23set smclient mode to "no restart" when running as root or on other desktopsmonsta1-0/+3
2015-12-23Typo fix in code and g_param_spec: homogenous -> homogeneous.Mike Gabriel2-4/+4
2015-12-23use g_strcmp0 instead of unsafe strcmpMonsta1-1/+1
2015-11-29Bump version to 1.12.1v1.12.1Monsta2-1/+5
2015-11-20Updated translationsClement Lefebvre31-20785/+35455
2015-11-20Fixed caja flooding .xsession-errors with ↵Clement Lefebvre1-1/+4
"caja_menu_provider_get_background_items: assertion 'CAJA_IS_MENU_PROVIDER (provider)' failed"
2015-11-20Don't translate default font value in gsettings schemaClement Lefebvre1-1/+1
2015-11-15fix g_object_unref callMonsta1-1/+5
it wasn't properly unref'ed and caused a runtime warning
2015-11-02release 1.12.0v1.12.0Wolfgang Ulbrich1-1/+1
2015-11-01Sync translations with transifexmate-i18n93-128821/+129397
2015-10-30update NEWS for 1.12monsta1-1/+2
2015-10-19GTK3: do not use deprecated gtk_misc_set_alignmentraveit6519-1/+166
2015-10-19GTK3: Replace gtk_{v,h}box new with gtk_box_newraveit6529-0/+134
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0
2015-10-14Gtk3 places-sidebar: fixes accidental device ejectraveit651-0/+5
2015-10-07Add NEWS for 1.11.0 (and include 1.10.4 ones from 1.10 branch)caja-1.11.0monsta1-0/+8
2015-10-07fixed wrong link to gnome website in the commentsmonsta1-1/+1
2015-10-06pre-bump version to 1.11.0raveit652-1/+3
2015-09-28Fix for #383 - tree view open in new windowbl0ckeduser1-1/+14
2015-09-26Merge pull request #463 from raveit65/masterMartin Wimpress1-0/+6
GTK3: reduce size of autorun-dialog
2015-09-26GTK3: reduce size of autorun-dialograveit651-0/+6
2015-09-17undostack: don't try restoring files w/o "trash::orig-path" attributemonsta1-0/+5
fixes https://github.com/mate-desktop/caja/issues/361
2015-09-17use standard defines for "trash::" attributesmonsta2-4/+6
2015-09-10When opening the first window, don't restore the position of the last closed ↵Clement Lefebvre1-23/+1
window. It's confusing to users (the last closed window is irrelevant within one session with multiple windows open) and it can lead to really bad issues which users consider bugs (why is my first window behaving differently than other windows? why is my first window appearing in the corner of my screen? why when I open caja for the first time my window doesn't appear on the monitor my mouse presently is? etc..)
2015-09-06Rework gsettings schema buildinginfirit7-513/+509
* Bump intltool required version for gsettings support * Extract strings with intltool directly
2015-09-06define max/min version of GLibinfirit2-2/+8
2015-09-04Switch to org.gnome.SessionManagerClement Lefebvre3-47/+23
2015-08-25connect-server: add support for connecting to AFP-servers/volumesinfirit1-4/+8
Since now gvfs support it. Patch by: Carl-Anton Ingmarsson <[email protected]> nautilus comnmit: 5f018ca8b978a9e488560aeeb8db5febb7259d13 nautilus bug: https://bugzilla.gnome.org/show_bug.cgi?id=674497
2015-08-25removed suspicious win32 referenceMonsta1-1/+0