Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-08 | caja-file-conflict-dialog: Move to automatic signal disconnection | Colomban Wendling | 1 | -20/+11 | |
Instead of manually keeping tabs on the signals so we can disconnect them before the data parameter gets destroyed, let GObject automatically track lifetime of the data, which it can do as that data is a GObject itself. This does not change behavior in the normal case, but makes sure the callback simply cannot get called with invalid/freed parameters, even if we did screw anything up (which we used to). This actually would have solved #1630 as well with using the target widgets as data parameters as the signal would have been disconnected as soon as the widget got destroyed, no matter whether we got finalized ourselves or not. The signal IDs were also use as guards to whether the monitor was set up for the related files, but we can just as well use the state of the file list ready handle which should only be NULL when we actually have monitors set up. Even if it wasn't the case, worse case scenario would be removing a non-existent monitor, which is perfectly OK anyway. | |||||
2022-06-08 | caja-file-conflict-dialog: Properly release references on dispose() | Colomban Wendling | 1 | -6/+19 | |
Fixes #1630. | |||||
2022-06-08 | caja-file-conflict-dialog: update the icons once | rbuj | 1 | -16/+9 | |
2022-06-01 | Properly initialize IconKey::scale | Colomban Wendling | 1 | -0/+1 | |
This value is used to look up icons in the cache, but somehow was not properly initialized. | |||||
2022-03-23 | caja-bookmark: Fix build warning -Wlogical-not-parentheses | rbuj | 1 | -1/+1 | |
2022-03-22 | caja-bookmark: fix memory leak | rbuj | 1 | -0/+4 | |
2022-03-22 | caja-bookmark: drop create_image_cairo_for_bookmark | rbuj | 1 | -24/+10 | |
2022-02-09 | Fix implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 5 | -48/+48 | |
2022-02-09 | Fix some -Wsign-compare warnings | rbuj | 5 | -30/+27 | |
2022-02-09 | caja-file-operations: overlapping comparisons always evaluate to true | rbuj | 1 | -1/+1 | |
2021-12-31 | caja-module: fix memory leak | rbuj | 1 | -1/+4 | |
2021-12-19 | caja-mime-actions: fix memory leak | rbuj | 1 | -2/+9 | |
2021-11-20 | Remove whitespaces before #define, #if, and #endif | rbuj | 1 | -10/+10 | |
2021-11-20 | Use a blank line at most | rbuj | 75 | -331/+0 | |
2021-11-11 | caja-file: Remove unreachable code | rbuj | 1 | -1/+0 | |
2021-11-08 | caja-dnd: wrong type field in printf format string | rbuj | 1 | -1/+1 | |
2021-10-11 | Fix Caja does not show icons of application launchers | mouse | 1 | -1/+1 | |
in /usr/share/applications and asks user for confirmation on launch of desktop-files here | |||||
2021-06-18 | Update copyright to 2021 | raveit65 | 8 | -2/+8 | |
2021-05-19 | caja-directory.c: Fix memory leak. | Michael Webster | 1 | -1/+1 | |
When creating a new file (using a template, for instance), file-> details->is_added could potentially be FALSE, and cause this file to not be finalized along with other files if the view directory is destroyed. This can cause issues when re-entering that directory, with the file being in an undefined state, and could prevent the view from fully loading the location (this is identical behavior to that described in https://github.com/mate-desktop/python-caja/pull/64. To reproduce: - Create an svg file and save in ~/Templates. - Right-click, Create document-> svg file, name it whatever. - Navigate out of the folder. - Modify the file in a visible manner. - Re-enter the folder, note that it never finishes loading. Ref: https://github.com/linuxmint/nemo/issues/2736 | |||||
2021-04-20 | Add creation time support | rbuj | 6 | -3/+54 | |
2021-04-13 | icon view: Add a directory setting to block moving icons | Colomban Wendling | 5 | -1/+24 | |
This is mostly useful on the desktop (which is the main user of the free-placement icon view) to be able to lock the layout and avoid unintentionally moving icons around. Especially useful for less computer-literate users. | |||||
2021-04-02 | Improved filesystem check on dnd | robertxgray | 3 | -14/+66 | |
2021-03-11 | keep one .desktop suffix on desktop file renaming | Konstantin Unruh | 1 | -1/+4 | |
2021-02-25 | Fix warnings about xmlChar cast | rbuj | 1 | -5/+10 | |
2021-02-24 | caja-customization-data: keep the key of the hash table if exists | rbuj | 1 | -1/+1 | |
2021-02-24 | caja-customization-data: Do not build the path to the browser.xml file | rbuj | 1 | -27/+18 | |
2021-02-21 | caja-directory-async: drop istr_set_insert, use g_hash_table_add instead | rbuj | 1 | -19/+7 | |
2021-02-07 | build: allow users to disable gettext support (--disable-nls) | rbuj | 2 | -0/+4 | |
2021-01-15 | Remove warning -Wtype-limits | rbuj | 1 | -1/+1 | |
2020-12-11 | caja-file-operations: Let user mark trusted launcher | rbuj | 1 | -0/+7 | |
2020-12-11 | caja-directory-async: trust marked launchers | rbuj | 3 | -0/+11 | |
gio set PATH "metadata::caja-trusted-launcher" true | |||||
2020-12-11 | caja-directory-async: trust also launchers from user desktop | rbuj | 3 | -8/+31 | |
2020-12-11 | caja-directory-async: trust only system launchers | rbuj | 1 | -6/+1 | |
2020-11-29 | caja-icon-container: warning -Wold-style-declaration | rbuj | 1 | -1/+1 | |
2020-11-28 | file-operations: don't attempt to move into the source dir | ericek111 | 1 | -8/+8 | |
2020-11-24 | Remove the use of the gettimeofday function | rbuj | 1 | -4/+23 | |
2020-11-11 | Remove unused macros | Pablo Barciela | 7 | -33/+0 | |
2020-11-11 | Fix i18n in backgrounds and emblems dialog | rbuj | 1 | -2/+2 | |
2020-09-05 | fm-directory-view: Error message when a link could not be created | rbuj | 2 | -3/+5 | |
2020-08-28 | eel-editable-label: Consecutive break/return statements are unnecessary | rbuj | 1 | -2/+2 | |
2020-08-04 | Remove trailing spaces/tabs | rbuj | 1 | -1/+1 | |
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \; | |||||
2020-07-27 | caja-dnd: Create links by default on dnd from Web Browsers | rbuj | 1 | -7/+15 | |
2020-07-25 | Add a "Bookmarks" sidebar to Caja | Gordon N. Squash | 1 | -0/+2 | |
Added a "Bookmarks" sidebar to Caja which displays a list of the user's own bookmarks. Single-clicking any bookmark in the list directs Caja to that bookmark; middle-clicking on the bookmark directs Caja to open the bookmark in a new tab. | |||||
2020-07-21 | Guard block is missing | rbuj | 5 | -0/+30 | |
2020-05-24 | caja-file: remove warning GTimeVal is deprecated | rbuj | 1 | -1/+13 | |
2020-05-15 | mate-submodules: use git submodule for libegg | Wu Xiaotian | 1 | -1/+1 | |
2020-04-13 | Fix -Wmissing-prototypes build warnings | Pablo Barciela | 1 | -1/+1 | |
2020-04-12 | Remove warnings about function declaration isn’t a prototype | rbuj | 2 | -7/+7 | |
2020-04-04 | use MATE_COMPILE_WARNINGS from mate-common | raveit65 | 1 | -1/+1 | |
2020-03-06 | fix runtime warning from newly unused code | lukefromdc | 1 | -10/+1 | |
Remove now unused confirm_delete property Fix warning "caja-undostack-manager.c:323: invalid property id 2 for "confirm-delete" of type 'GParamBoolean' in 'CajaUndoStackManager' " caused by newly unused property |