Merge lp://staging/~ricotz/plank/clipping into lp://staging/plank
Proposed by
Rico Tzschichholz
Status: | Work in progress | ||||
---|---|---|---|---|---|
Proposed branch: | lp://staging/~ricotz/plank/clipping | ||||
Merge into: | lp://staging/plank | ||||
Diff against target: |
664 lines (+299/-103) 5 files modified
lib/DockRenderer.vala (+236/-99) lib/Drawing/AnimatedRenderer.vala (+34/-0) lib/Items/DockItem.vala (+8/-1) lib/PositionManager.vala (+20/-2) lib/Widgets/DockWindow.vala (+1/-1) |
||||
To merge this branch: | bzr merge lp://staging/~ricotz/plank/clipping | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Docky Core | Pending | ||
Review via email: mp+245581@code.staging.launchpad.net |
Description of the change
Use clipped drawing to avoid a refresh/redraw of the whole window.
To post a comment you must log in.
Unmerged revisions
- 1158. By Rico Tzschichholz
-
WIP: Some clean up
- 1157. By Rico Tzschichholz
-
WIP: Fix animation-
corruptions - 1156. By Rico Tzschichholz
-
WIP: Add clipped drawing support
- 1155. By Rico Tzschichholz
-
renderer: Be able to draw item-shadow only