LayerManagerService: Fix: Wrong Surface Iteration on Input Handling.
[profile/ivi/layer-management.git] / LayerManagerPlugins /
2012-04-12 Nobuhiko TanibataLayerManagerPlugins: X11 backend for Wayland
2012-04-12 Michael SchuldtGraphic: Fix: changing display notification between...
2012-03-23 Michael SchuldtGraphic: Removes warning if WITH_INPUT is disabled
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 SinghalGLESGraphicSystem: unbind surface texture after renderi...
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-13 Michael SchuldtWaylandGLESRenderer: Adding missing include dir
2012-03-13 Nobuhiko TanibataLayerManagerPlugins: The very first version of Wayland...
2012-03-06 Timo LotterbachLayerManagerCommands: removed obsolete Commands
2012-03-05 Michael SchuldtGraphicSystems : Adding log output on gl Error
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: removed compiler warnings
2012-02-16 Timo LotterbachLayerManagerCommands: added doxygen documentation
2012-01-18 Timo LotterbachPlatformSurfaces : modified isReadyForRendering() to...
2012-01-18 Timo LotterbachDBUSCommunicator : bugfix initializing error content
2012-01-10 Timo LotterbachGraphic: Fixing rendering of ScreenShot
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 SchuldtRenderer: Introducing CreateShader interface
2011-12-23 Michael SchuldtGraphicSystem: Introducing Activate and Release Graphic...
2011-12-23 Michael SchuldtX11WindowSystem: Introducing new SystemStates
2011-12-09 Michael SchuldtIntroducing check to enable rendering dependent on...
2011-12-08 Michael SchuldtIntroducing handling of crashed applications.
2011-12-08 Michael SchuldtIntroducing ServiceConnect and ServiceDisconnect.
2011-12-06 Michael SchuldtImproved Error handling sended by dbus.
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...
2011-12-05 Michael SchuldtAllocate platform surface corrected.
2011-12-05 Timo Lotterbachfixed broken build in texture binders caused by surface...
2011-12-05 Michael SchuldtSome cleanup of destroyed content.
2011-12-05 Timo Lotterbachremoved compiler flag to enable FORCE_COPY. This #defin...
2011-12-05 Timo Lotterbachremoved compiler flags -DUSE_XTHREADS and -DENABLE_INPU...
2011-12-05 Michael SchuldtChanged render algorithm
2011-12-05 Michael SchuldtIntroducing new Surface initialization methods
2011-12-05 Timo Lotterbachchanged logging inside DBUS communicator (INFO->DEBUG)
2011-12-05 Timo LotterbachSurfaceCreate and SurfaceSetNativeContent are two separ...
2011-12-05 Timo Lotterbachupdated DBUSCommunicator unit tests to reflect Command...
2011-11-29 Timo Lotterbachchanged logging during startup of layermanagement:...
2011-11-29 Timo Lotterbachrefactored LayerManagerCommands
2011-10-20 Michael SchuldtFixing include path of ViewportTransform
2011-10-20 Michael SchuldtChange private methods to be protected for improved...
2011-10-20 Frédéric BlainInput Events: better support of Qt: XMotionEvent need...
2011-10-05 Michael SchuldtBugfix fixes issue regarding layer source transformation
2011-10-04 Rahul SinghalRestore part of a bug-fix lost during a merge conflict
2011-09-09 Michael Schuldtadded tests for new cropping-test function
2011-09-09 Michael Schuldtskip rendering of fully cropped surfaces
2011-09-09 Michael SchuldtRemove uncommented code.
2011-09-09 Michael SchuldtBugfix for linking the correct Native Libraries.
2011-09-08 Michael SchuldtChanging to LM_PLUGIN_DIR to LM_PLUGIN_PATH to be consitent
2011-09-08 Michael SchuldtRemoved several warnings
2011-09-08 Michael SchuldtRefactoring dbus tests to run with threadless communicators
2011-09-08 Michael SchuldtChanging dbus service name to be genivi compliant
2011-09-08 Michael SchuldtIntroducing changing used bus via environment variable.
2011-09-08 Michael SchuldtIntroducing Timeout Parameter for process function
2011-09-08 Michael SchuldtFixing Introspection Setup.
2011-09-08 Michael SchuldtIntroducion of process function to dispatch Communicati...
2011-09-08 Timo Lotterbachremoved internal thread for DBUSCommunicator, now based...
2011-09-08 Michael SchuldtFirst version to switch from polling of DBUS_MESSAGES...
2011-09-08 Michael SchuldtInclude LayerManagerService.conf to run Service on...
2011-09-08 Michael SchuldtBugfix : Moving the framecounter inside of graphic...
2011-09-06 Rahul SinghalMultiple Bug fixes in X11WindowSystem
2011-09-06 Rahul SinghalBug fix in screenshot for layer & surface
2011-09-01 Rahul SinghalBug Fix for ILM command LayerAddSurface
2011-09-01 Rahul SinghalBetter error checking & cleanup when accquiring X visua...
2011-08-31 Michael SchuldtFeature : Introducing environment variable LM_PLUGIN_DIR
2011-08-31 Michael SchuldtBugfix : Fixing screenshot of surface.
2011-08-31 Michael SchuldtBugfix : Improved handling in case of render init failure
2011-08-30 Frédéric BlainInput Event bugfix: Qt needs Xevent.xany.window attribu...
2011-08-29 Michael Schuldtsplit transformations for better reuse
2011-08-29 Michael Schuldtremove compiler warning from GLX build
2011-08-29 Michael Schuldtadded UtilsTest and small fix in DBUSCommunicator tests
2011-08-29 Michael Schuldtclean up tests for use with ctest
2011-08-29 Michael Schuldtremove duplicate copies of googletest and googlemock
2011-08-29 Michael Schuldtremove compiler warnings from build
2011-08-26 Michael SchuldtFixing compiler warnings
2011-08-25 Michael SchuldtBugfix. Removing dependencies from EGL / GLES in GLXGr...
2011-08-24 Michael SchuldtBugfix : Fixing link error in transformation tests
2011-08-23 Michael SchuldtBugfix: Add missing includes for TextureBinders
2011-08-22 Michael SchuldtIntroducing more parameters on Properties of Layer...
2011-08-22 Michael SchuldtAdd ViewportTransform for Surface and Layer calculation.
2011-08-22 Michael SchuldtAdd GraphicalSurface.cpp to build of DBusCommunicatorTests
2011-08-22 Michael SchuldtBugfix in SourceRegion calculation.
2011-08-22 Michael SchuldtBugfix, using the reference value instead of the pointer.
2011-08-22 Michael SchuldtAdded new test cases to run unit tests on ViewportTransform
2011-08-22 Michael SchuldtFixes source viewport rendering for layer.
2011-08-22 Michael SchuldtNew api method added, ilm_layerCreateDimension.
2011-08-22 Michael SchuldtMerge patches between Valeo and BMW Car IT
2011-08-22 Frédéric BlainAdd framework to support input events + X11 implementation
2011-08-22 Frédéric BlainX11EventLoop refactoring : Make the event loop private
2011-08-18 Timo LotterbachX11GLXRenderer: fixed broken build
2011-08-17 Michael SchuldtBugfix: missing Sourcefile for GLES ShaderProgram added
2011-08-17 Michael SchuldtBugfix : Missing includes for extension of existing...
next