Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-18 | Remove trailing whitespaces | rbuj | 1 | -5/+5 | |
find . -regextype posix-extended -regex '.*\.(c|h|ac|txt|xml)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ | |||||
2019-05-06 | libcaja-private: reduce the scope of some variables | Pablo Barciela | 1 | -17/+87 | |
2019-01-31 | Avoid deprecated g_type_class_add_private under libcaja-private | Wu Xiaotian | 1 | -8/+2 | |
Changed CajaIconCanvasItem, CajaTrashMonitor and CajaUndoStackManager | |||||
2018-05-07 | libcaja-private: fix -Wlogical-not-parentheses build warning | raveit65 | 1 | -1/+1 | |
fixes this warning: caja-undostack-manager.c: In function 'retrieve_files_to_restore': caja-undostack-manager.c:1967:38: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] if (!(g_hash_table_size (trashed)) > 0) { ^ caja-undostack-manager.c:1967:7: note: add parentheses around left hand side expression to silence this warning if (!(g_hash_table_size (trashed)) > 0) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ( ) | |||||
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 | 1 | -2/+4 | |
2015-06-27 | Use g_malloc instead of malloc to be safe | OBATA Akio | 1 | -2/+2 | |
2015-01-13 | drop support for GLib < 2.36 | Monsta | 1 | -70/+0 | |
Closes https://github.com/mate-desktop/caja/pull/372 | |||||
2014-12-10 | libcaja-private: don't leak memory | Monsta | 1 | -38/+24 | |
2013-04-10 | Typo on deprecations webpage. | Scott Balneaves | 1 | -16/+16 | |
2013-04-10 | Fix for issue #93 | Scott Balneaves | 1 | -1/+68 | |
2012-11-23 | [all] include src/glibcompat.h & use g_list_free_full() where needed | Jasmine Hassan | 1 | -20/+12 | |
Also fixes a double-free regression in lc-p/caja-query from 7a42b9b0 | |||||
2012-11-16 | [all] use g_list_free() and g_strcmp0 instead of eel functions | Jasmine Hassan | 1 | -9/+16 | |
Was: general: use g_list_free_full() instead of eel functions http://git.gnome.org/browse/nautilus/commit/?id=5e669515fd7f760382e6b7aa1449734a35a2d7f4 . Instead of g_list_free_full(), we use g_list_foreach and g_list_free() to avoid unnecessary glib dependency bump to 2.28 | |||||
2012-08-12 | Fixed incorrect fsf addresses. Closes #28. | Steve Zesch | 1 | -2/+2 | |
2011-12-26 | fix some forgotten things | Stefano Karapetsas | 1 | -1/+1 | |
2011-12-26 | updated UNDO-REDO with nautilus-elementary bzr rev 137 | Stefano Karapetsas | 1 | -2/+2 | |
2011-12-26 | updated UNDO-REDO with nautilus-elementary bzr rev 138 | Stefano Karapetsas | 1 | -20/+68 | |
2011-12-26 | ported nautilus-elementary UNDO-REDO (bzr rev 60) | Stefano Karapetsas | 1 | -0/+1988 | |