Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-03 | 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 | |||||
2022-07-03 | caja-mime-actions: fix memory leak | rbuj | 1 | -2/+9 | |
2022-07-03 | caja-bookmark: fix memory leak | rbuj | 1 | -0/+4 | |
2022-07-03 | caja-bookmark: drop create_image_cairo_for_bookmark | rbuj | 1 | -24/+10 | |
2022-06-19 | 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-19 | caja-file-conflict-dialog: Properly release references on dispose() | Colomban Wendling | 1 | -6/+19 | |
Fixes #1630. | |||||
2022-06-19 | caja-file-conflict-dialog: update the icons once | rbuj | 1 | -16/+9 | |
2021-12-31 | caja-module: fix memory leak | rbuj | 1 | -1/+4 | |
2021-12-31 | caja-sidebar-title: fix memory leak | rbuj | 1 | -1/+5 | |
2021-12-31 | fm-directory-view: fix memory leak | rbuj | 1 | -1/+5 | |
2021-12-31 | eel-background: fix memory leak | rbuj | 1 | -4/+10 | |
2021-12-21 | caja-application: avoid SEGV when profiling/debugging code | rbuj | 1 | -2/+1 | |
2021-11-08 | caja-places-sidebar: fix right-click menu height | Benjamin Heiniger | 1 | -7/+18 | |
- prevent error and right-click menu from appearing when clicking empty area | |||||
2021-09-11 | tx: update transifex config | raveit65 | 1 | -1/+1 | |
2021-09-11 | branch 1.26 | raveit65 | 2 | -49/+6 | |
2021-08-04 | release 1.26.0v1.26.0 | raveit65 | 2 | -33/+38 | |
2021-08-04 | tx: sync with transifex | raveit65 | 119 | -11319/+10878 | |
2021-08-04 | travis-Ci: use libera.chat as notification server | raveit65 | 1 | -1/+1 | |
2021-08-04 | tx: update resource | raveit65 | 1 | -92/+92 | |
2021-06-18 | Update copyright to 2021 | raveit65 | 16 | -2/+16 | |
2021-05-29 | release 1.25.3v1.25.3 | raveit65 | 2 | -4/+40 | |
2021-05-29 | tx: pull from transifex | raveit65 | 119 | -102455/+106626 | |
2021-05-29 | tx: update resource | raveit65 | 1 | -90/+86 | |
2021-05-29 | travis-ci: use ubuntu focal as host system | raveit65 | 1 | -1/+1 | |
fixes build issues with fedora:latest (f34) tag. | |||||
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-05-08 | caja-bookmarks-window.ui: expand child widgets, sane default size | mbkma | 1 | -7/+18 | |
use attribute "bold" instead of markup | |||||
2021-05-05 | caja-bookmarks-window.ui: remove deprecated GtkAlignment, remove empty labels | mbkma | 1 | -172/+82 | |
2021-05-05 | caja-file-management-properties.ui: remove deprecated GtkAlignment (use | mbkma | 1 | -1219/+1157 | |
margin-property instead), reduce default size | |||||
2021-04-26 | update resource for transifex | rbuj | 1 | -843/+879 | |
2021-04-22 | travis: disable travis builds for ubuntu | raveit65 | 1 | -1/+1 | |
Sadly, there is a limit for free builds at docker.com See discussion https://github.com/orgs/mate-desktop/teams/core-team/discussions/25 | |||||
2021-04-20 | Add creation time support | rbuj | 10 | -3/+75 | |
2021-04-20 | caja-window: remove -Wcast-function-type warning | rbuj | 1 | -5/+13 | |
2021-04-20 | caja-window-menus: remove -Wcast-function-type warning | rbuj | 1 | -3/+1 | |
2021-04-20 | caja-window-manage-views: remove -Wcast-function-type warning | rbuj | 1 | -2/+10 | |
2021-04-20 | caja-property-browser: remove -Wcast-function-type warning | rbuj | 1 | -4/+11 | |
2021-04-13 | icon view: Add a directory setting to block moving icons | Colomban Wendling | 8 | -1/+102 | |
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-04-02 | No longer need to check the locale.h header as it's part of C90 | rbuj | 1 | -2/+0 | |
2021-04-01 | warning: missing initializer for a field of ‘GtkActionEntry’ | rbuj | 5 | -34/+47 | |
2021-03-11 | caja-places-sidebar: gnome-disk-utility ignores the --xid option | rbuj | 1 | -7/+0 | |
2021-03-11 | keep one .desktop suffix on desktop file renaming | Konstantin Unruh | 1 | -1/+4 | |
2021-03-11 | caja-pathbar: Fix cppcheck warning nullPointerRedundantCheck | rbuj | 1 | -25/+19 | |
2021-03-10 | caja-application: Use PACKAGE in notify_init instead of GETTEXT_PACKAGE | rbuj | 1 | -1/+1 | |
2021-03-10 | cppcheck warning: Local variable 'combo_box' shadows outer argument | rbuj | 1 | -13/+6 | |
2021-03-08 | travis: build with mate-common-1.24.2 from repos | raveit65 | 1 | -11/+0 | |
2021-02-26 | Rename wallpaper pattern name from MATE to GNOME | rbuj | 4 | -39/+37 | |
browser.xml: use two white spaces for indentation | |||||
2021-02-26 | caja-window: Fix cppcheck warning unusedAllocatedMemory | rbuj | 1 | -4/+0 | |
2021-02-25 | caja-file-management-properties: Do not cast the instance to GObject when ↵ | rbuj | 1 | -11/+9 | |
connecting a signal | |||||
2021-02-25 | caja-file-management-properties: use gtk_builder_new_from_file | rbuj | 1 | -5/+1 | |
2021-02-25 | Fix warnings about xmlChar cast | rbuj | 5 | -126/+140 | |