summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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
2019-07-27Add preference option to hide icons in list view.Wu Xiaotian4-0/+69
2019-07-26fm-directory-view: add icon to "empty trash" into "File" menuPablo Barciela1-1/+1
2019-07-26caja-places-sidebar: add icon to "empty trash"Pablo Barciela1-1/+1
2019-07-24add git.mk to generate .gitignoreWu Xiaotian2-0/+4
2019-07-23spatial-window: replace geprecated gtk_menu_popupraveit651-27/+6
2019-07-23property-browser: replace deprecated gtk_drag_beginraveit651-5/+7
use gtk_drag_begin_with_coordinates instead
2019-07-23fm-list-view: replace deprecated gtk_drag_beginraveit651-6/+7
use gtk_drag_begin_with_coordinates instead
2019-07-23Show thumbnails in list viewWu Xiaotian1-1/+8
2019-07-21fix build error about fm-empty-viewWu Xiaotian1-1/+2
2019-07-17src / file-manager: reduce the scope of some variablesPablo Barciela10-229/+408
2019-07-10preferences: Render extension icons as cairo_surfacesVictor Kareh2-14/+14
2019-07-10preferences: Render media icons as cairo_surfaceVictor Kareh1-8/+9
2019-07-10Replace gdkpixbuf with cairo_surfaces in a few more placesVictor Kareh2-31/+30
2019-07-10sidebar: Render info icon as vectorVictor Kareh1-16/+16
2019-07-08Add support for loading theme-specific caja-desktop CSSColomban Wendling1-5/+40
Add support for loading a specific CSS named after the theme for theming the desktop, "caja-desktop-$THEME.css". This allows specific overrides for themes with specific needs, like HighContrast and such.
2019-07-08Refactor custom CSS loading into a separate functionColomban Wendling1-23/+18
2019-07-08Add support for checking .ui accessibility with gla11ySamuel Thibault2-2/+45
2019-07-02desktop icon view: disconnect callback from correct GSettings instancemonsta1-1/+1
taken from: https://github.com/linuxmint/nemo/commit/89090ac192638d75359876d917b6d3ce106196af
2019-07-02Add scroll tabs with mouse wheelLaurent Napias2-0/+15
File's properties and caja's preferences windows
2019-07-01migrate intltool to gettextWu Xiaotian2-6/+6
2019-06-29caja-zoom-action: suppress GtkAction warningsraveit651-0/+8
2019-06-29caja-window: suppress GtkAction warningsraveit651-0/+30
2019-06-29caja-window-toolbars: suppress GtkAction warningsraveit651-2/+9
2019-06-29caja-spartial-window: suppress GtkAction warningsraveit651-0/+4
2019-06-29caja-window-menus: suppress GtkAction warningsraveit651-4/+30
2019-06-29window-manage-views: suppress GtkAction warningsraveit651-0/+2