Age | Commit message (Expand) | Author | Files | Lines |
2022-07-21 | Update copyright to 2021 | raveit65 | 8 | -2/+8 |
2022-07-21 | caja-directory.c: Fix memory leak. | Michael Webster | 1 | -1/+1 |
2022-07-21 | Add creation time support | rbuj | 6 | -3/+54 |
2022-07-21 | icon view: Add a directory setting to block moving icons | Colomban Wendling | 5 | -1/+24 |
2022-07-21 | Improved filesystem check on dnd | robertxgray | 3 | -14/+66 |
2022-07-21 | keep one .desktop suffix on desktop file renaming | Konstantin Unruh | 1 | -1/+4 |
2022-07-21 | Fix warnings about xmlChar cast | rbuj | 1 | -5/+10 |
2022-07-21 | caja-customization-data: keep the key of the hash table if exists | rbuj | 1 | -1/+1 |
2022-07-21 | caja-customization-data: Do not build the path to the browser.xml file | rbuj | 1 | -27/+18 |
2022-07-21 | caja-directory-async: drop istr_set_insert, use g_hash_table_add instead | rbuj | 1 | -19/+7 |
2022-07-21 | build: allow users to disable gettext support (--disable-nls) | rbuj | 2 | -0/+4 |
2022-07-21 | Remove warning -Wtype-limits | rbuj | 1 | -1/+1 |
2022-07-21 | caja-file-operations: Let user mark trusted launcher | rbuj | 1 | -0/+7 |
2022-07-21 | caja-directory-async: trust marked launchers | rbuj | 3 | -0/+11 |
2022-07-21 | caja-directory-async: trust also launchers from user desktop | rbuj | 3 | -8/+31 |
2022-07-21 | caja-directory-async: trust only system launchers | rbuj | 1 | -6/+1 |
2022-07-21 | caja-icon-container: warning -Wold-style-declaration | rbuj | 1 | -1/+1 |
2022-07-21 | file-operations: don't attempt to move into the source dir | ericek111 | 1 | -8/+8 |
2022-07-21 | Remove the use of the gettimeofday function | rbuj | 1 | -4/+23 |
2022-07-21 | Remove unused macros | Pablo Barciela | 7 | -33/+0 |
2022-07-21 | Fix i18n in backgrounds and emblems dialog | rbuj | 1 | -2/+2 |
2022-07-21 | fm-directory-view: Error message when a link could not be created | rbuj | 2 | -3/+5 |
2022-07-21 | eel-editable-label: Consecutive break/return statements are unnecessary | rbuj | 1 | -2/+2 |
2022-07-21 | Remove trailing spaces/tabs | rbuj | 1 | -1/+1 |
2022-07-21 | caja-dnd: Create links by default on dnd from Web Browsers | rbuj | 1 | -7/+15 |
2022-07-21 | Add a "Bookmarks" sidebar to Caja | Gordon N. Squash | 1 | -0/+2 |
2022-07-21 | Guard block is missing | rbuj | 5 | -0/+30 |
2022-07-21 | caja-file: remove warning GTimeVal is deprecated | rbuj | 1 | -1/+13 |
2022-07-20 | Fix -Wmissing-prototypes build warnings | Pablo Barciela | 1 | -1/+1 |
2022-07-20 | Remove warnings about function declaration isn’t a prototype | rbuj | 2 | -7/+7 |
2022-07-20 | use MATE_COMPILE_WARNINGS from mate-common | raveit65 | 1 | -1/+1 |
2022-07-20 | fix runtime warning from newly unused code | lukefromdc | 1 | -10/+1 |
2022-07-20 | Confirm before deleting during an undo operation | lukefromdc | 1 | -24/+6 |
2022-07-20 | Look for caja extensions at $CAJA_EXTENSION_DIRS | José Romildo Malaquias | 1 | -0/+12 |
2022-07-20 | Fix build using gcc 10 -fno-common flag | rbuj | 2 | -12/+25 |
2022-07-20 | Make device ejection notifications translatable | Jonathan Michalon | 1 | -2/+2 |
2022-07-20 | libcaja-private/caja-file: redundant condition | rbuj | 1 | -5/+4 |
2022-07-20 | avoid redundant redeclarations | Pablo Barciela | 10 | -34/+9 |
2022-07-20 | canvas-item: Don't hyphenate filenames | raveit65 | 1 | -0/+22 |
2022-07-20 | caja-extensions: allows the translation of copyright | rbuj | 1 | -3/+10 |
2022-07-20 | Set FmWidgetView is single view. | Wu Xiaotian | 2 | -2/+10 |
2022-07-20 | Remove comments that are not written to translators from pot file | rbuj | 3 | -34/+34 |
2022-07-20 | caja-progress-info: use NotifyNotification instead of GNotification | Pablo Barciela | 1 | -14/+12 |
2022-07-20 | Copy file and keep timestamps of original file including remotes | rbuj | 1 | -1/+8 |
2022-07-20 | Support querying files by contained text | Slava Aseev | 3 | -1/+142 |
2022-07-20 | use show icons option in views tab | Wu Xiaotian | 2 | -5/+5 |
2022-07-20 | Add preference option to hide icons in list view. | Wu Xiaotian | 2 | -0/+6 |
2022-07-20 | add git.mk to generate .gitignore | Wu Xiaotian | 1 | -0/+2 |
2022-07-20 | Replace gdkpixbuf with cairo_surfaces in a few more places | Victor Kareh | 2 | -26/+0 |
2022-07-20 | Render file-conflict icons as cairo_surface vectors | Victor Kareh | 3 | -42/+68 |