summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/api
Commit message (Expand)AuthorAgeFilesLines
* Revert "Always destroy OpenGL context when the window is destroyed"Samuli Piippo2024-04-171-6/+3
* Add styleHint function override for QEglFSIntegrationTomasz Kozłowski2024-01-092-0/+10
* Always destroy OpenGL context when the window is destroyedJacek Poplawski2023-12-041-3/+6
* Add VxWorks support in QEglFSDeviceIntegrationJacek Poplawski2023-11-301-3/+3
* Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChangedTor Arne Vestbø2023-11-231-1/+1
* QOpenGLCompositorBackingStore: ensure backing store on flushed windowsAxel Spoerl2023-09-131-2/+2
* Fix link to platform window in QAndroidPlatformBackingStore::flush()Axel Spoerl2023-08-042-6/+2
* eglfs plugin: port away from Q_FOREACHMarc Mutz2023-08-022-2/+3
* Adapt setBackingStore() overrides in QWasmWindow and QEglFSWindowAxel Spoerl2023-07-162-2/+6
* QPA:EGLFS - ignore scissor and stencil when drawing the cursorInho Lee2023-04-211-7/+11
* Add QEGLContext::invalidateContextThomas Senyk2023-01-122-4/+36
* Remove QEglFSCursor's inheritance of QOpenGLFunctionsThomas Senyk2022-12-162-27/+26
* Port from container.count()/length() to size()Marc Mutz2022-10-042-3/+3
* eglfs: Fix crash when painting the mouse cursor in a multiscreen setupDominik Holland2022-08-051-5/+5
* eglfs: Fix mouse events not being delivered to the frontmost windowSergio Martins2022-08-042-0/+20
* Use SPDX license identifiersLucie Gérard2022-05-1617-646/+34
* includemocs (updated script)Marc Mutz2022-05-052-0/+4
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-043-10/+16
* Revive eglfs' raster window supportLaszlo Agocs2022-04-273-11/+20
* eglfs: Unset shared raster compositing context before deletionTor Arne Vestbø2022-01-121-0/+2
* QPA: Set focus reason when window activation changes focusVolker Hilsheimer2021-12-031-1/+1
* Q{XcbGl,EglFSDevice}IntegrationFactory: remove unused extra plugin pathThiago Macieira2021-11-102-34/+4
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-3/+3
* Add explicit default constructor for QEglFSContextJanne Koskinen2021-05-271-0/+1
* Long live VK_KHR_display platform plugin!Laszlo Agocs2021-02-089-548/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-36/+0
* Fix reordering warning in QEglFSIntegrationShawn Rutledge2020-11-091-2/+2
* Support customized device discovery with udevElvis Lee2020-11-091-2/+4
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-2/+2
* EGLFS: Don’t compute logical DPI from physical sizeMorten Johan Sørvig2020-10-064-7/+12
* Remove QPlatformScreen::pixelDensity()Morten Johan Sørvig2020-10-054-12/+0
* 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