summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2022-07-23support an explicit --select command line optionplonibarploni1-5/+70
ported from nautilus: https://github.com/GNOME/nautilus/commit/dc7e851ae4a223522c3158dd4134a3b313283596
2022-07-23navigation-window: suppress GtkAction warningsraveit651-0/+10
2022-07-21caja-sidebar-title: fix memory leakrbuj1-1/+5
2022-07-21fm-directory-view: fix memory leakrbuj1-1/+5
2022-07-21caja-application: avoid SEGV when profiling/debugging coderbuj1-2/+1
2022-07-21caja-places-sidebar: fix right-click menu heightBenjamin Heiniger1-7/+18
- prevent error and right-click menu from appearing when clicking empty area
2022-07-21Update copyright to 2021raveit654-0/+4
2022-07-21caja-bookmarks-window.ui: expand child widgets, sane default sizembkma1-7/+18
use attribute "bold" instead of markup
2022-07-21caja-bookmarks-window.ui: remove deprecated GtkAlignment, remove empty labelsmbkma1-172/+82
2022-07-21caja-file-management-properties.ui: remove deprecated GtkAlignment (usembkma1-1219/+1157
margin-property instead), reduce default size
2022-07-21Add creation time supportrbuj4-0/+21
2022-07-21caja-window: remove -Wcast-function-type warningrbuj1-5/+13
2022-07-21caja-window-menus: remove -Wcast-function-type warningrbuj1-3/+1
2022-07-21caja-window-manage-views: remove -Wcast-function-type warningrbuj1-2/+10
2022-07-21caja-property-browser: remove -Wcast-function-type warningrbuj1-4/+11
2022-07-21icon view: Add a directory setting to block moving iconsColomban Wendling3-0/+78
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.
2022-07-21No longer need to check the locale.h header as it's part of C90rbuj1-2/+0
2022-07-21warning: missing initializer for a field of ‘GtkActionEntry’rbuj5-34/+47
2022-07-21caja-places-sidebar: gnome-disk-utility ignores the --xid optionrbuj1-7/+0
2022-07-21caja-pathbar: Fix cppcheck warning nullPointerRedundantCheckrbuj1-25/+19
2022-07-21caja-application: Use PACKAGE in notify_init instead of GETTEXT_PACKAGErbuj1-1/+1
2022-07-21cppcheck warning: Local variable 'combo_box' shadows outer argumentrbuj1-13/+6
2022-07-21caja-window: Fix cppcheck warning unusedAllocatedMemoryrbuj1-4/+0
2022-07-21caja-file-management-properties: Do not cast the instance to GObject when ↵rbuj1-11/+9
connecting a signal
2022-07-21caja-file-management-properties: use gtk_builder_new_from_filerbuj1-5/+1
2022-07-21Fix warnings about xmlChar castrbuj2-95/+105
2022-07-21build: allow users to disable gettext support (--disable-nls)rbuj13-0/+30
2022-07-21build: Use PACKAGE_URL variablerbuj1-1/+1
2022-07-21caja-places-sidebar: upgrade format drive itemrbuj1-2/+49
2022-07-21Update copyright to 2021rbuj1-1/+1
2022-07-21Remove warning -Wtype-limitsrbuj1-1/+1
2022-07-21caja-bookmarks-window: upgrade ui filerbuj1-68/+65
2022-07-21caja-file-management-properties: use g_list_free_fullrbuj1-2/+1
2022-07-21fm-properties-window: make the location of system folders portablerbuj2-2/+4
2022-07-21Remove unused macrosPablo Barciela9-33/+0
2022-07-21Duplicate tabs using the scroll wheel (#1456)Erik Bročko4-12/+32
* middle-clicking the reload button duplicates tab
2022-07-21Fix i18n in backgrounds and emblems dialogrbuj1-6/+6
2022-07-21fm-directory-view: Error message when a link could not be createdrbuj1-8/+23
2022-07-21Remove trailing spaces/tabsrbuj3-4/+4
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \;
2022-07-21Add a "Bookmarks" sidebar to CajaGordon N. Squash4-0/+650
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.
2022-07-21Guard block is missingrbuj2-0/+12
2022-07-21caja-notebook: Add notebook scroll eventrbuj1-7/+97
2022-07-21fm-icon-view: totem-audio-preview was removed in totem 2.25.90rbuj2-16/+3
2022-07-21caja-file-management-properties: Reduce the height of the dialogrbuj1-294/+239
2022-07-21Remove unused variable from eel_notebook_scroll_event_cbrbuj2-6/+7
2022-07-21fm-properties-window: Do not display Modified field for mounted pointsrbuj1-1/+10
2022-07-21caja properties-window: display dir last modifiedԜеѕ1-3/+20
closes #1406 based on https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/409/diffs
2022-07-21caja-window-slot: fix window icon replacement/alternationrbuj1-9/+15
2022-07-21fm-properties: Don't show notebook arrowsraveit651-1/+0
fixes https://github.com/mate-desktop/caja/issues/1412
2022-07-21caja-file-management-properties: Remove ↵rbuj2-32/+25
caja_file_management_properties_size_group_create