Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2013-09-05 | fixed thumbnail frame not being displayed for some files. also fixes #135. | romovs | 2 | -11/+11 | |
2013-07-25 | libcaja-private: Add GDK3 support | Stefano Karapetsas | 2 | -0/+38 | |
2013-07-25 | Fixes for GTK3 support | Stefano Karapetsas | 1 | -0/+4 | |
2013-07-25 | Fix a nautilus => caja rename | Stefano Karapetsas | 1 | -2/+2 | |
2013-07-25 | Include only gtk.h | Stefano Karapetsas | 1 | -1/+1 | |
2013-07-24 | Update for mate-desktop changes | Stefano Karapetsas | 2 | -2/+2 | |
2013-07-18 | INCLUDES to AM_CPPFLAGS | Wolfgang Ulbrich | 1 | -1/+1 | |
2013-06-29 | Fixes for make dist | Stefano Karapetsas | 1 | -1/+1 | |
2013-05-07 | Fix for #111 | Scott Balneaves | 1 | -5/+7 | |
2013-04-17 | Possible fix for Issue #111 | Scott Balneaves | 1 | -0/+4 | |
2013-04-10 | Typo on deprecations webpage. | Scott Balneaves | 2 | -23/+23 | |
2013-04-10 | Update for #93 | Scott Balneaves | 1 | -1/+1 | |
2013-04-10 | Fix for issue #93 | Scott Balneaves | 2 | -2/+97 | |
2013-04-10 | Fix drag selection going out of bounds (partial revert of ↵ | Brent Hull | 1 | -9/+14 | |
99f8b5f25192b8593ae337efe7f49c59ff13a3f4) | |||||
2013-03-03 | Replace undocumented deprecated g_thread_gettime | Stefano Karapetsas | 2 | -5/+5 | |
Bump minimum glib version accordingly | |||||
2013-02-27 | Fix internationalization of desktop icons | Stefano Karapetsas | 2 | -15/+45 | |
2013-02-11 | Fix deprecated GStaticMutex | Stefano Karapetsas | 1 | -0/+12 | |
2013-01-27 | Fix schema path deprecations | Brent Hull | 2 | -10/+10 | |
2012-12-25 | Add mateconf-gsettings-data-convert file | Yaakov Selkowitz | 2 | -0/+87 | |
2012-12-22 | [general] Don't use deprecated gdk_drawable_get_size at all | Jasmine Hassan | 1 | -4/+0 | |
Since we now require GTK 2.24, we can directly use gdk_window_get_width(), gdk_window_get_height() | |||||
2012-12-22 | [all] silence warnings from GCC 4.6 | Jasmine Hassan | 14 | -95/+13 | |
GCC 4.6 introduced a new warning about variables declared and initialized, but not really used in the function body. Remove all of these occurrences to build cleanly. http://git.gnome.org/browse/nautilus/commit/?id=d4230de8667764e02dbb966b5d806ff78ced2fd5 | |||||
2012-12-22 | [lc-p] remove unnecessary GDK_DRAWABLE cast | Jasmine Hassan | 1 | -1/+1 | |
http://git.gnome.org/browse/nautilus/commit/?id=c2c4076ceb2216ff5e696b4e78aeb63e0f86c437 | |||||
2012-12-22 | [general] Use GSourceFunc instead of GtkFunction | Jasmine Hassan | 3 | -3/+3 | |
http://git.gnome.org/browse/nautilus/commit/?id=a5caa0e98c844a23656cafaa9b6f985dada7bc51 | |||||
2012-12-22 | [icon-container] don't use eel helper to set adjustment values | Jasmine Hassan | 1 | -67/+33 | |
http://git.gnome.org/browse/nautilus/commit/?id=3a9c6cd783507cc2fbd0a838cd6710f74e7f17dd |