Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* middle-clicking the reload button duplicates tab
|
|
|
|
- use pango-devel as BR for fedora
|
|
|
|
|
|
|
|
fixes https://github.com/mate-desktop/caja/issues/1417
|
|
|
|
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \;
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \;
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
closes #1406
based on https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/409/diffs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes https://github.com/mate-desktop/caja/issues/1412
|
|
caja_file_management_properties_size_group_create
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ported from nautilus:
https://github.com/GNOME/nautilus/commit/dc7e851ae4a223522c3158dd4134a3b313283596
|
|
|
|
|
|
|