LayerManagerService: moved plugin loading from main.cpp to dedicated class
[profile/ivi/layer-management.git] / LayerManagerPlugins /
2012-11-22 Timo LotterbachLayerManagerService: moved plugin loading from main...
2012-11-22 Michael SchuldtGLESGraphicSystem: Fix compiler warning
2012-11-22 Michael SchuldtGLESGraphicSystem: Chromakey support enabled.
2012-11-22 Michael SchuldtGLESGraphicSystem: First Optimization is working.
2012-11-22 Michael SchuldtilmClient: Fixing Serialization of Optimization Commands.
2012-11-22 Michael SchuldtLayerManagerCommands: Fixing Compilation for Optimizati...
2012-11-22 Adam CheneyGLESGraphicSystem: multitexture and skip clear optimiza...
2012-11-22 Adam CheneyLayerManager: new get/set optimization command
2012-11-22 Adam CheneyRenderers: new GLES shader selection mechanism
2012-11-22 Adam CheneyGLESGraphicSystem: remove DRAW_LAYER_DEBUG
2012-11-22 Adam CheneyGLESGraphicSystem: fix blend function factors
2012-11-22 Nobuhiko TanibataWaylandGLESTexture: Bugfix. Memory leak occurs if desto...
2012-11-22 Nobuhiko TanibataWaylandEvdevInputEvent: Bugfix. When touch device is...
2012-11-22 Nobuhiko TanibataInput handling support by evdev for wayland plugin...
2012-11-22 Nobuhiko TanibataWaylandBaseWindowSystem: bugfix, Service doesn't start...
2012-11-22 Nobuhiko TanibataWaylandInputDevice: support for Touch point event
2012-11-22 Nobuhiko TanibataWaylandInputDevice:Bugfix, sending wrong keycode
2012-11-22 Nobuhiko TanibataDrmGLESGraphicSystem: support wayland version 0.95.0
2012-11-22 Nobuhiko TanibataWindowSystems: input event handler and input device...
2012-11-22 Nobuhiko TanibataWaylandX11WindowSystem: input event support based on...
2012-11-22 Timo LotterbachWindowSystems: removed WITH_XTHREADS build flag
2012-11-22 Timo LotterbachWayland: removed compiler warnings
2012-11-22 Timo LotterbachDbusIpcModule: fixed broken build
2012-11-22 Nobuhiko TanibataDbusIpcModule: Bugfix, missing call of dbus_message_ite...
2012-11-22 Timo LotterbachLayerManagerService: moved configuration options to...
2012-11-20 Timo LotterbachGenericCommunicator: implements IPlugin for health...
2012-11-20 Timo LotterbachX11GLESRenderer: implements IPlugin for health monitori...
2012-11-20 Timo LotterbachDbusIpcModule: enabled Dbus thread support
2012-11-20 Timo LotterbachDbusIpcModule: now using private dbus connection, impro...
2012-10-26 Timo LotterbachDbusIpcModule: added checks before calling dbus_watch_h...
2012-10-26 Timo LotterbachGenericCommunciator: improved logging of client names...
2012-10-22 Timo LotterbachDbusIpcModule: updated Introspect response to contain...
2012-10-22 Timo LotterbachLayerManagerService: added creator pid to every graphic...
2012-10-22 Timo LotterbachGenericCommunicator: passes the pid to every created...
2012-10-22 Timo LotterbachWindowSystems: fixed issues caused by new compiler...
2012-10-22 Timo LotterbachGenericCommunicator: fixed issues caused by new compile...
2012-10-22 Timo LotterbachBuildSystem: updated compiler warnings settings, added...
2012-10-17 Timo LotterbachMaintenance: removed use of non-portable usage of map...
2012-10-17 Timo LotterbachGLESGraphicSystem: disabled DEBUG_LOG output spamming...
2012-10-02 Timo LotterbachTcpIpcModule: updated to new IpcModule API, added notif...
2012-10-02 Timo LotterbachDbusIpcModule: updated to new IpcModule API, added...
2012-10-02 Timo LotterbachGenericCommunicator: added notification support
2012-10-02 Timo LotterbachIpcModuleLoader: updated IpcMpodule API to support...
2012-10-02 Timo LotterbachRenderer: fixed issues detected by Coverity
2012-09-12 Nobuhiko TanibataAdd implementation of chromakey for layer to LayerManag...
2012-09-12 Nobuhiko TanibataAdd implementation of chromakey for layer
2012-09-12 Nobuhiko TanibataAdd implmentation of chromakey for surface by shader...
2012-09-12 Nobuhiko TanibataAdd implmentation of chromakey for surface
2012-09-04 Michael SchuldtIpcModule: Fix Memory Leak therefore introducing destro... ivi-layer-management_version_0_9_7_rc2
2012-08-30 Michael SchuldtX11WindowSystem: Slight changes in inheritance behaviour
2012-08-24 Michael SchuldtX11WindowSystem : Fixing wrong composition.
2012-08-24 Michael SchuldtWaylandBaseWindowSystem: fixing build issue.
2012-08-24 Adam CheneyRenderers: refactor recomposition methods
2012-08-23 Michael SchuldtWindowSystem : Updating WaylandBaseWindowSystem.
2012-08-09 Michael SchuldtGraphic: Changing Log and Startup behaviour to conditio...
2012-08-09 Michael SchuldtRenderUtil: Activating Binary Shader support
2012-08-09 Michael SchuldtViewportTransform : Calculation moved to surface object
2012-08-07 Rahul SinghalX11WindowSystem: Remove EGL context switching
2012-08-07 Rahul SinghalGLESGraphicsystem: Remove some redundant state changes
2012-07-20 Timo LotterbachWaylandRenderer: Fixed broken build of Wayland Renderer
2012-07-20 Timo LotterbachTcpIpcModule: fix signal handling
2012-07-20 Timo LotterbachGenericCommunicator: refactored header file dependencie...
2012-07-20 Frédéric BlainAdd input event support for X11WindowSystem
2012-07-20 Frédéric BlainUnit tests for new IPC
2012-07-20 Frédéric BlainAdd new ipc for Input Events management from client
2012-07-20 Frédéric BlainAdd new input event framework
2012-07-20 Frédéric BlainRemove cmake flag WITH_INPUT_EVENTS
2012-07-20 Frédéric BlainRemove previous input event management
2012-07-20 Timo LotterbachLayerManagerSerivce: removed some minor compiler warnings
2012-07-20 Timo LotterbachGLXlibrary: fixed linker settings in build system
2012-07-16 Timo LotterbachTcpIpcModule: support multiple data buffers for send...
2012-07-10 Frédéric BlainCleaning: Remove compiler warning on X11WindowSystem.cpp
2012-07-10 Timo LotterbachLayerManagement: fixed plugin path handling
2012-07-10 Rahul SinghalTextureBinders: Remove redundant texture uploads on...
2012-07-10 Rahul SinghalWindowSystem: Forced composition should also redraw...
2012-07-10 Rahul SinghalWaylandWindowSystems: Correct a previous overwritten...
2012-07-06 Timo LotterbachX11GLESRenderer: fixed shader file search path
2012-07-06 Frédéric BlainUpdate default plugin directory search path to match...
2012-07-05 Timo LotterbachGenericCommunicator: fixed crash during shutdown, if...
2012-07-03 Michael SchuldtDbusIpcModules: Fixes wrong message unreferencing
2012-06-29 Michael SchuldtGenericCommunicator: Fixing String allocation.
2012-06-28 Rahul SinghalViewportTransform: Change order of texture coordinates
2012-06-28 Rahul SinghalGLESGraphicSystem: Simplify the vertex shader calculations
2012-06-28 Rahul SinghalViewportTransform: Fix precision loss
2012-06-28 Rahul SinghalViewportTransform: Simplify and fix bugs in applyLayerS...
2012-06-28 Rahul SinghalX11WindowSystem: Fix swapinterval=1
2012-06-28 Rahul SinghalLayerManagerCommands: Add SurfaceRemoveNativeContentCommand
2012-06-28 Rahul SinghalWindowSystems: Fix bugs in screenshot
2012-06-26 Nobuhiko TanibataLayerManagerPlugins: Merge CopyGLES and EglImage to...
2012-06-26 Nobuhiko TanibataLayerManagerPlugins: refinement of Wayland Plugins.
2012-06-21 Timo LotterbachilmClient / GenericCommunicator: updated layer and...
2012-06-21 Timo LotterbachLayerManagement: removed obsolete path references from...
2012-06-21 Timo LotterbachTcpIpcModule: added ipc module for tcp socket communication
2012-06-21 Timo LotterbachDBUSCommunicator: removed DBUS specific communciator
2012-06-21 Timo LotterbachGenericCommunicator: added new LayerManager Communicato...
2012-06-21 Timo LotterbachIpcModuleLoader: added ipc module loader library
2012-06-21 Timo LotterbachDbusIpcModule: created DBUS ipc module
2012-06-04 Rahul SinghalAdd generic HW layer support
2012-05-31 Timo LotterbachLayerManagement: fixed issues detected by Coverity...
2012-05-29 Timo LotterbachLayerManagement: improved build system
next