summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-08-25sync with transifexraveit6518-979/+987
2017-08-25gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker3-0/+28
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window
2017-08-25Adds columns autosizingJury Verrigni1-0/+2
2017-08-25Refresh all rows on zoom changeJury Verrigni1-1/+1
2017-08-25Forces widget redraw on zoomJury Verrigni1-0/+2
2017-08-25pathbar: enable mousewheel scrolling like it was with GTK+2monsta1-0/+5
fixes https://github.com/mate-desktop/caja/issues/779 ported from: https://git.gnome.org/browse/nautilus/commit/?id=04116ab2876412445c788091be07d7f7321a4a94
2017-08-24libcaja-private: remove wrong link from internal READMEmonsta1-6/+0
2017-08-22private: Ensure we allow launching .desktop files from trusted symlinksIkey Doherty1-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-21Fix: Scaling the desktop wallpaper doesn't workZenWalker1-6/+10
Fixes https://github.com/mate-desktop/caja/pull/824#issuecomment-323568583
2017-08-19open-with-dialog: set max-char-width for a labelraveit651-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-18Fix #828 "Open With" dialog "Open" button's text misalignedlukefromdc1-1/+1
2017-08-12avoid deprecated gdk_screen_width/heightZenWalker3-9/+32
2017-08-12avoid deprecated gdk_screen_get_width/heightZenWalker6-20/+46
2017-08-08avoid deprecated gdk_screen_make_display_nameZenWalker1-3/+2
2017-08-05libegg: replace deprecated gtk_drag_beginraveit651-5/+7
2017-08-05eggsmclient: fix a build warning because of -Wcommentraveit651-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-22don't use deprecated gtk_show_uriraveit658-0/+51
2017-07-18update issue_templateraveit651-0/+3
2017-07-16avoid deprecated gdk_screen_get_numberZenWalker4-10/+12
2017-07-12application: remove unneeded forward declarationsmonsta1-22/+2
2017-07-08Fix browsing/autorun media on insertionlukefromdc1-0/+1
Fix https://github.com/mate-desktop/caja/issues/807
2017-07-03fix vertical Compact View scrolling in fm_icon_view_scroll_event()Galik1-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"raveit651-0/+2
Do it in a better way!
2017-06-29Revert "property-browser: add style class frame to scrolledwindows"raveit651-3/+0
This reverts commit 52a3d30957889eb37e65e9c4416dbe0ea79a109c. Do it in a better way!
2017-06-29Revert "property-browser: don't recast GtkWidget as GtkWidget"raveit651-1/+1
This reverts commit 45f862c6178358e73470296e5793b10c486926c1. We revert prevoius commit too.
2017-06-21Fix off-by-one error in caja-pathbar.cnokangaroo1-1/+3
2017-06-08create issue_template.mdraveit651-0/+16
2017-05-25Restore Polish translation credits from GNOMEPiotr Drąg1-6/+11
2017-05-25added feature: present the size on disk of files as we present the size of ↵Felipe Barriga Richards15-53/+252
the file.
2017-05-10release 1.19.0v1.19.0raveit651-0/+26
2017-05-10sync with transifexraveit65114-53679/+54713
2017-05-07pass CajaApplication instead of GApplication to DBus initmonsta1-1/+1
fixes a build warning
2017-05-03restore DBus interface initializationmonsta1-0/+3
fixes https://github.com/mate-desktop/caja/issues/771
2017-05-02CSS: Load a different caja-desktop.css with GTK 3.14Clement Lefebvre3-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-20Use gtk+-3 bookmarks locationraveit651-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
2017-04-20Open With dialog: force icon sizemonsta1-1/+1
fixes https://github.com/mate-desktop/caja/issues/735
2017-04-20file: make caja_file_get_gicon return custom icons too (#765)monsta1-0/+5
fixes https://github.com/mate-desktop/caja/issues/410 taken from: https://git.gnome.org/browse/nautilus/commit/?id=f1c782c13dd675bafffb2a4d85900da52be88f3f
2017-04-19Expand grid width to canvasraveit651-1/+6
Minimum of one column taken from: https://github.com/linuxmint/nemo/commit/78d4a4f https://github.com/linuxmint/nemo/commit/21ea094 fix
2017-04-18update copyright year to 2017monsta1-1/+1
2017-04-18use atk_component_get_extents instead of atk_component_get_positionmonsta1-2/+2
fixes build warning about deprecation ported from: https://git.gnome.org/browse/nautilus/commit/?id=bd73a8ee91610310c3b0dfdaa69465fc48ecac8f
2017-04-18don't parse .hidden files manually - GIO does it since 2.36monsta4-139/+2
taken from: https://git.gnome.org/browse/nautilus/commit/?id=ace6d2c2170028148785f3fa87eedf883f20f1dd GIO commit for reference: https://git.gnome.org/browse/glib/commit/?id=510ba9b4efe1813e24c6dfa7405c3547bf9efdd7
2017-04-18don't check nonexistent MATE22_USER_DIR env varmonsta2-23/+3
another case of excessive gnome -> mate renaming back in 2011
2017-04-18don't check nonexistent ~/.mate2 directorymonsta1-16/+3
it's probably some leftover from excessive gnome -> mate renaming back in 2011. even if it ever existed, we can drop it now, like upstream did for ~/.gnome2: https://git.gnome.org/browse/nautilus/commit/?id=5c17044597c980bdbe77a4894d92150fbe69909c
2017-04-17eel-accessibility: remove unused code and outdated commentsmonsta2-112/+0
2017-04-17show correct right-click menu after making selectionmonsta1-0/+1
taken from: https://git.gnome.org/browse/nautilus/commit/?id=fabea8532911c2e38d91aa6230136cff5e52f095 upstream bug with detailed description: https://bugzilla.gnome.org/704289
2017-04-15sync with transfexraveit658-73/+74
2017-04-15Sync translations.Martin Wimpress11-546/+552
2017-04-15Revert "sync with transfex"raveit6514-615/+609
This reverts commit fa99f7ac2b82eabc6cc849cc039d8d5f8c71298a.
2017-04-15sync with transfexraveit6514-609/+615
2017-04-13eel: Queue resizes on the canvas as elements change visibilityraveit651-1/+18
Not queueing resizes may play oddly with the size request caches in GTK+, resulting in gtk_widget_get_preferred_width/height returning 0 even after the canvas was populated. https://bugzilla.gnome.org/show_bug.cgi?id=667831 Taken from: https://git.gnome.org/browse/nautilus/commit/?id=8c77821