Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-20 | Use a blank line at most | rbuj | 1 | -6/+0 | |
2021-04-02 | Improved filesystem check on dnd | robertxgray | 1 | -0/+36 | |
2020-12-11 | caja-directory-async: trust also launchers from user desktop | rbuj | 1 | -0/+25 | |
2019-05-06 | libcaja-private: reduce the scope of some variables | Pablo Barciela | 1 | -19/+33 | |
2019-04-14 | caja-file-utilities: Fix cast from non-struct type to struct type | Pablo Barciela | 1 | -1/+1 | |
Fixes Clang static analyzer warning: caja-file-utilities.c:283:12: warning: Casting a non-structure type to a structure type and accessing a field can lead to memory access errors or data corruption return (XdgDirEntry *)g_array_free (array, FALSE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||||
2019-04-12 | local #include files who are libraries inside <> instead "" | Pablo Barciela | 1 | -4/+4 | |
2019-04-10 | local #include files inside "" instead <> | Pablo Barciela | 1 | -10/+11 | |
2018-10-20 | monitor: watch for removal of non-native mounts on GVolumeMonitor | lukefromdc | 1 | -0/+42 | |
Fix https://github.com/mate-desktop/caja/issues/1066 "Caja caches folders from usb drives/disk" Nowadays, we rely on G_FILE_MONITOR_EVENT_UNMOUNTED to be emitted when a mount disappears, since we already monitor the directory, in order to switch the view to a different location. Since non-native mounts very likely won't have file monitoring though, we're not going to receive such events in that case, and fail to redirect the view as a consequence. This patch fixes it by listening to the mount-removed signal on GVolumeMonitor when a monitor is requested for a non-native mount, and emulating a file removal in that case. Backport Nautilus commit gitlab.gnome.org/GNOME/nautilus/commit/3891241ba760c59d284b7579dbd340651c8d4d29 note that caja_get_mounted_mount_for_root had to be added, while the equivalent Nautilus function was from a prior commit | |||||
2017-04-18 | don't check nonexistent MATE22_USER_DIR env var | monsta | 1 | -13/+2 | |
another case of excessive gnome -> mate renaming back in 2011 | |||||
2017-04-18 | don't check nonexistent ~/.mate2 directory | monsta | 1 | -16/+3 | |
it's probably some leftover from excessive gnome -> mate renaming back in 2011. even if it ever existed, we can drop it now, like upstream did for ~/.gnome2: https://git.gnome.org/browse/nautilus/commit/?id=5c17044597c980bdbe77a4894d92150fbe69909c | |||||
2016-08-22 | drop a large amount of completely unused code | monsta | 1 | -193/+0 | |
2015-10-07 | fixed wrong link to gnome website in the comments | monsta | 1 | -1/+1 | |
2015-09-04 | Switch to org.gnome.SessionManager | Clement Lefebvre | 1 | -4/+4 | |
2015-01-13 | drop support for GLib < 2.36 | Monsta | 1 | -2/+0 | |
Closes https://github.com/mate-desktop/caja/pull/372 | |||||
2014-12-10 | libcaja-private: don't leak memory | Monsta | 1 | -9/+4 | |
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 | |
2012-11-23 | [all] include src/glibcompat.h & use g_list_free_full() where needed | Jasmine Hassan | 1 | -2/+3 | |
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 | -1/+2 | |
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-09-05 | fix desktop-is-home-dir gsettings conversion | Stefano Karapetsas | 1 | -3/+3 | |
2012-09-05 | start migration to gsettings | Stefano Karapetsas | 1 | -5/+5 | |
2012-08-12 | Fixed incorrect fsf addresses. Closes #28. | Steve Zesch | 1 | -2/+2 | |
2012-06-16 | use engrampa instead of file-roller | Stefano Karapetsas | 1 | -2/+2 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+1449 | |