summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs
Commit message (Expand)AuthorAgeFilesLines
* eglfs: Perform initialization in initialize() instead of the constructorLaszlo Agocs2013-10-251-22/+25
* eglfs: Show the mouse cursor when a mouse is connectedLaszlo Agocs2013-10-111-1/+14
* eglfs: Separate compositor and improve raster window supportLaszlo Agocs2013-10-0910-241/+412
* QPA: Fix event dispatcher dependent operations in platform integrationLaszlo Agocs2013-10-072-8/+19
* eglfs: Make QML root objects sized to view working againLaszlo Agocs2013-10-012-3/+15
* QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-302-9/+5
* eglfs: Unify the native resource gettersLaszlo Agocs2013-09-213-18/+58
* Add a WindowManagement capability to QPlatformIntegrationLaszlo Agocs2013-09-201-0/+1
* eglfs: Support multiple raster windowsLaszlo Agocs2013-09-2012-155/+386
* Android: handle inverted orientationsPaul Olav Tvete2013-09-204-0/+23
* eglfs: Do not leak the QOpenGLShaderProgram instanceLaszlo Agocs2013-09-171-0/+1
* eglfs: Sanitize the X11 hooksLaszlo Agocs2013-09-174-40/+121
* remove unnecessary beginPaint and endPaint overridesShawn Rutledge2013-09-162-5/+0
* eglfs: Set swap interval only when there is a context availableLaszlo Agocs2013-09-133-12/+22
* eglfs: Handle desktop and multiple windows gracefullyLaszlo Agocs2013-09-131-1/+7
* eglfs: Avoid glUniform calls with wrong type when drawing the cursorLaszlo Agocs2013-09-131-1/+1
* eglfs: Check for a valid window handle before attempting to retrieve resources.Robin Burchell2013-09-041-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-143-12/+13
|\
| * Return EGLNativeWindowType instead of window number in winId()Alexey Chernov2013-08-092-5/+2
| * eglfs: allow egl native window to be zeroSamuli Piippo2013-07-312-4/+7
| * eglfs: Fix updates when resizing backing storeEskil Abrahamsen Blomfeldt2013-07-311-1/+3
| * EGLFS and MinimalEGL windows are not marked as OpenGL surfacesAllan Sandfeld Jensen2013-07-262-2/+1
* | eglfs: Implement nativeResourceForWindowJan Arne Petersen2013-08-062-0/+15
* | eglfs: Implement nativeResourceFunctionForContextJan Arne Petersen2013-08-062-0/+24
* | Made EGLFS handle multiple surfaces with more grace.Samuel Rødal2013-08-064-1/+47
* | Bump QPA-API-version.Friedemann Kleint2013-07-231-1/+1
|/
* eglfs: Fix bug determining physical screen sizeAndy Nichols2013-06-031-2/+6
* eglfs: prevent expose/geometrychange loopAndy Nichols2013-06-031-2/+2
* Made the X11 eglfs hooks provide mouse input.Samuel Rødal2013-05-232-3/+159
* Never show EGLFS mouse cursor in Qt for Android platform pluginEskil Abrahamsen Blomfeldt2013-05-202-8/+4
* Re-enable automatic evdev support in EGLFS for Qt on embedded Android.Samuel Rødal2013-05-071-2/+2
* Make sure window is updated on resize eventEskil Abrahamsen Blomfeldt2013-04-291-0/+1
* eglfs: Make sure virtual functions are not called from ctorEskil Abrahamsen Blomfeldt2013-04-152-5/+4
* Make surface and window accessible to subclassesEskil Abrahamsen Blomfeldt2013-04-151-2/+4
* EglFS: allow the hook to override logicalDpi()Paul Olav Tvete2013-04-054-0/+18
* Let EglFS pick up a platform input context if installedGunnar Sletta2013-04-022-0/+7
* Introducing the Qt Android portPaul Olav Tvete2013-03-051-2/+2
* EGLFS: Enablers for Android pluginEskil Abrahamsen Blomfeldt2013-02-287-51/+78
* EGLFS: Replace the global static 'hooks' variable with a functionThiago Macieira2013-02-266-24/+25
* Add support for forced VSYNC using the EGLFS platform plugin.Milian Wolff2013-02-223-22/+30
* Fixed EGLFS reporting impossibly high physical dimensions.Samuel Rødal2013-02-191-13/+62
* Added QOffscreenSurface class.Yoann Lopes2013-02-183-6/+21
* Refactor QEglFSPandaHooks and add physicalScreenSize()Gunnar Sletta2013-01-304-5/+53
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-3/+0
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-2316-16/+16
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2216-16/+16
| |\
| | * Update copyright year in Digia's license headersSergio Ahumada2013-01-1816-16/+16
* | | Support shared GL contexts in eglfs.Michael Brasser2013-01-231-1/+1
|/ /
* | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-211-3/+4
* | eglfs: Introduce way of filtering out unwanted EGL configs.Samuel Rødal2013-01-186-3/+39
|/