profile/ivi/layer-management.git
2012-05-03 Michael SchuldtCMakeVersion : Introducing default version
2012-05-03 Michael SchuldtGeniviDemo.sh: Updating Example Start Script
2012-05-03 Rahul SinghalLayerManagerCommands: return redraw only when absolutel...
2012-05-03 Rahul SinghalWindowSystem: Don't composite for every redraw request
2012-05-03 Michael SchuldtWaylandWindowSystem: removing obselete files
2012-05-03 Michael SchuldtLayerManagerExamples: Mocknavigation removing tabs
2012-05-03 Michael Schuldtilm_client: Bugfix: Return success if ilm client is...
2012-04-16 Michael SchuldtLayerManagerService: Fix: Wrong Surface Iteration on...
2012-04-12 Nobuhiko TanibataEGLWLMockNavigation: fix link script
2012-04-12 Nobuhiko TanibataEGLWLApplicationExample: fix link script
2012-04-12 Nobuhiko TanibataLayerManagerPlugins: X11 backend for Wayland
2012-04-12 Michael SchuldtGraphic: Fix: changing display notification between...
2012-03-28 Michael SchuldtGeneral: Updating LayerManagementVersion and Release... ivi-layer-management_version_0_9_6
2012-03-28 Michael Schuldtconfig: Removing install location
2012-03-27 Timo LotterbachLayerManagerService: now starting communciator plugins...
2012-03-27 Timo Lotterbachconfig: created separate CMakeLists.txt file for project
2012-03-23 Michael Schuldtconfig: adding config.h file to gitignore
2012-03-23 Michael SchuldtGraphic: Removes warning if WITH_INPUT is disabled
2012-03-23 Michael SchuldtLayerManagerCommands : Removes signed / unsigned mismatch
2012-03-23 Michael SchuldtLayerManagerUtils: Removing warnings
2012-03-23 Rahul SinghalX11WindowSystem: Bug fixes in map/unmap window functions
2012-03-23 Rahul SinghalWindowSystems: Change checkForNewSurface function name...
2012-03-23 Rahul SinghalTextureBinders: Correct usage for getNativeContent()
2012-03-23 Rahul SinghalLayerManagerCommands: Multiple bug fixes
2012-03-23 Rahul SinghalLayerManagerCommands: Change LayerRemoveSurface filenam...
2012-03-23 Rahul SinghalGLESGraphicSystem: unbind surface texture after renderi...
2012-03-16 Timo LotterbachLayerManagement: updated .gitignore
2012-03-16 Timo LotterbachilmClient: fixes in unit tests
2012-03-16 Michael SchuldtGLXApplicationExample: Adding missing include location
2012-03-16 Michael SchuldtGLXRenderer: Fix dependency to the new config file...
2012-03-16 Michael SchuldtGraphic: Fixing wrong calculation of frame counter.
2012-03-16 Michael SchuldtGraphic: Bugfix Context has to be activated before...
2012-03-16 Michael SchuldtLayerManagerExamples: Bugfix fixing the dependencies
2012-03-16 Michael Schuldtcmake modules: Bugfix correcting the check of the libraries
2012-03-13 Michael SchuldtWaylandGLESRenderer: Adding missing include dir
2012-03-13 Nobuhiko TanibataLayerManagerExamples: MockNavigation Example for Waylan...
2012-03-13 Nobuhiko TanibataLayerManagerExamples: Simple application Example for...
2012-03-13 Nobuhiko TanibataLayerManagerPlugins: The very first version of Wayland...
2012-03-06 Timo LotterbachLayerManagerService: added support for symbolic links...
2012-03-06 Timo LotterbachLayerManagerCommands: removed obsolete Commands
2012-03-06 Timo LotterbachLayerManagerExamples: fixed path warning
2012-03-05 Michael SchuldtGraphicSystems : Adding log output on gl Error
2012-03-02 Michael SchuldtLayerManagerUtils: Refactoring of log class.
2012-03-02 Michael SchuldtLayerManagerService: Moving config file to new location
2012-02-28 Michael SchuldtGraphic: Introducing additional performance Counter
2012-02-28 Michael SchuldtLayerManagerUtils: Introducing DLT binding for Logging...
2012-02-16 Timo LotterbachLayerManagement: updated release notes for v0.9.5 discovery_release ivi-layer-management_version_0_9_5
2012-02-16 Timo LotterbachLayerManagement: removed compiler warnings
2012-02-16 Timo LotterbachLayerManagement: updated Documentation
2012-02-16 Timo LotterbachLayerManagement: Added script to generate specification...
2012-02-16 Timo LotterbachLayerManagement: Added UML Model with diagrams used...
2012-02-16 Timo LotterbachLayerManagment: added documentation for Renderer Archit...
2012-02-16 Timo LotterbachLayerManagement: Updated doxygen documentation for...
2012-02-16 Timo LotterbachLayerManagement: added content of Component Design...
2012-02-16 Timo LotterbachLayerManagerService: added documentation for ICommunicator
2012-02-16 Timo LotterbachLayerManagerService: added documentation for IRenderer
2012-02-16 Timo LotterbachLayerManagerService: added documentation for IScene
2012-02-16 Timo LotterbachLayerManagerService: added documentation for ICommandEx...
2012-02-16 Timo LotterbachLayerManagerCommands: added doxygen documentation
2012-02-16 Timo LotterbachilmClient: reduced the groups inside the documentation
2012-02-16 Timo LotterbachLayerManagement: Added global Doxygen configuration...
2012-01-18 Timo LotterbachPlatformSurfaces : modified isReadyForRendering() to...
2012-01-18 Timo LotterbachDBUSCommunicator : bugfix initializing error content
2012-01-10 Timo LotterbachLayerManagerService: Fixing init value for Surface...
2012-01-10 Timo LotterbachGraphic: Fixing rendering of ScreenShot
2012-01-10 Timo LotterbachLayerManagerCommands : Fixing execution statement
2011-12-23 Michael SchuldtShader: Removing const declaration of loadUniforms ivi-layer-management_version_0_9_5_rc
2011-12-23 Michael SchuldtLayerManagerCommands: Fixing Access to Shadermap
2011-12-23 Michael SchuldtLayerManagerCommands: Creating Shader moved to Renderer
2011-12-23 Michael SchuldtRenderer: Introducing CreateShader interface
2011-12-23 Michael SchuldtGraphicSystem: Introducing Activate and Release Graphic...
2011-12-23 Michael SchuldtX11WindowSystem: Introducing new SystemStates
2011-12-19 Michael Schuldtextracted project version information to separate cmake...
2011-12-13 Timo Lotterbachadded unit tests for GraphicalObject
2011-12-12 Timo Lotterbachadded unit tests for GraphicalGroup
2011-12-12 Timo LotterbachEGLX11MockNavigation: Camera aspect ratio was hard...
2011-12-12 Timo LotterbachEGLX11MockNavigation: fixed shader to mediump instead...
2011-12-09 Michael SchuldtIntroducing check to enable rendering dependent on...
2011-12-08 Michael SchuldtIntroducing handling of crashed applications.
2011-12-08 Timo Lotterbachadded scene unit tests for createSurface and createLaye...
2011-12-08 Timo Lotterbachadded unit test for Scene::getSurfaceAt
2011-12-08 Timo Lotterbachadded rectangle unit test
2011-12-08 Timo Lotterbachremoved friend declaration in rectangle class; obsolete...
2011-12-08 Michael SchuldtIntroducing ServiceConnect and ServiceDisconnect.
2011-12-07 Timo Lotterbachadded unit test templates for GraphicalGroup, Rectangle...
2011-12-07 Timo Lotterbachimplemented Scene unit tests; 3 tests currently disable...
2011-12-07 Timo Lotterbachadded all unit test files for LayerManagerService to...
2011-12-07 Timo Lotterbachupdated interface of IScene with functions already...
2011-12-07 Timo Lotterbachadded unit tests for surface
2011-12-07 Timo Lotterbachadded unit tests for layer
2011-12-07 Timo Lotterbachadded unit test templates for LayerManagerService
2011-12-06 Michael SchuldtImproved Error handling sended by dbus.
2011-12-06 Timo Lotterbachprepared unit tests for LayerManagmentService
2011-12-06 Timo Lotterbachshutdown of service now destroys all plugins
2011-12-06 Timo Lotterbachimproved command enqueuing; improved cleanup during...
2011-12-06 Timo Lotterbachenabled ExitCommand implementation
2011-12-06 Michael SchuldtChanging some errors into warnings
2011-12-06 Michael SchuldtForce renderproperty changed if native content is removed.
2011-12-05 Timo Lotterbachfixed broken build; typo in iterator handling
2011-12-05 Timo Lotterbachremoved warnings raised by cppcheck 1.51; mainly 'class...
next