summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: added WITH_STYLE_CHECKING build flagTimo Lotterbach2013-03-141-4/+21
* CMake: cleaned build of IpcModulesTimo Lotterbach2013-03-141-4/+0
* CMake: fixed compiler settings inheritanceTimo Lotterbach2013-03-141-1/+1
* CMake: removed empty unit test file in TcpIpcModuleTimo Lotterbach2013-03-142-72/+0
* CMake: do not install unit test binaries for LayerManagerBaseTimo Lotterbach2013-03-141-3/+0
* CMake: fixed build, if only GenericCommunicator is buildTimo Lotterbach2013-03-141-0/+2
* LayerManagement: fixed warnings detected by style guide check scriptsTimo Lotterbach2013-03-14243-3708/+4354
* Added python scripts to check code styleTimo Lotterbach2013-03-1418-0/+1402
* ilmControl: removed deprecated function ilm_createLayer()Timo Lotterbach2013-03-144-71/+19
* Examples: updated according to ilmClient splitTimo Lotterbach2013-03-1417-8/+32
* LayerManagerControl: updated according to ilmClient splitTimo Lotterbach2013-03-149-1/+11
* ilmClient: split into ilmCommon, ilmClient, ilmControlTimo Lotterbach2013-03-1422-2748/+3150
* Graphic: moved ViewportTransform unit test to LayerMangerBase/testsTimo Lotterbach2013-03-145-96/+6
* LayerManagerBase: moved Plugin Loading Macros to IPluginTimo Lotterbach2013-03-141-0/+10
* LayerManagerCommands: log screen/layer/surface IDs in decimal and hexTimo Lotterbach2013-03-1448-50/+50
* ilmClient: replaced POSIX message queue with custom queue implementationTimo Lotterbach2013-03-141-33/+98
* LayerManagerBase: fixed unit testsTimo Lotterbach2013-03-143-47/+64
* DbusIpcModule: fixed destroy() return valueTimo Lotterbach2013-03-141-1/+1
* GLESGraphicSystem: release shader resources on destructionTimo Lotterbach2013-03-142-0/+21
* X11GLESRenderer: release Graphicsystem and WindowSystem on shutdownTimo Lotterbach2013-03-141-0/+3
* doc: fixed specification document PDF generationTimo Lotterbach2013-03-142-9/+10
* LayerManagerCommands: fixed array handlingTimo Lotterbach2013-03-148-7/+24
* LayerManagerControl: fixed handling error in ILM callsTimo Lotterbach2013-02-287-178/+893
* ilmClient: fixed all client functions to return correct error codeTimo Lotterbach2013-02-077-186/+230
* WaylandDrmWindowSysmte: Unset UseFrameTimer flagNobuhiko Tanibata2013-02-051-0/+3
* WaylandBaseWindowSystem: Add finishFrame and repaint schedulingNobuhiko Tanibata2013-02-052-4/+65
* DrmGLESGraphicSystem: Improves the repaint efficiency in DRM backend.Nobuhiko Tanibata2013-02-052-153/+171
* BaseWindowSystem: Add finishFrameNobuhiko Tanibata2013-02-051-0/+1
* LayerManagerUtils: fixed unit test build to use unit test configurationTimo Lotterbach2013-02-052-18/+53
* LayerManagerBase: fixed unit test build to use unit test configurationTimo Lotterbach2013-02-052-35/+66
* DbusCommunicatorTest: fixed unit test build to use unit test configurationTimo Lotterbach2013-02-051-0/+2
* ilmClient_Test: fixed unit test build to use unit test configurationTimo Lotterbach2013-02-052-10/+52
* CMake: added compiler flags documentationTimo Lotterbach2013-02-051-1/+24
* IpcModuleLoader: was moved to LayerManagerUtils, dependencies have been updatedTimo Lotterbach2013-02-0510-67/+9
* TextRenderer: provide default screen to sceneTimo Lotterbach2013-02-051-0/+5
* LayerManagerControl: added support for optional expressions in commandsTimo Lotterbach2013-02-054-338/+586
* ilmClient: added test case for ilm_layerSetRenderOrderTimo Lotterbach2013-02-051-11/+182
* ilmClient: added test for ilm_displaySetRenderOrderTimo Lotterbach2013-02-051-1/+74
* ilmClient: fix for ilm_getPropertiesOfScreen if screen was not foundTimo Lotterbach2013-02-052-9/+25
* Maintenenace: fix several compiler warnings in C codeTimo Lotterbach2013-02-0534-356/+612
* LayerManagerBase: moved ScreenTest.cpp from LayerManagerService to LayerManag...Timo Lotterbach2013-01-152-0/+1
* CMake: updated compiler settingsTimo Lotterbach2013-01-1513-83/+28
* WaylandEvdevInputEvent: Fix segfaultNobuhiko Tanibata2013-01-151-4/+10
* WaylandX11GLESRenderer: Fix build errorNobuhiko Tanibata2013-01-151-1/+8
* WaylandFbdevGLESRenderer: Fix build errorNobuhiko Tanibata2013-01-151-1/+7
* WaylandDrmGLESRenderer: Fix build errorNobuhiko Tanibata2013-01-151-1/+8
* GraphicLib WaylandFbdevGLESv2: fix typoNobuhiko Tanibata2013-01-151-5/+2
* EGLWLInputEventExample: Remove including a internal dependencyNobuhiko Tanibata2013-01-151-2/+1
* C-Code: fixed compiler warnings in C CodeTimo Lotterbach2013-01-146-87/+120
* ScreenSetRenderOrderCommand: fix handling of empty render orderTimo Lotterbach2013-01-142-0/+16