summaryrefslogtreecommitdiff
path: root/LayerManagerClient
Commit message (Collapse)AuthorAgeFilesLines
...
* added ilmClient functions ilm_surfaceCreatePlaceholder() and ↵Timo Lotterbach2011-11-211-1/+28
| | | | ilm_surfaceAssociateRenderBuffer()
* Increase Version NumberMichael Schuldt2011-10-211-1/+1
|
* Add restrictions on adding a surface to a layerRahul Singhal2011-10-041-2/+2
| | | | | | | | | | | | | | | This prevents: 1. A surface being added to multiple layers. 2. A surface being added to the same layer multiple times. API Calls: Added: unsigned int Surface::getContainingLayerId() const Added: void Surface::setContainingLayerId(unsigned int id) Added: inline void Layer::removeAllSurfaces() Added: bool Scene::isLayerInCurrentRenderOrder(const uint id) Removed: void Scene::removeSurfaceFromAllLayers(Surafce* surface) Change-Id: I788e716aabf322b9b800157d1c498ca62e468b90
* Update C-API documentationMichael Schuldt2011-09-092-1/+7
|
* Changing dbus service name to be genivi compliantMichael Schuldt2011-09-081-3/+3
|
* Introducing changing used bus via environment variable.Michael Schuldt2011-09-081-16/+11
| | | | | Enable LM_USE_SESSION_BUS via export LM_USE_SESSION_BUS=enable to use DBUS_BUS_SESSION instead of DBUS_BUS_SYSTEM
* Switched to DBUS_SYSTEM_BUS sessionMichael Schuldt2011-09-081-4/+4
|
* remove duplicate copies of googletest and googlemockMichael Schuldt2011-08-294-28702/+3
| | | | | move googletest and googlemock to thirdparty directory, instead of having duplicating sources in each test directory
* remove compiler warnings from buildMichael Schuldt2011-08-292-47/+37
| | | | | | unsigned/signed warning unused variables deprecated string conversions
* Introducing more parameters on Properties of Layer/SurfaceMichael Schuldt2011-08-222-16/+32
| | | | | LayerProperties: adding originalSourceWidth and Height SurfacProperties: adding originalSourceWidth, Height and frameCounter
* New api method added, ilm_layerCreateDimension.Michael Schuldt2011-08-222-0/+50
| | | | | | | | | | | To support the correct handling of the layer source region, this call is needed. ilm_layerCreate will be deprecated. new DBUSMessages : CreateLayerWithDimension CreateLayerFromIdWithDimension introduced
* major code refactoring patchTimo Lotterbach2011-06-1611-3909/+7886
| | | | | | | | introducing new library for commands separation of asynchronous/synchronous commands introducing mechanism for determining which commands need graphical refresh after execution bugfix handling of x11 window with id '0' bugfix layer without graphic update will no longer be destroyed in special cases
* minor bugfix patch for stabilityMichael Schuldt2011-06-161-2/+2
|
* doxygen docu comments updatedMichael Schuldt2011-04-192-368/+643
|
* Unit Tests added, License updatedMichael Schuldt2011-04-124-0/+27439
|
* Several Bugfixes, new Interfaces introducedMichael Schuldt2011-04-046-126/+652
|
* New Build Environment introduced, old makefiles removedMichael Schuldt2011-04-042-66/+49
|
* New C-API implementation addedMichael Schuldt2010-11-247-0/+2440