lp://staging/~smspillaz/compiz-core/fix_900580
Created by
Sam Spilsbury
and last modified
- Get this branch:
- bzr branch lp://staging/~smspillaz/compiz-core/fix_900580
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
- Alan Griffiths: Needs Information
-
Diff: 3148 lines (+2575/-28)32 files modifiedinclude/core/CMakeLists.txt (+1/-0)
include/core/asynchronous-container.h (+7/-1)
include/core/asynchronous-object.h (+19/-1)
include/core/asynchronous-server.h (+31/-5)
include/core/container.h (+2/-1)
include/core/managedstatebit.h (+114/-0)
include/core/object.h (+43/-7)
include/core/server-read.h (+5/-0)
include/core/server-write.h (+11/-0)
include/core/server.h (+17/-2)
include/core/x11-object.h (+116/-0)
include/core/x11-server.h (+140/-0)
src/CMakeLists.txt (+4/-0)
src/asynchronous-container.cpp (+40/-6)
src/asynchronous-object.cpp (+57/-0)
src/asynchronous-server.cpp (+25/-1)
src/container.cpp (+2/-0)
src/eventsource.cpp (+1/-0)
src/managedstatebit.cpp (+173/-0)
src/object.cpp (+92/-2)
src/server-read.cpp (+11/-1)
src/server-write.cpp (+19/-1)
src/server.cpp (+13/-0)
src/x11-container.cpp (+48/-0)
src/x11-object.cpp (+84/-0)
src/x11-server.cpp (+456/-0)
tests/standalone/CMakeLists.txt (+1/-0)
tests/standalone/objects/CMakeLists.txt (+23/-0)
tests/standalone/objects/command-parser.cpp (+449/-0)
tests/standalone/objects/command-parser.h (+190/-0)
tests/standalone/objects/x11/CMakeLists.txt (+43/-0)
tests/standalone/objects/x11/compiz-x11-object-tree-standalone.cpp (+338/-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