summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/offscreen
Commit message (Expand)AuthorAgeFilesLines
* Avoid crashing in offscreen with X11 builtin but not availableAllan Sandfeld Jensen2020-09-091-2/+4
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-13/+0
* Fix build with mingw gcc 9 and -Wsuggest-overrideKai Koehne2020-08-101-3/+3
* Move glxconvenience into QtGuiFriedemann Kleint2020-07-104-6/+1
* Move qglxconvenience to QtOpenGLFriedemann Kleint2020-07-084-4/+4
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-022-6/+5
* Move Unix font databases into QtGuiFriedemann Kleint2020-06-154-15/+3
* Move windows font databases into QtGuiFriedemann Kleint2020-06-113-3/+3
* Move the UNIX event dispatchers into QtGuiFriedemann Kleint2020-06-104-14/+3
* Move the Windows Event Dispatcher into QtGuiFriedemann Kleint2020-06-093-6/+14
* Remove winrtOliver Wolff2020-06-061-8/+0
* CMake: Regenerate src/pluginsAlexandru Croitor2020-05-292-4/+12
* Move CoreText font engine/database to QtGuiTor Arne Vestbø2020-05-272-2/+4
* Move FreeType font engine/database to QtGuiTor Arne Vestbø2020-05-271-1/+1
* CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-272-2/+2
* Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-052-18/+8
* Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-272-8/+8
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-245-14/+14
|\
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-065-14/+14
* | Regenerate src/*Alexandru Croitor2019-11-142-4/+4
* | Regenerate everything under ./srcAlexandru Croitor2019-11-122-2/+0
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-1/+2
|\|
| * Update QPA mouse event handling in offscreen and VNC pluginsShawn Rutledge2019-08-301-1/+2
* | Regenerate platforms plugins part 5Alexandru Croitor2019-10-082-2/+46
* | cmake: implement default qpa plugin behavior for static buildsJean-Michaël Celerier2019-07-051-0/+1
* | Re-generate the CMakeLists.txt and add the prev filesSimon Hausmann2019-06-051-1/+3
* | Revert "CMake: better GLX detection"Simon Hausmann2019-05-031-1/+1
* | Fix build by re-generating CMakeLists.txt from offscreen.proSimon Hausmann2019-05-021-5/+1
* | CMake: better GLX detectionVille Voutilainen2019-05-021-2/+6
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-167-89/+127
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-1/+2
| |\
| | * Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-191-1/+2
| * | offscreen: remove false conditionGatis Paeglis2019-02-212-3/+3
| * | Add run-time qpa offscreen glx support selectionMichal Klocek2019-02-184-53/+14
| * | Fix handling of glxconfig and glxcontext in offscreen pluginMichal Klocek2019-02-132-9/+32
| * | Fix incorrect surface type in offscreen pluginMichal Klocek2019-02-131-0/+7
| * | Add native handle for context in offscreen pluginMichal Klocek2019-02-131-0/+4
| * | Add platform native interface to offscreen pluginMichal Klocek2019-02-123-25/+62
| |/
| * Fix building offscreen QPA with Qt XCBAllan Sandfeld Jensen2019-01-291-1/+1
| * Offscreen QPA: use a CoreText font database on macOSR.J.V. Bertin2018-12-111-1/+4
* | CMake: Re-generate plugins/platforms/offscreenTobias Hunger2019-03-291-11/+10
* | cmake: build the offscreen platform plugin on macOSLiang Qi2019-02-111-1/+1
* | cmake: build the offscreen platform pluginAlbert Astals Cid2019-02-111-0/+45
|/
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-293-5/+7
* Handle unset $DISPLAY variable when using the offscreen platformJan Murawski2018-02-161-2/+6
* QOffscreenIntegration: add missing overrideAnton Kudryavtsev2018-01-241-2/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-232-0/+35
|\
| * Offscreen QPA: Use fusion style alwaysFriedemann Kleint2017-11-142-0/+35
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-196-38/+38
|/