summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/minimalegl
Commit message (Expand)AuthorAgeFilesLines
* Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-191-2/+3
* Fix no-opengl developer buildsAllan Sandfeld Jensen2018-11-101-0/+1
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-197-20/+20
* Fix memory leakJesus Fernandez2017-07-251-0/+1
* Enable building EGLFS and MinimalEGL with QT_NO_OPENGLAndy Nichols2016-11-175-11/+29
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-013-4/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-313-4/+2
| |\
| | * minimalegl: Reorder includes to avoid EGL native type clashesLaszlo Agocs2016-10-283-4/+2
* | | rely on transitive library dependencies for freetype/fontconfigOswald Buddenhagen2016-10-151-1/+1
* | | port to modularized platformsupport librariesOswald Buddenhagen2016-10-154-8/+10
|/ /
* | Add X11 support for the DRIVE CXLaszlo Agocs2016-08-103-4/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-5/+5
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-5/+5
* | Updated license headersJani Heikkinen2016-01-159-126/+180
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-6/+6
|/
* Compile minimalegl QPA plugin on Windows/WinRT.Friedemann Kleint2015-11-141-1/+40
* QPA plugins: Use _iid macros instead of strings in Q_PLUGIN_METADATA.Friedemann Kleint2015-05-131-1/+1
* Update copyright headersJani Heikkinen2015-02-119-63/+63
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-2/+2
|\
| * Fix build of egl integrationStephan Binner2015-02-021-2/+2
* | Add a function for QPA plugins to explicitly destroy QScreensGiulio Camuffo2014-12-231-1/+1
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-036-19/+19
|/
* Update license headers and add new license filesMatti Paaso2014-09-249-171/+99
* deprecate import_qpa_plugin and qpa_minimal_pluginOswald Buddenhagen2014-04-241-0/+1
* Remove unused parameter from QEGLPlatformContext constructorLaszlo Agocs2014-03-101-3/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-8/+0
|\
| * Plugin minimalegl: Remove superfluous keys() function.Friedemann Kleint2014-02-051-8/+0
* | eglfs: Move reusable functionality to eglconvenienceLaszlo Agocs2014-01-171-10/+0
|/
* Use case insensitive comparison when checking platform plugin keys.Friedemann Kleint2013-12-031-1/+1
* QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-302-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-142-3/+1
|\
| * EGLFS and MinimalEGL windows are not marked as OpenGL surfacesAllan Sandfeld Jensen2013-07-262-3/+1
* | Bump QPA-API-version.Friedemann Kleint2013-07-231-1/+1
|/
* Zero-initialize paint-device in minimal EGL platform pluginTor Arne Vestbø2013-02-161-0/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-3/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-189-9/+9
* Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-101-0/+1
* make minimalegl plugin compile without QtWidgetsTasuku Suzuki2012-11-301-1/+0
* beef up qt_plugin.prfOswald Buddenhagen2012-11-011-5/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-229-216/+216
* QtGui: use new qEnvironmentVariableIsEmpty()Marc Mutz2012-08-141-1/+1
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* Add QPA prefix and version number to QPA plugin factory interfaces.Friedemann Kleint2012-06-271-1/+1
* Add minimalegl QPA platform pluginGirish Ramakrishnan2012-05-3011-0/+928