Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 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 | 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 | 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-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 | 1 | -4/+3 | |
2016-01-11 | Fix fontcolor in icon view with some light themes | bl0ckeduser | 1 | -1/+2 | |
fixes #438 | |||||
2015-11-20 | Don't translate default font value in gsettings schema | Clement Lefebvre | 1 | -1/+1 | |
2015-10-19 | GTK3: do not use deprecated gtk_misc_set_alignment | raveit65 | 5 | -0/+46 | |
2015-10-19 | GTK3: Replace gtk_{v,h}box new with gtk_box_new | raveit65 | 6 | -0/+28 | |
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0 | |||||
2015-10-07 | fixed wrong link to gnome website in the comments | monsta | 1 | -1/+1 | |
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-06 | Rework gsettings schema building | infirit | 5 | -510/+506 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly | |||||
2015-09-04 | Switch to org.gnome.SessionManager | Clement Lefebvre | 1 | -4/+4 | |
2015-07-20 | removed useless call to g_list_free | Monsta | 1 | -1/+1 | |
- first, we must not free the list of extensions at this point - second, the call did nothing as the argument is NULL after exiting the for loop | |||||
2015-07-20 | small indent fixes | Monsta | 1 | -3/+1 | |
2015-07-07 | Merge pull request #431 from NiceandGently/master | monsta | 1 | -1/+6 | |
icon-container: reset the double click counter after a double click | |||||
2015-06-27 | Use g_malloc instead of malloc to be safe | OBATA Akio | 1 | -2/+2 | |
2015-06-24 | compact view: don't auto-scroll to the right on long filenames | Monsta | 1 | -4/+6 | |
however, now it will auto-scroll to the left if you manually scroll to the right and then click on any filename. I presume this behavior is more desired than the previous one. if it's not so, let me know (in the comments). adapted from https://github.com/linuxmint/nemo/commit/72c2214c82637ab622438d46c28e67289a49d472 (thanks to @glebihan) fixes https://github.com/mate-desktop/caja/issues/406 | |||||
2015-06-21 | icon-container: reset the double click counter after a double click | raveit65 | 1 | -1/+6 | |
If we don't do this, we ignore any other double click event that happen during the next 'gtk-double-click-time' interval after the first double click. taken from: https://git.gnome.org/browse/nautilus/commit/?id=a8539a6 | |||||
2015-01-13 | drop support for GLib < 2.36 | Monsta | 25 | -204/+26 | |
Closes https://github.com/mate-desktop/caja/pull/372 | |||||
2015-01-10 | some optimizations in the access to lists | Monsta | 1 | -29/+10 | |
2014-12-29 | Revert "dbus-manager: add a skeleton of NautilusDBusManager" | infirit | 3 | -183/+0 | |
This reverts commit 08bc0644ebc869ff1db320cc2bdfc4a471a6f9ac. | |||||
2014-12-29 | Revert "dbus-manager: implement the CopyURIs method" | infirit | 2 | -86/+17 | |
This reverts commit be39d4a5f6b03a142e21d3d0448ef0e779e7e173. | |||||
2014-12-29 | Revert "dbus-manager: add an EmptyTrash operation" | infirit | 1 | -18/+0 | |
This reverts commit 8116b5a43e11493d6e81a0a1e1ba67fa0d6289a4. | |||||
2014-12-16 | dbus-manager: add an EmptyTrash operation | infirit | 1 | -0/+18 | |
2014-12-16 | dbus-manager: implement the CopyURIs method | infirit | 2 | -17/+86 | |
2014-12-16 | dbus-manager: add a skeleton of NautilusDBusManager | infirit | 3 | -0/+183 | |
2014-12-10 | zero-init all signals arrays | Monsta | 12 | -12/+12 | |
2014-12-10 | added checks for NULL pointer where it's needed | Monsta | 2 | -2/+2 | |
2014-12-10 | don't leak memory | monsta | 2 | -0/+2 | |
2014-12-10 | libcaja-private: don't leak memory | Monsta | 5 | -61/+43 | |
2014-11-03 | Add about dialog for extensions | Stefano Karapetsas | 2 | -1/+13 | |
2014-10-27 | Allow extensions to define an ini file with name, icon and description | Stefano Karapetsas | 2 | -10/+25 | |
2014-10-27 | implementation of extension interface and status management (gsoc2014) | Alexander van der Meij | 10 | -10/+280 | |
2014-10-05 | Use g_get_user_config_dir instead of harcoding to $HOME/.config | infirit | 1 | -1/+1 | |
2014-10-05 | Move accel file to the proper place. Fixes #276 | infirit | 1 | -1/+1 | |
2014-10-03 | file-conflict-dialog: Alt+S is already used in Skip button | Stefano Karapetsas | 1 | -1/+1 | |
2014-09-30 | libcaja-private: fix always-false expressions | Boris Egorov | 2 | -8/+2 | |
CppCheck detected a few 'always false' expressions in caja. First two definitely appeareed due to copy-paste (mime-types comparison). It would be nice to move x_content_type's and corresponding greetings to some table (array of structs), wouldn't it? The last one looks like copy-paste problem too. There were two identical blocks of code in move_file_prepare() checking conflict type. BTW, there is exactly the same code in the same file inside copy_move_file(). According to DRY, it would be nice to move this code to its own function. | |||||
2014-09-25 | limit deep scount (folder contents and size) to one filesystem | Phillip Susi | 1 | -4/+39 | |
Closes https://github.com/mate-desktop/caja/issues/194 Thanks to monsta <[email protected]> to have suggested this solution Original GNOME commit: https://git.gnome.org/browse/nautilus/commit/?id=a645da5f1043c59203fd194fe85b6976d75d2ece When getting the size of the root directory, nautilus was descending into other filesystems including /proc, causing it to report nonsensical sizes. Store the fsid of the starting directory, and do not recurse into other mount points. https://bugzilla.gnome.org/show_bug.cgi?id=629394 https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/585472 | |||||
2014-07-05 | Handle metadata key deletions (fixes #296) | bl0ckeduser | 1 | -4/+22 | |
2014-04-28 | Quick fix for #105 | bl0ckeduser | 1 | -1/+1 | |
2014-03-09 | icon-canvas-item: attempt to fix up a11y for CajaIconCanvasItem | Stefano Karapetsas | 2 | -334/+274 | |
https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=184096f912b119edde1f538e8cdd5ea593d753ca | |||||
2014-02-26 | Fix double forking issue with pkexec | tarakbumba | 1 | -40/+102 | |
2014-01-27 | Add option to show file sizes with IEC units instead of SI units | Stefano Karapetsas | 4 | -5/+26 | |
Contains also a typo fix for the previous commit Closes #203 https://github.com/mate-desktop/caja/issues/203 | |||||
2013-09-22 | Add check if mimetype is null before apply thumbnail frame | Stefano Karapetsas | 1 | -6/+7 | |
To avoid segfaults on file deletions |