summaryrefslogtreecommitdiff
path: root/LayerManagerPlugins
Commit message (Expand)AuthorAgeFilesLines
* LayerManagerUtils: Introducing DLT binding for Logging FrameworkMichael Schuldt2012-02-281-2/+2
* LayerManagement: removed compiler warningsTimo Lotterbach2012-02-165-107/+110
* LayerManagerCommands: added doxygen documentationTimo Lotterbach2012-02-161-0/+4
* PlatformSurfaces : modified isReadyForRendering() to always return trueTimo Lotterbach2012-01-181-1/+2
* DBUSCommunicator : bugfix initializing error contentTimo Lotterbach2012-01-181-0/+1
* Graphic: Fixing rendering of ScreenShotTimo Lotterbach2012-01-102-23/+13
* Shader: Removing const declaration of loadUniformsivi-layer-management_version_0_9_5_rcMichael Schuldt2011-12-232-2/+2
* LayerManagerCommands: Fixing Access to ShadermapMichael Schuldt2011-12-231-0/+1
* Renderer: Introducing CreateShader interfaceMichael Schuldt2011-12-233-2/+21
* GraphicSystem: Introducing Activate and Release Graphic ContextMichael Schuldt2011-12-236-25/+62
* X11WindowSystem: Introducing new SystemStatesMichael Schuldt2011-12-232-28/+58
* Introducing check to enable rendering dependent on the content state.Michael Schuldt2011-12-096-4/+27
* Introducing handling of crashed applications.Michael Schuldt2011-12-084-47/+108
* Introducing ServiceConnect and ServiceDisconnect.Michael Schuldt2011-12-084-1/+41
* Improved Error handling sended by dbus.Michael Schuldt2011-12-061-76/+80
* Changing some errors into warningsMichael Schuldt2011-12-061-3/+3
* Force renderproperty changed if native content is removed.Michael Schuldt2011-12-061-0/+1
* fixed broken build; typo in iterator handlingTimo Lotterbach2011-12-051-1/+1
* removed warnings raised by cppcheck 1.51; mainly 'class has no virtual destru...Timo Lotterbach2011-12-052-9/+11
* Allocate platform surface corrected.Michael Schuldt2011-12-051-4/+9
* fixed broken build in texture binders caused by surface interface changes.Timo Lotterbach2011-12-052-4/+4
* Some cleanup of destroyed content.Michael Schuldt2011-12-051-6/+7
* removed compiler flag to enable FORCE_COPY. This #define is contained in conf...Timo Lotterbach2011-12-052-8/+10
* removed compiler flags -DUSE_XTHREADS and -DENABLE_INPUT_EVENTS. these #defin...Timo Lotterbach2011-12-052-19/+24
* Changed render algorithmMichael Schuldt2011-12-054-308/+302
* Introducing new Surface initialization methodsMichael Schuldt2011-12-052-2/+68
* changed logging inside DBUS communicator (INFO->DEBUG)Timo Lotterbach2011-12-051-1/+1
* SurfaceCreate and SurfaceSetNativeContent are two separate steps now; ilmClie...Timo Lotterbach2011-12-056-26/+42
* updated DBUSCommunicator unit tests to reflect Command refactoring.Timo Lotterbach2011-12-053-362/+413
* changed logging during startup of layermanagement: some logging items were mo...Timo Lotterbach2011-11-294-19/+21
* refactored LayerManagerCommandsTimo Lotterbach2011-11-292-78/+105
* Fixing include path of ViewportTransformMichael Schuldt2011-10-201-8/+8
* Change private methods to be protected for improved inheritanceMichael Schuldt2011-10-201-30/+31
* Input Events: better support of Qt: XMotionEvent need to be reported for Butt...Frédéric Blain2011-10-201-34/+37
* Bugfix fixes issue regarding layer source transformationMichael Schuldt2011-10-052-4/+55
* Restore part of a bug-fix lost during a merge conflictRahul Singhal2011-10-041-0/+2
* added tests for new cropping-test functionMichael Schuldt2011-09-091-0/+126
* skip rendering of fully cropped surfacesMichael Schuldt2011-09-094-0/+30
* Remove uncommented code.Michael Schuldt2011-09-091-18/+4
* Bugfix for linking the correct Native Libraries.Michael Schuldt2011-09-091-1/+1
* Changing to LM_PLUGIN_DIR to LM_PLUGIN_PATH to be consitentMichael Schuldt2011-09-081-1/+1
* Removed several warningsMichael Schuldt2011-09-083-6/+12
* Refactoring dbus tests to run with threadless communicatorsMichael Schuldt2011-09-082-67/+35
* Changing dbus service name to be genivi compliantMichael Schuldt2011-09-082-9/+9
* Introducing changing used bus via environment variable.Michael Schuldt2011-09-081-2/+15
* Introducing Timeout Parameter for process functionMichael Schuldt2011-09-082-3/+7
* Fixing Introspection Setup.Michael Schuldt2011-09-081-4/+5
* Introducion of process function to dispatch Communication MessagesMichael Schuldt2011-09-082-1/+5
* removed internal thread for DBUSCommunicator, now based on registering callba...Timo Lotterbach2011-09-082-147/+111
* First version to switch from polling of DBUS_MESSAGES to event basedMichael Schuldt2011-09-085-60/+93