summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/qeglfsintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-4/+1
|\
| * eglfs: Sanitize the widget compositor's context handlingLaszlo Agocs2016-01-291-4/+1
* | eglfs: use QGenericUnixTheme if requestedShawn Rutledge2016-01-181-0/+6
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-2/+2
|/
* Rename "wl_display" native resourcePaul Olav Tvete2015-11-031-1/+1
* Support for Wayland servers on i.MX6Paul Olav Tvete2015-11-021-2/+7
* eglfs: Handle custom platform window implementations betterLaszlo Agocs2015-10-141-5/+10
* eglfs: Create input handlers only when screens are availableLaszlo Agocs2015-09-221-3/+4
* eglfs: Use libinput by default when availableLaszlo Agocs2015-08-181-0/+12
* Move eglfs-only parts back from eglconvenienceLaszlo Agocs2015-07-161-36/+289
* eglfs: Destroy screens after windowsPier Luigi Fiorini2015-06-301-1/+4
* eglfs: don't build the cursor atlas when QT_NO_CURSOR is definedAndrew Knight2015-03-121-0/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-10/+10
|\
| * Fix build of egl integrationStephan Binner2015-02-021-10/+10
* | eglfs: Update screen destruction to follow the new approachLaszlo Agocs2015-01-091-0/+5
* | Pluginize the eglfs hooksLaszlo Agocs2014-12-081-23/+18
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
* | EGLFS: Add support for multiple displaysLouai Al-Khanji2014-10-101-16/+8
* | eglfs: Add support for systems without pbuffer supportLaszlo Agocs2014-10-101-3/+10
* | EGLFS: Fix plugin destruction (again)Louai Al-Khanji2014-10-031-0/+1
* | EGLFS: Fix plugin destructionLouai Al-Khanji2014-10-011-5/+5
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | eglfs: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
|/
* eglfs: Fix regression in config selectionLaszlo Agocs2014-09-031-5/+4
* Support adopting an existing EGLContext in eglfs and xcbLaszlo Agocs2014-05-091-2/+14
* QOpenGLWidget and new-style compositing on eglfsLaszlo Agocs2014-02-131-11/+14
* eglfs: Mouse hotplugging supportLaszlo Agocs2014-01-311-17/+1
* eglfs: Move reusable functionality to eglconvenienceLaszlo Agocs2014-01-171-174/+15
* Disable the eglfs input handlers by Environment variableDominik Holland2013-12-101-1/+4
* Add missing Q_INIT_RESOURCETor Arne Vestbø2013-11-071-0/+6
* Android: Differ between ShowMaximized and ShowFullScreenEskil Abrahamsen Blomfeldt2013-11-011-1/+6
* eglfs: Perform initialization in initialize() instead of the constructorLaszlo Agocs2013-10-251-22/+25
* eglfs: Separate compositor and improve raster window supportLaszlo Agocs2013-10-091-13/+14
* QPA: Fix event dispatcher dependent operations in platform integrationLaszlo Agocs2013-10-071-8/+16
* QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-301-7/+4
* eglfs: Unify the native resource gettersLaszlo Agocs2013-09-211-18/+52
* Add a WindowManagement capability to QPlatformIntegrationLaszlo Agocs2013-09-201-0/+1
* eglfs: Support multiple raster windowsLaszlo Agocs2013-09-201-7/+18
* eglfs: Set swap interval only when there is a context availableLaszlo Agocs2013-09-131-10/+0
* eglfs: Check for a valid window handle before attempting to retrieve resources.Robin Burchell2013-09-041-1/+1
* eglfs: Implement nativeResourceForWindowJan Arne Petersen2013-08-061-0/+14
* eglfs: Implement nativeResourceFunctionForContextJan Arne Petersen2013-08-061-0/+22
* Re-enable automatic evdev support in EGLFS for Qt on embedded Android.Samuel Rødal2013-05-071-2/+2
* eglfs: Make sure virtual functions are not called from ctorEskil Abrahamsen Blomfeldt2013-04-151-1/+2
* Let EglFS pick up a platform input context if installedGunnar Sletta2013-04-021-0/+4
* Introducing the Qt Android portPaul Olav Tvete2013-03-051-2/+2
* EGLFS: Replace the global static 'hooks' variable with a functionThiago Macieira2013-02-261-7/+7