Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-30 | avoid redundant redeclarations | Pablo Barciela | 11 | -25/+2 | |
2019-09-10 | caja-window-slot: "folder-saved-search" icon instead "text-x-generic" | Pablo Barciela | 1 | -1/+4 | |
2019-08-26 | Let some strings be translatable | Wu Xiaotian | 2 | -8/+9 | |
2019-08-26 | add new interface | Wu Xiaotian | 2 | -65/+44 | |
2019-08-26 | add CajaWidgetViewProvider docs | Wu Xiaotian | 3 | -17/+88 | |
2019-08-26 | add new extension for widget view | Wu Xiaotian | 1 | -4/+19 | |
2019-08-26 | hide menu and toolbutton when view is only one | Wu Xiaotian | 2 | -14/+20 | |
2019-08-26 | Set FmWidgetView is single view. | Wu Xiaotian | 6 | -49/+50 | |
2019-08-26 | add new FmWidgetView object | Wu Xiaotian | 5 | -0/+444 | |
2019-08-26 | fix build error about autoptr clean | Wu Xiaotian | 1 | -0/+5 | |
2019-08-20 | Fix a grammar mistake reported by translators | rbuj | 1 | -2/+2 | |
2019-08-19 | Remove comments that are not written to translators from pot file | rbuj | 4 | -13/+13 | |
2019-08-19 | Use absolute path of binary on desktop files | rbuj | 2 | -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-09 | Use the same view settings for search results as the folder being searched | Andrey Streltsov | 1 | -1/+14 | |
Fix issue https://github.com/mate-desktop/caja/issues/704 | |||||
2019-08-02 | Support querying files by contained text | Slava Aseev | 1 | -0/+50 | |
ODF files also supported via odt2txt | |||||
2019-07-27 | use show icons option in views tab | Wu Xiaotian | 4 | -54/+19 | |
2019-07-27 | Add preference option to hide icons in list view. | Wu Xiaotian | 4 | -0/+69 | |
2019-07-26 | fm-directory-view: add icon to "empty trash" into "File" menu | Pablo Barciela | 1 | -1/+1 | |
2019-07-26 | caja-places-sidebar: add icon to "empty trash" | Pablo Barciela | 1 | -1/+1 | |
2019-07-24 | add git.mk to generate .gitignore | Wu Xiaotian | 2 | -0/+4 | |
2019-07-23 | spatial-window: replace geprecated gtk_menu_popup | raveit65 | 1 | -27/+6 | |
2019-07-23 | property-browser: replace deprecated gtk_drag_begin | raveit65 | 1 | -5/+7 | |
use gtk_drag_begin_with_coordinates instead | |||||
2019-07-23 | fm-list-view: replace deprecated gtk_drag_begin | raveit65 | 1 | -6/+7 | |
use gtk_drag_begin_with_coordinates instead | |||||
2019-07-23 | Show thumbnails in list view | Wu Xiaotian | 1 | -1/+8 | |
2019-07-21 | fix build error about fm-empty-view | Wu Xiaotian | 1 | -1/+2 | |
2019-07-17 | src / file-manager: reduce the scope of some variables | Pablo Barciela | 10 | -229/+408 | |
2019-07-10 | preferences: Render extension icons as cairo_surfaces | Victor Kareh | 2 | -14/+14 | |
2019-07-10 | preferences: Render media icons as cairo_surface | Victor Kareh | 1 | -8/+9 | |
2019-07-10 | Replace gdkpixbuf with cairo_surfaces in a few more places | Victor Kareh | 2 | -31/+30 | |
2019-07-10 | sidebar: Render info icon as vector | Victor Kareh | 1 | -16/+16 | |
2019-07-08 | Add support for loading theme-specific caja-desktop CSS | Colomban Wendling | 1 | -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-08 | Refactor custom CSS loading into a separate function | Colomban Wendling | 1 | -23/+18 | |
2019-07-08 | Add support for checking .ui accessibility with gla11y | Samuel Thibault | 2 | -2/+45 | |
2019-07-02 | desktop icon view: disconnect callback from correct GSettings instance | monsta | 1 | -1/+1 | |
taken from: https://github.com/linuxmint/nemo/commit/89090ac192638d75359876d917b6d3ce106196af | |||||
2019-07-02 | Add scroll tabs with mouse wheel | Laurent Napias | 2 | -0/+15 | |
File's properties and caja's preferences windows | |||||
2019-07-01 | migrate intltool to gettext | Wu Xiaotian | 2 | -6/+6 | |
2019-06-29 | caja-zoom-action: suppress GtkAction warnings | raveit65 | 1 | -0/+8 | |
2019-06-29 | caja-window: suppress GtkAction warnings | raveit65 | 1 | -0/+30 | |
2019-06-29 | caja-window-toolbars: suppress GtkAction warnings | raveit65 | 1 | -2/+9 | |
2019-06-29 | caja-spartial-window: suppress GtkAction warnings | raveit65 | 1 | -0/+4 | |
2019-06-29 | caja-window-menus: suppress GtkAction warnings | raveit65 | 1 | -4/+30 | |
2019-06-29 | window-manage-views: suppress GtkAction warnings | raveit65 | 1 | -0/+2 | |
2019-06-29 | caja-window-bookmarks: suppress GtkAction warnings | raveit65 | 1 | -0/+2 | |
2019-06-29 | view-as-action: suppress GtkAction warnings | raveit65 | 1 | -0/+8 | |
2019-06-29 | navigation-window: suppress GtkAction warnings | raveit65 | 1 | -0/+10 | |
2019-06-29 | caja-navigation-window-menus: suppress GtkAction warnings | raveit65 | 1 | -1/+32 | |
2019-06-29 | caja-navigation-action: suppress GtkAction warnings | raveit65 | 1 | -0/+8 | |
2019-06-29 | caja-desktop-window: suppress GtkAction warnings | raveit65 | 1 | -0/+2 | |
2019-06-29 | fm-list-view: suppress GtkAction warnings | raveit65 | 1 | -0/+2 | |
2019-06-29 | fm-icon-view: suppress GtkAction warnings | raveit65 | 1 | -0/+16 | |