Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-12 | Fix: wrong behavior with key "enter" while renaming files in list view | Pablo Barciela | 1 | -10/+21 | |
Fixes https://github.com/mate-desktop/caja/issues/698 | |||||
2017-11-05 | open folder in new window: [ctrl] + [shift] + [w] | Pablo Barciela | 1 | -1/+1 | |
Fixes https://github.com/mate-desktop/caja/issues/859 | |||||
2017-11-02 | zoom-control: change zoom with mousewheel scroll over button | monsta | 1 | -1/+2 | |
like it was with GTK+2 | |||||
2017-10-11 | release 1.19.2v1.19.2 | raveit65 | 2 | -24/+37 | |
2017-10-11 | sync with transifex | raveit65 | 114 | -96039/+98321 | |
2017-10-10 | View -> Visible Columns: fix vertical expand of dialog content | monsta | 1 | -1/+1 | |
this menu item is only visible when list view is selected, so I'm not surprised we missed it | |||||
2017-10-08 | reword Size on Disk column description a bit | monsta | 1 | -1/+1 | |
2017-09-23 | Fix: wrong <Shift+Del> behavior while renaming files | Pablo Barciela | 1 | -2/+4 | |
Fixes https://github.com/mate-desktop/caja/issues/509 | |||||
2017-09-02 | icon-dnd: remove hardcoded highlight frame | Cosimo Cecchi | 1 | -6/+1 | |
The call to gtk_render_frame() should be enough; Now the .dnd style class setting from themes are used. Fixes https://github.com/mate-desktop/mate-themes/issues/194 origin commit: https://git.gnome.org/browse/nautilus/commit/?id=8d8979f | |||||
2017-09-01 | Fix: high cpu while loading background image | ZenWalker | 1 | -0/+8 | |
Fixes #606 | |||||
2017-08-29 | list view: fix large icon margins on zooming out | monsta | 1 | -0/+3 | |
ported from: https://git.gnome.org/browse/nautilus/commit/?id=4f17fb7db7b8736ebb4fe82ddb1c279777847730 https://git.gnome.org/browse/nautilus/commit/?id=41de4e52b43c8ed5c9118860dac7caa303ebbc5b | |||||
2017-08-29 | Revert "Adds columns autosizing" | monsta | 1 | -2/+0 | |
This reverts commit 2a424fca8bd928223e92570fa692266c471a52b3. | |||||
2017-08-28 | make sure scaling the desktop wallpaper works in all monitors | ZenWalker | 1 | -4/+20 | |
Fixes #836 | |||||
2017-08-28 | remove weird +x attribute from a source file | monsta | 1 | -0/+0 | |
2017-08-25 | release 1.19.1v1.19.1 | raveit65 | 2 | -2/+29 | |
2017-08-25 | sync with transifex | raveit65 | 18 | -979/+987 | |
2017-08-25 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 3 | -0/+28 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window | |||||
2017-08-25 | Adds columns autosizing | Jury Verrigni | 1 | -0/+2 | |
2017-08-25 | Refresh all rows on zoom change | Jury Verrigni | 1 | -1/+1 | |
2017-08-25 | Forces widget redraw on zoom | Jury Verrigni | 1 | -0/+2 | |
2017-08-25 | pathbar: enable mousewheel scrolling like it was with GTK+2 | monsta | 1 | -0/+5 | |
fixes https://github.com/mate-desktop/caja/issues/779 ported from: https://git.gnome.org/browse/nautilus/commit/?id=04116ab2876412445c788091be07d7f7321a4a94 | |||||
2017-08-24 | libcaja-private: remove wrong link from internal README | monsta | 1 | -6/+0 | |
2017-08-22 | private: Ensure we allow launching .desktop files from trusted symlinks | Ikey Doherty | 1 | -0/+42 | |
When a file is a symlink to one of the XDG data dirs, we'll allow that link to work, as they're vendor provided and not world-writeable by a malicious entity. This lookup is handled by the "is_system_dir" logic, to ensure that whatever the .desktop symlink is pointing at is already implicitly whitelisted. This allows for vendor provided "default" symlinks on within user directories, such as installer shortcuts for LiveCDs, etc. Signed-off-by: Ikey Doherty <[email protected]> | |||||
2017-08-21 | Fix: Scaling the desktop wallpaper doesn't work | ZenWalker | 1 | -6/+10 | |
Fixes https://github.com/mate-desktop/caja/pull/824#issuecomment-323568583 | |||||
2017-08-19 | open-with-dialog: set max-char-width for a label | raveit65 | 1 | -0/+1 | |
use max_char_width for 'Select and application to view his description' label, as this can cause a window size jumping for this gui. Depends on language translations. Ie. german language was affected. | |||||
2017-08-18 | Fix #828 "Open With" dialog "Open" button's text misaligned | lukefromdc | 1 | -1/+1 | |
2017-08-12 | avoid deprecated gdk_screen_width/height | ZenWalker | 3 | -9/+32 | |
2017-08-12 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 6 | -20/+46 | |
2017-08-08 | avoid deprecated gdk_screen_make_display_name | ZenWalker | 1 | -3/+2 | |
2017-08-05 | libegg: replace deprecated gtk_drag_begin | raveit65 | 1 | -5/+7 | |
2017-08-05 | eggsmclient: fix a build warning because of -Wcomment | raveit65 | 1 | -4/+3 | |
Note: This depends on your compiler warnings level, i see that only if bulding with mock or fedora server. eggsmclient.c: In function 'egg_sm_client_get': eggsmclient.c:363:9: warning: "/*" within comment [-Wcomment] /*Disabling when root/not in MATE in GtkApplication builds eggsmclient.c:364:9: warning: "/*" within comment [-Wcomment] /*as egg_sm_client_set_mode must be called prior to start of main loop eggsmclient.c:365:9: warning: "/*" within comment [-Wcomment] /*to stop caja restart but this is diffcult in GtkApplication | |||||
2017-07-22 | don't use deprecated gtk_show_uri | raveit65 | 8 | -0/+51 | |
2017-07-18 | update issue_template | raveit65 | 1 | -0/+3 | |
2017-07-16 | avoid deprecated gdk_screen_get_number | ZenWalker | 4 | -10/+12 | |
2017-07-12 | application: remove unneeded forward declarations | monsta | 1 | -22/+2 | |
2017-07-08 | Fix browsing/autorun media on insertion | lukefromdc | 1 | -0/+1 | |
Fix https://github.com/mate-desktop/caja/issues/807 | |||||
2017-07-03 | fix vertical Compact View scrolling in fm_icon_view_scroll_event() | Galik | 1 | -34/+15 | |
Was always scrolling to right when using sideways scrolling devices. Now scrolls left or right with sideways scrolling devices and adjusts vertical scrolling devices to scroll sideways. | |||||
2017-06-29 | "property-browser: add style class frame to scrolledwindows" | raveit65 | 1 | -0/+2 | |
Do it in a better way! | |||||
2017-06-29 | Revert "property-browser: add style class frame to scrolledwindows" | raveit65 | 1 | -3/+0 | |
This reverts commit 52a3d30957889eb37e65e9c4416dbe0ea79a109c. Do it in a better way! | |||||
2017-06-29 | Revert "property-browser: don't recast GtkWidget as GtkWidget" | raveit65 | 1 | -1/+1 | |
This reverts commit 45f862c6178358e73470296e5793b10c486926c1. We revert prevoius commit too. | |||||
2017-06-21 | Fix off-by-one error in caja-pathbar.c | nokangaroo | 1 | -1/+3 | |
2017-06-08 | create issue_template.md | raveit65 | 1 | -0/+16 | |
2017-05-25 | Restore Polish translation credits from GNOME | Piotr Drąg | 1 | -6/+11 | |
2017-05-25 | added feature: present the size on disk of files as we present the size of ↵ | Felipe Barriga Richards | 15 | -53/+252 | |
the file. | |||||
2017-05-10 | release 1.19.0v1.19.0 | raveit65 | 1 | -0/+26 | |
2017-05-10 | sync with transifex | raveit65 | 114 | -53679/+54713 | |
2017-05-07 | pass CajaApplication instead of GApplication to DBus init | monsta | 1 | -1/+1 | |
fixes a build warning | |||||
2017-05-03 | restore DBus interface initialization | monsta | 1 | -0/+3 | |
fixes https://github.com/mate-desktop/caja/issues/771 | |||||
2017-05-02 | CSS: Load a different caja-desktop.css with GTK 3.14 | Clement Lefebvre | 3 | -2/+36 | |
In caja-desktop.css this line isn't compatible with GTK 3.14: ".caja-desktop:not(:selected):not(:active):not(.rubberband){" It is needed for GTK 3.20/3.22 tough. This PR checks the GTK version and loads the appropriate CSS. This fixes desktop icons showing black text. That issue was reproduced with Adwaita under LMDE with GTK 3.14. | |||||
2017-04-20 | Use gtk+-3 bookmarks location | raveit65 | 1 | -1/+30 | |
If it doesn't exist fallback to reading from the old location but always write to the new location. https://bugzilla.gnome.org/show_bug.cgi?id=674986 taken from: https://git.gnome.org/browse/nautilus/commit/?id=ed90577 |