summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/api
Commit message (Expand)AuthorAgeFilesLines
* Remove last remaining bits of QtPlatformHeadersTor Arne Vestbø2020-08-041-2/+0
* eglfs: Prevent printing a warning in every widget-based appLaszlo Agocs2020-08-031-5/+1
* Add QEvdevKeyMapper platform interfaceTor Arne Vestbø2020-07-202-24/+18
* Move eglconvenience to QtGuiFriedemann Kleint2020-07-137-10/+10
* Use QList instead of QVector in pluginsJarek Kobus2020-07-061-2/+2
* Make QtPlatformHeaders a private moduleTor Arne Vestbø2020-07-061-1/+1
* Fix no-OpenGL build after introducing QOpenGLContext platform interfaceTor Arne Vestbø2020-07-031-0/+2
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-024-17/+16
* Enable access to the VAO resolvers through QOpenGLContextPrivateGiuseppe D'Angelo2020-06-221-2/+1
* Move UNIX themes into QtGuiFriedemann Kleint2020-06-221-1/+1
* Move UNIX services into QtGuiFriedemann Kleint2020-06-181-1/+1
* Move Unix font databases into QtGuiFriedemann Kleint2020-06-151-1/+1
* Move the UNIX event dispatchers into QtGuiFriedemann Kleint2020-06-101-1/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-1/+1
* Move QtPlatformCompositorSupport into QtOpenGLTor Arne Vestbø2020-05-284-4/+4
* Move QtVulkanSupport into QtGui and QtOpenGLTor Arne Vestbø2020-05-221-1/+1
* eglfs: Send proper enter/leave events when multiple screens are in useShawn Rutledge2020-05-113-7/+19
* Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-1/+3
|\
| * Make it possible to set the EGL_DEFAULT_DISPLAYAndy Nichols2020-03-131-1/+3
* | Move QOpenGLVertexArrayObject from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-212-1/+2
* | Move QOpenGLShaderProgram from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-201-1/+1
|/
* Introduce VK_KHR_display support for i.MX8 devicesLaszlo Agocs2020-01-2210-2/+562
* eglfs: find correct framebuffer index even if device node is symlinkRolf Eike Beer2020-01-221-1/+7
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-066-18/+18
* Remove QFlags(0), QFlags() does the same and is not deprecatedAlbert Astals Cid2019-11-292-3/+2
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-202-2/+2
* Eliminate the last QList<QPoint> in QtBase production codeMarc Mutz2019-09-131-1/+3
* eglfs: Fix raster windowsLaszlo Agocs2019-08-073-8/+3
* Fix setting Qt::WA_ShowWithoutActivating on eglfs windowMichal Klocek2019-04-161-0/+4
* eglfs: Call destroy() from dtors of concrete windowsUlf Hermann2019-04-161-0/+3
* Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-193-17/+2
* Segfault when the exiting the application under platform eglfsElena Zaretskaya2019-02-273-13/+18
* qtlite: Fix build libs with -no-feature-regularexpressionMikhail Svetkin2019-01-271-1/+3
* Ability to switch language under platform eglfs/linuxfbElena Zaretskaya2019-01-252-0/+14
* Fix no-opengl developer buildsAllan Sandfeld Jensen2018-11-102-1/+10
* Make local symbols of some leaked namesThiago Macieira2018-08-031-0/+2
* QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-221-2/+1
* Modernize the "regularexpression" featureUlf Hermann2018-03-201-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-1/+1
|\
| * Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-1/+1
* | eglfs: Forward nativeRes.ForScreen.() to backendsLionel CHAZALLON2018-01-203-2/+10
* | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-023-23/+17
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-303-23/+17
| |\|
| | * [ChangeLog][QPA][eglfs] Fix crash when using cursors and multiple GL contextsSimon Hausmann2017-12-123-23/+17
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
* | | eglfs: Forward nativeRes.ForInteg.() to backendsLaszlo Agocs2017-09-193-0/+8
* | | eglfs: Allow forwarding platformFunction() to backendsLaszlo Agocs2017-09-193-3/+8
* | | Fix compilation with clang 4 on LinuxLars Knoll2017-09-151-1/+1
|/ /
* | Fix Q(Quick)Window on eglfsLaszlo Agocs2017-08-031-6/+3
* | Ensure all platforms send geometry events if request was not fulfilledTor Arne Vestbø2017-07-071-12/+11