Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixes #606
|
|
ported from:
https://git.gnome.org/browse/nautilus/commit/?id=4f17fb7db7b8736ebb4fe82ddb1c279777847730
https://git.gnome.org/browse/nautilus/commit/?id=41de4e52b43c8ed5c9118860dac7caa303ebbc5b
|
|
This reverts commit 2a424fca8bd928223e92570fa692266c471a52b3.
|
|
Fixes #836
|
|
|
|
|
|
|
|
avoid deprecated:
gdk_screen_get_monitor_geometry
gdk_screen_get_monitor_at_window
|
|
|
|
|
|
|
|
fixes https://github.com/mate-desktop/caja/issues/779
ported from:
https://git.gnome.org/browse/nautilus/commit/?id=04116ab2876412445c788091be07d7f7321a4a94
|
|
|
|
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]>
|
|
Fixes https://github.com/mate-desktop/caja/pull/824#issuecomment-323568583
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
Fix https://github.com/mate-desktop/caja/issues/807
|
|
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.
|
|
Do it in a better way!
|
|
This reverts commit 52a3d30957889eb37e65e9c4416dbe0ea79a109c.
Do it in a better way!
|
|
This reverts commit 45f862c6178358e73470296e5793b10c486926c1.
We revert prevoius commit too.
|
|
|
|
|
|
|
|
the file.
|
|
|
|
|
|
fixes a build warning
|
|
fixes https://github.com/mate-desktop/caja/issues/771
|
|
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.
|
|
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
|
|
fixes https://github.com/mate-desktop/caja/issues/735
|
|
fixes https://github.com/mate-desktop/caja/issues/410
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=f1c782c13dd675bafffb2a4d85900da52be88f3f
|
|
Minimum of one column
taken from:
https://github.com/linuxmint/nemo/commit/78d4a4f
https://github.com/linuxmint/nemo/commit/21ea094
fix
|
|
|
|
fixes build warning about deprecation
ported from:
https://git.gnome.org/browse/nautilus/commit/?id=bd73a8ee91610310c3b0dfdaa69465fc48ecac8f
|
|
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=ace6d2c2170028148785f3fa87eedf883f20f1dd
GIO commit for reference:
https://git.gnome.org/browse/glib/commit/?id=510ba9b4efe1813e24c6dfa7405c3547bf9efdd7
|
|
another case of excessive gnome -> mate renaming back in 2011
|
|
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
|
|
|