Stability and API Improvements regarding handling of layer/surface ids
authorMichael Schuldt <Michael.Schuldt@bmw-carit.de>
Wed, 24 Nov 2010 10:51:55 +0000 (11:51 +0100)
committerMichael Schuldt <Michael.Schuldt@bmw-carit.de>
Wed, 24 Nov 2010 10:51:55 +0000 (11:51 +0100)
commit963f9e4e78c619384bc6a57feb30ffbfb31c6378
tree927953468e3cf98477aacb686be99b6597e8f73b
parentfd8d073ea400b1da99f6d00c9391e0a62794dabd
Stability and API Improvements regarding handling of layer/surface ids
47 files changed:
LayerManagerService/include/CommandExecutor.h
LayerManagerService/include/GraphicalGroup.h
LayerManagerService/include/GraphicalSurface.h
LayerManagerService/include/ILayerList.h
LayerManagerService/include/IRenderer.h
LayerManagerService/include/Layer.h
LayerManagerService/include/LayerList.h
LayerManagerService/include/Layermanager.h
LayerManagerService/include/LogicalGraphicsObject.h
LayerManagerService/include/ObjectType.h
LayerManagerService/include/ShaderProgram.h
LayerManagerService/include/Surface.h
LayerManagerService/include/commands/Command.h
LayerManagerService/include/commands/CommitCommand.h
LayerManagerService/include/commands/CreateCommand.h
LayerManagerService/include/commands/GetDimensionCommand.h
LayerManagerService/include/commands/GetOpacityCommand.h
LayerManagerService/include/commands/GetOrientationCommand.h
LayerManagerService/include/commands/GetPixelformatCommand.h
LayerManagerService/include/commands/GetPositionCommand.h
LayerManagerService/include/commands/GetVisibilityCommand.h
LayerManagerService/include/commands/LayerAddSurfaceCommand.h
LayerManagerService/include/commands/LayerRemoveSurface.h
LayerManagerService/include/commands/LayergroupAddLayerCommand.h
LayerManagerService/include/commands/LayergroupRemoveLayerCommand.h
LayerManagerService/include/commands/RemoveCommand.h
LayerManagerService/include/commands/SetDestinationRectangleCommand.h
LayerManagerService/include/commands/SetDimensionCommand.h
LayerManagerService/include/commands/SetLayerOrderCommand.h
LayerManagerService/include/commands/SetOpacityCommand.h
LayerManagerService/include/commands/SetOrderWithinLayerCommand.h
LayerManagerService/include/commands/SetOrientationCommand.h
LayerManagerService/include/commands/SetPositionCommand.h
LayerManagerService/include/commands/SetSourceRectangleCommand.h
LayerManagerService/include/commands/SetVisibilityCommand.h
LayerManagerService/include/commands/SurfacegroupAddSurfaceCommand.h
LayerManagerService/include/commands/SurfacegroupRemoveSurfaceCommand.h
LayerManagerService/src/LayerList.cpp
LayerManagerService/src/Layermanager.cpp
LayerManagerService/src/LogicalGraphicsObject.cpp
LayerManagerService/src/main.cpp
LayerManagerService/src/shader/ShaderProgram.cpp
LayerManagerUtils/include/Bitmap.h [new file with mode: 0644]
LayerManagerUtils/include/IlmMatrix.h [new file with mode: 0644]
LayerManagerUtils/makefile
LayerManagerUtils/src/Bitmap.cpp [new file with mode: 0644]
LayerManagerUtils/src/IlmMatrix.cpp [new file with mode: 0644]