Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
use attribute "bold" instead of markup
|
|
|
|
margin-property instead), reduce default size
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
connecting a signal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* middle-clicking the reload button duplicates tab
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|