mutter/src
Jonas Ådahl 0608ae2d4e monitor-config-store: Replace key when replacing config
g_hash_table_insert() doesn't replace the key. This was a problem
because the key was owned by the value inserted into the hash table, so
when a value was removed, the key was freed, meaning that the key in
the hash table was no pointing to freed memory. Fix this by using
g_hash_table_replace() instead, which work the same except that it
replaces the key with the one passed. This means that the key of a
value in the hash table is always the key owned by the value.

https://bugzilla.gnome.org/show_bug.cgi?id=777732
2017-04-17 13:26:40 +08:00
..
backends monitor-config-store: Replace key when replacing config 2017-04-17 13:26:40 +08:00
compositor Add support for scaled logical monitor framebuffers 2017-04-07 22:30:48 +08:00
core backend: Add API to get UI scaling 2017-04-07 22:30:50 +08:00
meta monitor-manager: Add public API to get logical monitor from connector 2017-04-07 22:30:51 +08:00
tests tests: Fix indentation 2017-04-07 22:30:50 +08:00
ui frames: use correct variable in for loop assignment 2017-04-04 20:09:23 +02:00
wayland Add support for scaled logical monitor framebuffers 2017-04-07 22:30:48 +08:00
x11 x11/xprops: Plug a few memory leaks 2017-02-21 19:51:46 +01:00
.cvsignore
libmutter.pc.in Make libmutter and friends parallel installable 2017-02-14 11:16:45 +08:00
Makefile-tests.am Make libmutter and friends parallel installable 2017-02-14 11:16:45 +08:00
Makefile.am renderer-x11: Split up into CM and Nested renderers 2017-04-07 22:30:49 +08:00
meta-enum-types.c.in
meta-enum-types.h.in
org.freedesktop.login1.xml
org.gnome.Mutter.DisplayConfig.xml DisplayConfig: Add 'supports-changing-layout-mode' property 2017-04-07 22:30:51 +08:00
org.gnome.Mutter.IdleMonitor.xml
stamp-mutter-enum-types.h