Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
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
|
|
|
|
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=fabea8532911c2e38d91aa6230136cff5e52f095
upstream bug with detailed description:
https://bugzilla.gnome.org/704289
|
|
|
|
|
|
This reverts commit fa99f7ac2b82eabc6cc849cc039d8d5f8c71298a.
|
|
|
|
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
|
|
relayouting
The GtkScrolledWindow uses the widget prefered size as a guess as to
whether scrollbars are needed or not in the automatic scrollbars case.
If we don't report anything for them we typically get it wrong and cause
two size allocate calls on the child each time, with different sizes.
This (the two sizes speicifically) will cause unnecessary relayouts of
the window.
So, we just report the current size of the layed out icons as the prefered
size. This is somewhat wrong as its depending on previous size_allocation
calls rather than the "ideal" size of the widget, but since the ideal size
is ignored anyway and just used for this it works well.
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=fa6e447
|
|
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=308f4ce
|
|
|
|
also remove self-test, it only tested the removed functions
|
|
|
|
|
|
|
|
|
|
This is a backport from nautilus 5b09cedf434b53a975074b346d511335fc735cba
list-view: explicitly set cursor on file name cell renderer on rename
The file name column has two cell renderers, one for the icon and another for
the name string. Thus, gtk_tree_view_set_cursor() isn't enough to reliably
start editing the file name cell since it will try to edit whatever is the
currently focused cell in the column.
https://bugzilla.gnome.org/show_bug.cgi?id=656128
Fixes https://github.com/mate-desktop/caja/issues/741
|
|
|
|
|
|
Fixes https://github.com/mate-desktop/caja/issues/747
|