Merge lp:~hikiko/compiz/compiz.move-additions into lp:compiz
| Status: | Merged |
|---|---|
| Approved by: | Marco Trevisan (Treviño) on 2017-01-09 |
| Approved revision: | 4096 |
| Merged at revision: | 4104 |
| Proposed branch: | lp:~hikiko/compiz/compiz.move-additions |
| Merge into: | lp:compiz |
| Diff against target: |
445 lines (+318/-3) 4 files modified
debian/unity-lowgfx.ini (+4/-0) plugins/move/move.xml.in (+48/-0) plugins/move/src/move.cpp (+254/-2) plugins/move/src/move.h (+12/-1) |
| To merge this branch: | bzr merge lp:~hikiko/compiz/compiz.move-additions |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Marco Trevisan (Treviño) | 2016-09-06 | Approve on 2016-12-08 | |
|
Review via email:
|
|||
Commit Message
Move: add options for showing only the window shape (filled or not)
- the user can move the window (normal mode)
- a filled rectangle (rectangle mode) or
- a non-filled rectangle (outline mode)
also the user can enable and disable blend.
Non-blended outline mode can improve the performance in software rendering, thus using it in lowgfx profile.
Description of the Change
New options in Move plugin:
- the user can move the window (normal mode)
- a filled rectangle (rectangle mode) or
- a non-filled rectangle (outline mode)
also the user can enable and disable blend.
Non-blended outline mode can improve the performance in software rendering.
| Marco Trevisan (Treviño) (3v1n0) wrote : | # |
| Marco Trevisan (Treviño) (3v1n0) wrote : | # |
Better thanks.
Just one line change. See diff comment.
- 4096. By Eleni Maria Stea on 2016-12-08
-
damage the rectangle when getMovingRectangle returns true


Looks good, but please see comments for some improvements