summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
|/
* Fix warning about unused variableThiago Macieira2013-01-021-0/+1
* Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-101-0/+1
* Compile with QT_NO_CURSOR.Volker Krause2012-12-072-0/+8
* Removed temporary backwards-compat properties and accessors in QWindowShawn Rutledge2012-12-031-1/+1
* beef up qt_plugin.prfOswald Buddenhagen2012-11-011-5/+2
* Check the EGL error before calling eglTerminate().Samuel Rødal2012-10-261-1/+2
* QPlatformWindow: change API for QPlatformWindow::setWindowStateRichard Moe Gustavsen2012-10-172-3/+2
* Remove handleSynchronous* functions.Morten Johan Sorvig2012-10-101-1/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2216-385/+385
* Revert "Fix transformation in eglfs backingstore"Jon Trulson2012-08-291-2/+2
* Fix transformation in eglfs backingstoreLaszlo Agocs2012-08-221-2/+2
* Made eglfs work with backing store based applications again.Samuel Rødal2012-08-153-4/+10
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-032-2/+2
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-192-2/+2
* eglfs: add virtual destructor to QEglFsHooksRobin Burchell2012-07-111-0/+1
* eglfs: Allow setting screen size through environment variables.Robin Burchell2012-07-061-0/+16
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-032-2/+2
* Add QPA prefix and version number to QPA plugin factory interfaces.Friedemann Kleint2012-06-271-1/+1
* Guard evdev specifics with QT_NO_EVDEV.Robin Burchell2012-06-241-0/+4
* eglfs: move m_pos into CursorGirish Ramakrishnan2012-06-222-8/+7
* platform hooks: provide defaults for screen size and depth hooksJohannes Zellner2012-06-191-2/+42
* eglfs: Pass QSurfaceFormat to createNativeWindow() hookJohannes Zellner2012-06-144-5/+8