Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-23 | caja-places-sidebar: upgrade format drive item | rbuj | 1 | -2/+49 | |
2021-01-16 | Update copyright to 2021 | rbuj | 1 | -1/+1 | |
2021-01-15 | Remove warning -Wtype-limits | rbuj | 1 | -1/+1 | |
2020-12-25 | caja-bookmarks-window: upgrade ui file | rbuj | 1 | -68/+65 | |
2020-12-04 | caja-file-management-properties: use g_list_free_full | rbuj | 1 | -2/+1 | |
2020-11-15 | fm-properties-window: make the location of system folders portable | rbuj | 2 | -2/+4 | |
2020-11-11 | Remove unused macros | Pablo Barciela | 9 | -33/+0 | |
2020-11-11 | Duplicate tabs using the scroll wheel (#1456) | Erik Bročko | 4 | -12/+32 | |
* middle-clicking the reload button duplicates tab | |||||
2020-11-11 | Fix i18n in backgrounds and emblems dialog | rbuj | 1 | -6/+6 | |
2020-09-05 | fm-directory-view: Error message when a link could not be created | rbuj | 1 | -8/+23 | |
2020-08-04 | Remove trailing spaces/tabs | rbuj | 3 | -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-25 | Add a "Bookmarks" sidebar to Caja | Gordon N. Squash | 4 | -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-21 | Guard block is missing | rbuj | 2 | -0/+12 | |
2020-07-16 | caja-notebook: Add notebook scroll event | rbuj | 1 | -7/+97 | |
2020-07-13 | fm-icon-view: totem-audio-preview was removed in totem 2.25.90 | rbuj | 2 | -16/+3 | |
2020-07-10 | caja-file-management-properties: Reduce the height of the dialog | rbuj | 1 | -294/+239 | |
2020-07-10 | Remove unused variable from eel_notebook_scroll_event_cb | rbuj | 2 | -6/+7 | |
2020-07-10 | fm-properties-window: Do not display Modified field for mounted points | rbuj | 1 | -1/+10 | |
2020-06-30 | caja 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-17 | caja-window-slot: fix window icon replacement/alternation | rbuj | 1 | -9/+15 | |
2020-06-15 | fm-properties: Don't show notebook arrows | raveit65 | 1 | -1/+0 | |
fixes https://github.com/mate-desktop/caja/issues/1412 | |||||
2020-06-13 | caja-file-management-properties: Remove ↵ | rbuj | 2 | -32/+25 | |
caja_file_management_properties_size_group_create | |||||
2020-06-13 | caja-file-management-properties.ui: Fix deprecations | rbuj | 1 | -80/+79 | |
2020-05-26 | Replace GtkStateType (GTK2 enum) with GtkStateFlags (GTK3 enum) | rbuj | 1 | -5/+5 | |
2020-05-15 | mate-submodules: use git submodule for libegg | Wu Xiaotian | 2 | -0/+2 | |
2020-05-05 | Remove the warning: the address of ‘iter’ will never be NULL | rbuj | 1 | -8/+6 | |
2020-04-28 | support an explicit --select command line option | plonibarploni | 1 | -5/+70 | |
ported from nautilus: https://github.com/GNOME/nautilus/commit/dc7e851ae4a223522c3158dd4134a3b313283596 | |||||
2020-04-13 | Fix -Wmissing-prototypes build warnings | Pablo Barciela | 3 | -4/+6 | |
2020-04-12 | Remove warnings about function declaration isn’t a prototype | rbuj | 1 | -1/+2 | |
2020-04-04 | caja-window-menus: website-label, consistency with other about-dialog | rbuj | 1 | -1/+1 | |
2020-04-04 | use MATE_COMPILE_WARNINGS from mate-common | raveit65 | 2 | -2/+2 | |
2020-02-26 | Update authors | rbuj | 1 | -1/+1 | |
2020-02-09 | Set a real title on the desktop window (as provided to ATK) | Jonathan Michalon | 2 | -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-08 | Drop GLIB version check | Wu Xiaotian | 1 | -3/+0 | |
2020-01-12 | fm-properties: Remove use of mate-desktop-thumbnail helper | raveit65 | 1 | -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-10 | Update copyright to 2020 | raveit65 | 1 | -1/+1 | |
2020-01-10 | Make device ejection notifications translatable | Jonathan Michalon | 1 | -3/+3 | |
2019-12-29 | Keep path same when opening new window from an existing one | Yetoo1 | 3 | -6/+40 | |
solved https://github.com/mate-desktop/caja/issues/1335 | |||||
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 | |