summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2020-12-04caja-file-management-properties: use g_list_free_fullrbuj1-2/+1
2020-11-15fm-properties-window: make the location of system folders portablerbuj2-2/+4
2020-11-11Remove unused macrosPablo Barciela9-33/+0
2020-11-11Duplicate tabs using the scroll wheel (#1456)Erik Bročko4-12/+32
* middle-clicking the reload button duplicates tab
2020-11-11Fix i18n in backgrounds and emblems dialogrbuj1-6/+6
2020-09-05fm-directory-view: Error message when a link could not be createdrbuj1-8/+23
2020-08-04Remove 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:]]*$//' {} \;
2020-07-25Add 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.
2020-07-21Guard block is missingrbuj2-0/+12
2020-07-16caja-notebook: Add notebook scroll eventrbuj1-7/+97
2020-07-13fm-icon-view: totem-audio-preview was removed in totem 2.25.90rbuj2-16/+3
2020-07-10caja-file-management-properties: Reduce the height of the dialogrbuj1-294/+239
2020-07-10Remove unused variable from eel_notebook_scroll_event_cbrbuj2-6/+7
2020-07-10fm-properties-window: Do not display Modified field for mounted pointsrbuj1-1/+10
2020-06-30caja properties-window: display dir last modifiedԜеѕ1-3/+20
closes #1406 based on https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/409/diffs
2020-06-17caja-window-slot: fix window icon replacement/alternationrbuj1-9/+15
2020-06-15fm-properties: Don't show notebook arrowsraveit651-1/+0
fixes https://github.com/mate-desktop/caja/issues/1412
2020-06-13caja-file-management-properties: Remove ↵rbuj2-32/+25
caja_file_management_properties_size_group_create
2020-06-13caja-file-management-properties.ui: Fix deprecationsrbuj1-80/+79
2020-05-26Replace GtkStateType (GTK2 enum) with GtkStateFlags (GTK3 enum)rbuj1-5/+5
2020-05-15mate-submodules: use git submodule for libeggWu Xiaotian2-0/+2
2020-05-05Remove the warning: the address of ‘iter’ will never be NULLrbuj1-8/+6
2020-04-28support an explicit --select command line optionplonibarploni1-5/+70
ported from nautilus: https://github.com/GNOME/nautilus/commit/dc7e851ae4a223522c3158dd4134a3b313283596
2020-04-13Fix -Wmissing-prototypes build warningsPablo Barciela3-4/+6
2020-04-12Remove warnings about function declaration isn’t a prototyperbuj1-1/+2
2020-04-04caja-window-menus: website-label, consistency with other about-dialogrbuj1-1/+1
2020-04-04use MATE_COMPILE_WARNINGS from mate-commonraveit652-2/+2
2020-02-26Update authorsrbuj1-1/+1
2020-02-09Set a real title on the desktop window (as provided to ATK)Jonathan Michalon2-7/+6
Even if we think that the desktop window title is never seen, it is used by the window selector in "all windows" mode and speech synthesis.
2020-02-08Drop GLIB version checkWu Xiaotian1-3/+0
2020-01-12fm-properties: Remove use of mate-desktop-thumbnail helperraveit651-5/+3
don't use mate_desktop_thumbnail_scale_down_pixbuf(). gdk-pixbuf doesn't have the same bugs when shrinking images by large factors.
2020-01-10Update copyright to 2020raveit651-1/+1
2020-01-10Make device ejection notifications translatableJonathan Michalon1-3/+3
2019-12-29Keep path same when opening new window from an existing oneYetoo13-6/+40
solved https://github.com/mate-desktop/caja/issues/1335
2019-11-30avoid redundant redeclarationsPablo Barciela11-25/+2
2019-09-10caja-window-slot: "folder-saved-search" icon instead "text-x-generic"Pablo Barciela1-1/+4
2019-08-26Let some strings be translatableWu Xiaotian2-8/+9
2019-08-26add new interfaceWu Xiaotian2-65/+44
2019-08-26add CajaWidgetViewProvider docsWu Xiaotian3-17/+88
2019-08-26add new extension for widget viewWu Xiaotian1-4/+19
2019-08-26hide menu and toolbutton when view is only oneWu Xiaotian2-14/+20
2019-08-26Set FmWidgetView is single view.Wu Xiaotian6-49/+50
2019-08-26add new FmWidgetView objectWu Xiaotian5-0/+444
2019-08-26fix build error about autoptr cleanWu Xiaotian1-0/+5
2019-08-20Fix a grammar mistake reported by translatorsrbuj1-2/+2
2019-08-19Remove comments that are not written to translators from pot filerbuj4-13/+13
2019-08-19Use absolute path of binary on desktop filesrbuj2-25/+0
./autogen.sh --prefix=/usr && make ... GEN caja.desktop.in GEN caja.desktop GEN caja-home.desktop.in GEN caja-home.desktop GEN caja-computer.desktop.in GEN caja-computer.desktop GEN caja-folder-handler.desktop.in GEN caja-folder-handler.desktop GEN caja-file-management-properties.desktop.in GEN caja-file-management-properties.desktop GEN caja-browser.desktop.in GEN caja-browser.desktop GEN caja-autorun-software.desktop.in GEN caja-autorun-software.desktop GEN mate-network-scheme.desktop.in GEN mate-network-scheme.desktop ... grep Exec= data/*.desktop data/caja-autorun-software.desktop:TryExec=/usr/bin/caja-autorun-software data/caja-autorun-software.desktop:Exec=/usr/bin/caja-autorun-software %u data/caja-browser.desktop:TryExec=/usr/bin/caja data/caja-browser.desktop:Exec=/usr/bin/caja --no-desktop --browser %U data/caja-computer.desktop:TryExec=/usr/bin/caja data/caja-computer.desktop:Exec=/usr/bin/caja --no-desktop computer: data/caja.desktop:Exec=/usr/bin/caja data/caja-file-management-properties.desktop:Exec=/usr/bin/caja-file-management-properties data/caja-folder-handler.desktop:TryExec=/usr/bin/caja data/caja-folder-handler.desktop:Exec=/usr/bin/caja --no-desktop %U data/caja-home.desktop:TryExec=/usr/bin/caja data/caja-home.desktop:Exec=/usr/bin/caja --no-desktop data/mate-network-scheme.desktop:TryExec=/usr/bin/caja data/mate-network-scheme.desktop:Exec=/usr/bin/caja --no-desktop network:
2019-08-09Use the same view settings for search results as the folder being searchedAndrey Streltsov1-1/+14
Fix issue https://github.com/mate-desktop/caja/issues/704
2019-08-02Support querying files by contained textSlava Aseev1-0/+50
ODF files also supported via odt2txt
2019-07-27use show icons option in views tabWu Xiaotian4-54/+19