Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Closes https://github.com/mate-desktop/mate-desktop/pull/151
Closes https://github.com/mate-desktop/mate-desktop/issues/148
|
|
similar to https://git.gnome.org/browse/gnome-panel/commit/?id=76acc5b
avoids double forking with desktop files that have "exec pkexec ..."
inside.
Closes https://github.com/mate-desktop/mate-desktop/pull/166
|
|
|
|
fixes the issue with GLib >= 2.43,
https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619
Closes https://github.com/mate-desktop/mate-desktop/pull/162
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit a0a0a16fb72bb7b592d23ce29ca52c7d63c2e40b.
|
|
This reverts commit 82d352cb10ed140b618b2c00a3935a3e8c6d1ba0.
|
|
|
|
This reverts commit 6a0c8a93e30243232d63487c09ccb15a93755265.
|
|
|
|
Needed for mate-settings-daemon commit f307b35694753bda6edcd299bf8c28d32b25836d
|
|
|
|
|
|
|
|
Closes https://github.com/mate-desktop/mate-desktop/pull/150
|
|
|
|
|
|
When RANDR is not present, the screen object never gets an info,
and since screen_info_free asserts, we must not call it unconditionally
in finalize.
Based on gnome-desktop commit: aa93854f2ba6b0f72f1bdff9699b5724a72c89c9
From: Matthias Clasen <[email protected]>
Gnome bug: tps://bugzilla.gnome.org/show_bug.cgi?id=649053
|
|
When the spice client goes to fullscreen it (temporarily) turns all xrandr
outputs off (for some reason). This causes gnome-settings-daemon to crash (and
respawn and reset the old screen size) due to a NULL deref in libgnome-desktop.
Based on gnome-desktop commit: b8849c08adb1ba1b55d1a3511dd9eefd00504dc0
Patch by: Alex Larsson
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=646714
|
|
The RANDR headers include the Xlib paraphernalia, but we don't include those
headers when gnome-desktop is configured to not use RANDR. So, instead we
include Xlib.h so that we'll have defined types for Display, Screen, etc.
Based on gnome-desktop commit: 27fb2967f620cbc82da57b9b5eea7700218b6620
From: Federico Mena Quintero <[email protected]>
|
|
|
|
Based on gnome-desktop commit: f89d8a582abbb79898a93d26a8c0f52f74b20bd2
From: Federico Mena Quintero <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=643940
|
|
Based on gnome-commit: 446e8ffcf16ccf909f45b293532f50996b0dd728
From: Benjamin Otte <[email protected]>
|
|
Based on gnome-desktop commit: b4b3fbe614c245e5e2cc4ca431d0f5310eca6ed1
From: Matthias Clasen <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=641996
|
|
If the GnomeRRLabeler object is going to be unref'ing the config
object, then it better keeps its own reference to it, otherwise
it could cause problems when destroyed and re-created.
Based on gnome-desktop commit: 8ceca629c2db2c8da0c7d8e391a68367c6c705d9
From: Bastien Nocera <[email protected]>
|
|
We need to ref outputs when we are copying them in the parser,
and we need to avoid confusing i and j, even if they both have
dots.
Based on gnome-desktop commit: 11880c8bfd7b3f1edde58b8e83e46ebd59a44311
From: Matthias Clasen <[email protected]>
|
|
Rename get_connected() to is_connected() and get_active() to
is_active(), following the normal convention.
Based on gnome-desktop commit: 46d48ab6ec256498d0dd0a5c97c0388381971cbf
From: Giovanni Campagna <[email protected]>
|
|
Based on gnome-desktop commit: 7c2e51427fff29f1582eb5ed035f8c7637ea908f
From: Federico Mena Quintero <[email protected]>
|
|
vmethod name
Based on gnome-desktop commit: cce5c87297ff8c163d4a29e1fc4e7277cbb4705a
From: Federico Mena Quintero <[email protected]>
|
|
This makes them less error-prone to use. Also, fixes the
master check for RANDR 1.2 in gnome_rr_screen_initable_init(), which
wouldn't handle RANDR versions above 1.x.
Based on gnome-desktop commit: 4da0756ef2e42b8040d8043029057b08e85efcec
From: Federico Mena Quintero <[email protected]>
|
|
Based on gnome-desktop commit: 81590ec66ee8507ae61b47d3d93a8685e970a629
From: Emilio Pozuelo Monfort <[email protected]>
|
|
|
|
Based on gnome-desktop commits:
1d1f8ef64f404eccb29d384a75939701327e8e77
2c7a2e90fee98ff61e530098bc962a65dec670bc
7436f759bec00d87f597ef0b6945da8fa8969e85
From: Giovanni Campagna <[email protected]>
Gnome Bug: https://bugzilla.gnome.org/show_bug.cgi?id=630913
|
|
Based on gnome-desktop commit: 4dd5a30269d71bbe1da884a849db2290df5544c9
From: William Jon McCann <[email protected]>
|
|
Based on gnome-desktop commit: f632805c549053a548877785e3e624b1fe687f23
From: William Jon McCann <[email protected]>
|
|
Turned all GnomeRR structures into boxed types, then added the needed annotations and the Makefile.am bits.
Does not yet include API changes, but should bind (awfully) all of libgnome-desktop.
Based on gnome commit: cad94246fb5be76482212407a380cd75f9e7b932
url: https://git.gnome.org/browse/gnome-desktop/commit/?id=cad94246fb5be76482212407a380cd75f9e7b932
|
|
Rework MateRRScreen so that it is a full GObject, and all its data is moved to MateScreenPrivate.
GObject's are more supported when it comes to introspection and bindings, in particular wrt constructors.
Therefore, this is a necessary step for useful introspection generation.
https://bugzilla.gnome.org/show_bug.cgi?id=630913
Based on gnome commit 4d2a27d55bcf9bb8de170ae6c6540724125aafa3
url: https://git.gnome.org/browse/gnome-desktop/commit/?id=4d2a27d55bcf9bb8de170ae6c6540724125aafa3
|
|
the code below clearly assumes that slide should never be NULL,
so the check is now done via g_return_if_fail
Closes https://github.com/mate-desktop/mate-desktop/pull/143
|