lp://staging/~smspillaz/compiz-core/fix_898949
Created by
Sam Spilsbury
and last modified
- Get this branch:
- bzr branch lp://staging/~smspillaz/compiz-core/fix_898949
Only
Sam Spilsbury
can upload to this branch. If you are
Sam Spilsbury
please log in for upload directions.
Branch merges
Propose for merging
1 branch
dependent on this one.
Rejected
for merging
into
lp://staging/compiz-core/0.9.5
- Thomi Richards: Pending requested
- Thomas Voß: Pending requested
-
Diff: 2625 lines (+1629/-400)43 files modifiedinclude/core/screen.h (+1/-1)
include/core/size.h (+2/-0)
include/core/window.h (+12/-3)
plugins/CMakeLists.txt (+1/-0)
plugins/decor/src/decor.cpp (+2/-2)
plugins/place/CMakeLists.txt (+4/-3)
plugins/place/src/constrain-to-workarea/CMakeLists.txt (+1/-0)
plugins/place/src/constrain-to-workarea/tests/constrain-to-workarea/src/CMakeLists.txt (+9/-4)
plugins/place/src/constrain-to-workarea/tests/constrain-to-workarea/src/test-place-constrain-to-workarea.cpp (+52/-0)
plugins/place/src/constrain-to-workarea/tests/test-constrain-to-workarea.h (+1/-0)
plugins/place/src/place.cpp (+90/-205)
plugins/place/src/place.h (+23/-5)
plugins/place/src/screen-size-change/CMakeLists.txt (+76/-0)
plugins/place/src/screen-size-change/include/screen-size-change.h (+67/-0)
plugins/place/src/screen-size-change/src/screen-size-change.cpp (+169/-0)
plugins/place/src/screen-size-change/tests/CMakeLists.txt (+18/-0)
plugins/place/src/screen-size-change/tests/screen-size-change/src/test-place-screen-size-change.cpp (+324/-0)
plugins/place/src/screen-size-change/tests/test-screen-size-change.cpp (+34/-0)
plugins/place/src/screen-size-change/tests/test-screen-size-change.h (+49/-0)
plugins/resize/src/resize.cpp (+9/-1)
src/CMakeLists.txt (+4/-0)
src/logmessage/CMakeLists.txt (+1/-0)
src/pluginclasshandler/CMakeLists.txt (+1/-0)
src/pluginclasshandler/src/valueholder.h (+1/-0)
src/pluginclasshandler/tests/test-pluginclasshandler.h (+1/-0)
src/point/CMakeLists.txt (+1/-0)
src/rect/CMakeLists.txt (+1/-0)
src/screen.cpp (+2/-2)
src/size.cpp (+13/-0)
src/string/CMakeLists.txt (+1/-0)
src/timer/CMakeLists.txt (+1/-0)
src/window.cpp (+58/-174)
src/window/CMakeLists.txt (+1/-0)
src/window/constrainment/CMakeLists.txt (+72/-0)
src/window/constrainment/include/core/windowconstrainment.h (+57/-0)
src/window/constrainment/src/windowconstrainment.cpp (+161/-0)
src/window/constrainment/tests/CMakeLists.txt (+19/-0)
src/window/constrainment/tests/test-window-constrainment.cpp (+34/-0)
src/window/constrainment/tests/test-window-constrainment.h (+43/-0)
src/window/constrainment/tests/to-hints/src/test-window-constrainment-to-hints.cpp (+210/-0)
src/window/extents/CMakeLists.txt (+1/-0)
src/window/geometry-saver/CMakeLists.txt (+1/-0)
src/window/geometry/CMakeLists.txt (+1/-0)
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