Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-29 | Release 1.12.7v1.12.71.12 | monsta | 2 | -1/+4 | |
2016-03-17 | icon container: don't set label colors right after widget realize | raveit65 | 1 | -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-17 | eel: never try to block background change signal | monsta | 1 | -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-17 | icon container: restore original font color select logic | raveit65 | 1 | -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-14 | Release 1.12.6v1.12.6 | monsta | 2 | -1/+7 | |
2016-03-14 | Revert "add check to prevent extensions from being loaded multiple times" | monsta | 1 | -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-14 | Release 1.12.5v1.12.5 | monsta | 2 | -1/+5 | |
2016-03-14 | add check to prevent extensions from being loaded multiple times | Alexander van der Meij | 1 | -5/+15 | |
2016-03-14 | fix loading multiple python extensions (regression since 1.9.3) | Alexander van der Meij | 1 | -2/+3 | |
2016-03-01 | [GTK+3] handle smooth scroll events for zooming (with Ctrl held) | monsta | 1 | -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-15 | Release 1.12.4v1.12.4 | monsta | 2 | -1/+6 | |
2016-02-15 | window-slot: fix wrong reference handling on dispose | monsta | 1 | -9/+1 | |
adapted from: https://git.gnome.org/browse/nautilus/commit/?id=97a2553ada8c8015fe22e6ec87e48123b29fa4d4 https://git.gnome.org/browse/nautilus/commit/?id=fd2685f838e613387179968d8e0b1326fe503a16 | |||||
2016-02-15 | eel: fix some forgotten memory leaks | monsta | 3 | -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-15 | fix crash when restoring file with special characters from trash | monsta | 1 | -6/+2 | |
for example, a file named simply "%s" taken from: https://git.gnome.org/browse/nautilus/commit/?id=d69885bd67edc1fae76c790f6162807817d63b2f | |||||
2016-02-15 | fix random crash on startup when python-caja extension is enabled | monsta | 1 | -3/+3 | |
I hate Schroedinger's bugs... | |||||
2016-02-15 | use g_strcmp0 instead of strcmp | monsta | 2 | -12/+11 | |
2016-01-25 | release 1.12.3v1.12.3 | monsta | 2 | -1/+5 | |
2016-01-11 | Fix spelling-error-in-manpage ↵ | ericcurtin | 1 | -1/+1 | |
usr/share/man/man1/caja-file-management-properties.1.gz excutable -> executable | |||||
2016-01-11 | Fix fontcolor in icon view with some light themes | bl0ckeduser | 1 | -1/+2 | |
fixes #438 | |||||
2016-01-11 | pathbar: remove unneeded asserts | monsta | 1 | -2/+5 | |
fixes https://github.com/mate-desktop/caja/issues/490 | |||||
2015-12-23 | Release 1.12.2v1.12.2 | monsta | 2 | -1/+8 | |
2015-12-23 | properties -> custom icon dialog: add /usr/share/icons to Places | monsta | 1 | -0/+1 | |
fixes https://github.com/mate-desktop/caja/issues/283 | |||||
2015-12-23 | set smclient mode to "no restart" when running as root or on other desktops | monsta | 1 | -0/+3 | |
2015-12-23 | Typo fix in code and g_param_spec: homogenous -> homogeneous. | Mike Gabriel | 2 | -4/+4 | |
2015-12-23 | use g_strcmp0 instead of unsafe strcmp | Monsta | 1 | -1/+1 | |
2015-11-29 | Bump version to 1.12.1v1.12.1 | Monsta | 2 | -1/+5 | |
2015-11-20 | Updated translations | Clement Lefebvre | 31 | -20785/+35455 | |
2015-11-20 | Fixed caja flooding .xsession-errors with ↵ | Clement Lefebvre | 1 | -1/+4 | |
"caja_menu_provider_get_background_items: assertion 'CAJA_IS_MENU_PROVIDER (provider)' failed" | |||||
2015-11-20 | Don't translate default font value in gsettings schema | Clement Lefebvre | 1 | -1/+1 | |
2015-11-15 | fix g_object_unref call | Monsta | 1 | -1/+5 | |
it wasn't properly unref'ed and caused a runtime warning | |||||
2015-11-02 | release 1.12.0v1.12.0 | Wolfgang Ulbrich | 1 | -1/+1 | |
2015-11-01 | Sync translations with transifex | mate-i18n | 93 | -128821/+129397 | |
2015-10-30 | update NEWS for 1.12 | monsta | 1 | -1/+2 | |
2015-10-19 | GTK3: do not use deprecated gtk_misc_set_alignment | raveit65 | 19 | -1/+166 | |
2015-10-19 | GTK3: Replace gtk_{v,h}box new with gtk_box_new | raveit65 | 29 | -0/+134 | |
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0 | |||||
2015-10-14 | Gtk3 places-sidebar: fixes accidental device eject | raveit65 | 1 | -0/+5 | |
2015-10-07 | Add NEWS for 1.11.0 (and include 1.10.4 ones from 1.10 branch)caja-1.11.0 | monsta | 1 | -0/+8 | |
2015-10-07 | fixed wrong link to gnome website in the comments | monsta | 1 | -1/+1 | |
2015-10-06 | pre-bump version to 1.11.0 | raveit65 | 2 | -1/+3 | |
2015-09-28 | Fix for #383 - tree view open in new window | bl0ckeduser | 1 | -1/+14 | |
2015-09-26 | Merge pull request #463 from raveit65/master | Martin Wimpress | 1 | -0/+6 | |
GTK3: reduce size of autorun-dialog | |||||
2015-09-26 | GTK3: reduce size of autorun-dialog | raveit65 | 1 | -0/+6 | |
2015-09-17 | undostack: don't try restoring files w/o "trash::orig-path" attribute | monsta | 1 | -0/+5 | |
fixes https://github.com/mate-desktop/caja/issues/361 | |||||
2015-09-17 | use standard defines for "trash::" attributes | monsta | 2 | -4/+6 | |
2015-09-10 | When opening the first window, don't restore the position of the last closed ↵ | Clement Lefebvre | 1 | -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-06 | Rework gsettings schema building | infirit | 7 | -513/+509 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly | |||||
2015-09-06 | define max/min version of GLib | infirit | 2 | -2/+8 | |
2015-09-04 | Switch to org.gnome.SessionManager | Clement Lefebvre | 3 | -47/+23 | |
2015-08-25 | connect-server: add support for connecting to AFP-servers/volumes | infirit | 1 | -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-25 | removed suspicious win32 reference | Monsta | 1 | -1/+0 | |