lp://staging/~vanvugt/compiz-core/blacklist
- Get this branch:
- bzr branch lp://staging/~vanvugt/compiz-core/blacklist
Branch merges
- Sam Spilsbury: Approve
- Timo Jyrinki: Pending requested
-
Diff: 445 lines (+310/-4)10 files modifiedplugins/opengl/CMakeLists.txt (+2/-1)
plugins/opengl/opengl.xml.in (+5/-0)
plugins/opengl/src/blacklist/CMakeLists.txt (+6/-0)
plugins/opengl/src/blacklist/blacklist.cpp (+67/-0)
plugins/opengl/src/blacklist/blacklist.h (+38/-0)
plugins/opengl/src/blacklist/tests/CMakeLists.txt (+9/-0)
plugins/opengl/src/blacklist/tests/test-blacklist.cpp (+152/-0)
plugins/opengl/src/paint.cpp (+6/-0)
plugins/opengl/src/privates.h (+4/-0)
plugins/opengl/src/screen.cpp (+21/-3)
Related bugs
Related blueprints
Branch information
Recent revisions
- 3130. By Daniel van Vugt
-
Add a feature for blacklisting certain graphics drivers from being able to
unredirect fullscreen windows. Right now the only known broken drivers are
nouveau and intel on precise (Mesa 8.0). But the blacklist is a regex that
can be adjusted at any time.
(LP: #1089246) - 3128. By Daniel van Vugt
-
Add an option to specify which windows are allowed to be unredirected when
they are fullscreen. Default: Allow unredirection on all window types except
common video players: Totem, MPlayer, Vlc or Plugin-container (Flash or other
nested browser windows).
(LP: #1051802) - 3127. By Daniel van Vugt
-
Fixed: unredirected fullscreen windows sliding offscreen were staying
unredirected (always visible), because compiz thought they were fullscreen
on a different monitor. Add extra smarts to tell the difference between
fullscreen and offscreen. (LP: #1084401) - 3126. By Daniel van Vugt
-
Bump version to 0.9.7.11 to represent development until a candidate for
0.9.7.12 is ready. - 3124. By Daniel van Vugt
-
Backport all the fixes from quantal required to support Unredirect
Fullscreen Windows mode reliably.
(LP: #980663) (LP: #1053902) (LP: #1041047) (LP: #1041066)
(LP: #1046661) (LP: #1047168) (LP: #1050749) (LP: #1051885) - 3122. By Timo Jyrinki
-
Revert bzr3110 until the desired resolution from bug #933776 would be implemented (if possible)
- 3121. By Daniel van Vugt
-
Fix leakage of destroyed_
pixmaps_ table, containing pointers to freed decor_t's
which could result in a freed GHashTable being passed into g_hash_table_remove
and causing a crash.
(LP: #1060171)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/compiz-core