lp://staging/~smspillaz/compiz-core/fix-903529
Created by
Sam Spilsbury
and last modified
- Get this branch:
- bzr branch lp://staging/~smspillaz/compiz-core/fix-903529
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.
Rejected
for merging
into
lp://staging/compiz-core/0.9.5
- Alan Griffiths: Needs Fixing
-
Diff: 5849 lines (+2396/-1674)78 files modifiedinclude/core/CMakeLists.txt (+1/-5)
include/core/action.h (+1/-1)
include/core/asynchronous-container.h (+2/-12)
include/core/asynchronous-geometry-transaction.h (+44/-0)
include/core/asynchronous-object.h (+11/-17)
include/core/asynchronous-parent-transaction.h (+45/-0)
include/core/asynchronous-server.h (+26/-9)
include/core/asynchronous-stack-transaction.h (+44/-0)
include/core/asynchronous-stack.h (+2/-2)
include/core/asynchronous-state-transaction.h (+44/-0)
include/core/asynchronous-transaction.h (+302/-0)
include/core/atoms.h (+1/-0)
include/core/container.h (+7/-14)
include/core/core.h (+0/-5)
include/core/managedstatebit.h (+84/-21)
include/core/object.h (+27/-22)
include/core/option.h (+100/-52)
include/core/rect.h.THIS (+0/-233)
include/core/server-read.h (+1/-1)
include/core/server-write.h (+1/-1)
include/core/server.h (+3/-4)
include/core/stack.h (+59/-10)
include/core/stackposition.h (+39/-0)
include/core/window.h (+6/-7)
include/core/x11-object.h (+3/-5)
include/core/x11-server.h (+22/-11)
include/core/x11-transaction.h (+191/-0)
plugins/composite/src/window.cpp (+1/-3)
plugins/decor/src/decor.cpp (+2/-3)
plugins/move/src/move.cpp (+1/-2)
plugins/place/src/constrain-to-workarea/CMakeLists.txt (+1/-1)
plugins/place/src/constrain-to-workarea/include/constrain-to-workarea.h (+2/-2)
plugins/place/src/constrain-to-workarea/src/constrain-to-workarea.cpp (+9/-0)
plugins/place/src/screen-size-change/CMakeLists.txt (+1/-1)
plugins/scale/src/scale.cpp (+84/-32)
src/CMakeLists.txt (+20/-8)
src/action.cpp (+1/-1)
src/asynchronous-container.cpp (+4/-27)
src/asynchronous-object.cpp (+5/-24)
src/asynchronous-server.cpp (+53/-1)
src/asynchronous-stack.cpp (+2/-3)
src/asynchronous-transaction.cpp (+52/-0)
src/atoms.cpp (+3/-0)
src/container.cpp (+28/-72)
src/event.cpp (+9/-0)
src/global.cpp (+52/-0)
src/main.cpp (+4/-30)
src/managedstatebit.cpp (+1/-89)
src/object.cpp (+63/-43)
src/option.cpp (+92/-427)
src/point/CMakeLists.txt (+1/-1)
src/privateoption.h (+0/-26)
src/privatescreen.h (+2/-0)
src/rect.cpp.THIS (+0/-284)
src/rect/CMakeLists.txt (+1/-1)
src/rect/include/core/rect.h (+2/-0)
src/screen.cpp (+8/-17)
src/server-read.cpp (+2/-2)
src/server-write.cpp (+1/-1)
src/server.cpp (+3/-2)
src/stack.cpp (+185/-8)
src/stackposition.cpp (+95/-0)
src/string/CMakeLists.txt (+1/-1)
src/tests/CMakeLists.txt (+20/-0)
src/tests/option.cpp (+39/-0)
src/window.cpp (+77/-56)
src/window/constrainment/CMakeLists.txt (+1/-1)
src/window/extents/CMakeLists.txt (+1/-1)
src/window/geometry-saver/CMakeLists.txt (+1/-1)
src/window/geometry/CMakeLists.txt (+1/-1)
src/window/geometry/include/core/windowgeometry.h (+11/-9)
src/window/geometry/src/windowgeometry.cpp (+10/-8)
src/x11-container.cpp (+5/-6)
src/x11-object.cpp (+8/-9)
src/x11-server.cpp (+131/-27)
src/x11-transaction.cpp (+221/-0)
tests/integration/xig/CMakeLists.txt (+10/-10)
tests/standalone/objects/x11/CMakeLists.txt (+3/-1)
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