lp://staging/~smspillaz/compiz-core/fix_898038
Created by
Sam Spilsbury
and last modified
- Get this branch:
- bzr branch lp://staging/~smspillaz/compiz-core/fix_898038
Only
Sam Spilsbury
can upload to this branch. If you are
Sam Spilsbury
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Superseded
for merging
into
lp://staging/compiz-core/0.9.5
- Thomas Voß: Needs Fixing
-
Diff: 5947 lines (+3177/-1727)61 files modifiedinclude/core/CMakeLists.txt (+0/-2)
include/core/point.h (+0/-110)
include/core/rect.h (+0/-241)
include/core/window.h (+29/-84)
plugins/CMakeLists.txt (+6/-1)
plugins/composite/include/composite/composite.h (+14/-3)
plugins/composite/src/screen.cpp (+3/-3)
plugins/composite/src/window.cpp (+6/-6)
plugins/decor/src/decor.cpp (+3/-4)
plugins/move/move.xml.in (+0/-5)
plugins/move/src/move.cpp (+2/-68)
plugins/move/src/move.h (+0/-8)
plugins/opengl/src/paint.cpp (+2/-7)
plugins/place/src/place.cpp (+188/-223)
plugins/place/src/place.h (+18/-10)
plugins/resize/src/resize.cpp (+3/-3)
plugins/rotate/src/rotate.cpp (+2/-2)
plugins/wobbly/src/wobbly.cpp (+9/-11)
src/CMakeLists.txt (+24/-6)
src/point.cpp (+0/-100)
src/point/CMakeLists.txt (+67/-0)
src/point/include/core/point.h (+110/-0)
src/point/src/point.cpp (+100/-0)
src/point/tests/CMakeLists.txt (+18/-0)
src/point/tests/point/src/test-point.cpp (+71/-0)
src/point/tests/test-point.cpp (+34/-0)
src/point/tests/test-point.h (+43/-0)
src/privatewindow.h (+1/-1)
src/rect.cpp (+0/-305)
src/rect/CMakeLists.txt (+66/-0)
src/rect/include/core/rect.h (+246/-0)
src/rect/src/rect.cpp (+306/-0)
src/rect/tests/CMakeLists.txt (+31/-0)
src/rect/tests/rect/src/test-rect.cpp (+106/-0)
src/rect/tests/test-rect.cpp (+34/-0)
src/rect/tests/test-rect.h (+44/-0)
src/rect/tests/wraparound_point/src/test-rect-wraparound-point.cpp (+78/-0)
src/window.cpp (+367/-356)
src/window/CMakeLists.txt (+3/-0)
src/window/extents/CMakeLists.txt (+67/-0)
src/window/extents/include/core/windowextents.h (+63/-0)
src/window/extents/src/windowextents.cpp (+81/-0)
src/window/extents/tests/CMakeLists.txt (+18/-0)
src/window/extents/tests/shift/src/test-window-extents-shift.cpp (+91/-0)
src/window/extents/tests/test-window-extents.cpp (+34/-0)
src/window/extents/tests/test-window-extents.h (+42/-0)
src/window/geometry-saver/CMakeLists.txt (+70/-0)
src/window/geometry-saver/include/core/windowgeometrysaver.h (+94/-0)
src/window/geometry-saver/src/geometrysaver.cpp (+75/-0)
src/window/geometry-saver/tests/CMakeLists.txt (+18/-0)
src/window/geometry-saver/tests/test-window-geometry-saver.cpp (+26/-0)
src/window/geometry-saver/tests/test-window-geometry-saver.h (+39/-0)
src/window/geometry-saver/tests/window-geometry-saver/src/test-window-geometry-saver.cpp (+111/-0)
src/window/geometry/CMakeLists.txt (+68/-0)
src/window/geometry/include/core/windowgeometry.h (+72/-0)
src/window/geometry/src/windowgeometry.cpp (+2/-165)
src/window/geometry/tests/CMakeLists.txt (+18/-0)
src/window/geometry/tests/test-window-geometry.cpp (+26/-0)
src/window/geometry/tests/test-window-geometry.h (+39/-0)
src/window/geometry/tests/window-geometry/src/test-window-geometry.cpp (+89/-0)
tests/CMakeLists.txt.OTHER (+0/-3)
Related bugs
Bug #898038: Remove snapoff maximized windows from the move plugin | Undecided | Invalid |
Related blueprints
Branch information
Recent revisions
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/0.9.5