lp:~unity-team/compiz/x-sru5
- Get this branch:
- bzr branch lp:~unity-team/compiz/x-sru5
Branch merges
- Andrea Azzarone: Approve
-
Diff: 1777 lines (+936/-94)31 files modifiedVERSION (+1/-1)
debian/changelog (+28/-0)
debian/mate.ini (+9/-9)
debian/profile_upgrades/com.canonical.unity.unity-lowgfx.01.upgrade (+12/-0)
debian/unity-lowgfx.ini (+8/-2)
debian/unity.ini (+0/-1)
gtk/window-decorator/decorator.c (+2/-0)
gtk/window-decorator/metacity.c (+2/-0)
gtk/window-decorator/util.c (+1/-1)
include/core/abiversion.h (+1/-1)
include/core/atoms.h (+2/-0)
include/core/screen.h (+7/-1)
include/core/string.h (+3/-0)
plugins/grid/grid.xml.in (+10/-0)
plugins/grid/src/grid.cpp (+67/-22)
plugins/grid/src/grid.h (+0/-1)
plugins/move/move.xml.in (+58/-0)
plugins/move/src/move.cpp (+326/-2)
plugins/move/src/move.h (+16/-1)
plugins/neg/neg.xml.in (+5/-0)
plugins/neg/src/neg.cpp (+1/-1)
plugins/resize/resize.xml.in (+15/-0)
plugins/resize/src/logic/src/resize-logic.cpp (+8/-6)
plugins/resize/src/resize.cpp (+137/-37)
src/atoms.cpp (+4/-0)
src/event.cpp (+5/-0)
src/privatescreen.h (+6/-0)
src/privatescreen/tests/test-privatescreen.cpp (+2/-0)
src/screen.cpp (+137/-6)
src/string/src/string.cpp (+61/-0)
src/window.cpp (+2/-2)
- Compiz Maintainers: Pending requested
-
Diff: 1684 lines (+1650/-0) (has conflicts)3 files modifieddebian/changelog (+93/-0)
gtk/window-decorator/decorator.c (+2/-0)
gtk/window-decorator/metacity.c.OTHER (+1555/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 4033. By Marco Trevisan (Treviño)
-
Screen: add averageColor to get the current desktop average color
We get the value from the root window and we parse it using regex.
Also use this in 'move', 'resize' and 'grid' plugins by default, doing the
appropriate lightening / darkening to make this working properly
on the desktop surface - 4032. By Marco Trevisan (Treviño)
-
resize: add support for disabling transparency and avoid over-damaging in outline mode
- 4031. By Marco Trevisan (Treviño)
-
grid: ignore alpha in colors when not blending, and fix animations
The fade-out animation was still happening when the duration was set to 1,
while it was broken when it was 0. Fixed both.In unity-lowgfx.ini set the animation duration to 0 in grid and d not
draw stretched windows. Enable blending again as it's really not
expensive in this case, while not having it, really makes the user
experience a lot poorer. - 4030. By Marco Trevisan (Treviño)
-
move: damage all the border area in outline mode and ignore transparent colors
Also we don't really need to damage at every X event. It's just about doing it
right the firs time, by including the exceeding space.
Also optimize damanging in outline-mode, by only touching such regionsPlus add some optimizations when not blending, as we don't care about the alpha channel
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:compiz/0.9.13