summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-3/+5
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-231-3/+5
| |\
| | * Generic Unix Theme: Don't crash if D-Bus is not runningGabriel de Dietrich2017-11-201-3/+5
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-233-17/+27
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-092-11/+21
| |\|
| | * Fix memory corruption on scaled emojisAllan Sandfeld Jensen2017-11-062-11/+21
| * | Fix redundant Vulkan logging category definitionLaszlo Agocs2017-11-031-6/+6
* | | Add support for Windows UI AutomationAndre de la Rocha2017-11-1414-0/+1632
* | | Add support for flatpak portalsJan Grulich2017-11-142-1/+108
* | | Windows Font Database: Remove usage of deprecated QSysInfo::WindowsVersionFriedemann Kleint2017-10-271-7/+2
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-242-7/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-162-7/+1
| |\|
| | * Windows font database: Remove clamping of default font sizeFriedemann Kleint2017-10-091-6/+0
| | * Fix deprecated API usageJake Petroules2017-10-071-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-176-22/+21
|\| |
| * | Enable patent-free LCD rendering with FreeType 2.8.1Allan Sandfeld Jensen2017-10-071-16/+11
| * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-053-2/+7
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-043-2/+7
| | |\|
| | | * qglxconvenience: Avoid null pointer dereferenceKai Uwe Broulik2017-09-271-1/+4
| | | * Fix typo in debug statement: QPlatformScren -> QPlatformScreenSérgio Martins2017-09-241-1/+1
| | | * Add missing math.h include (for sqrt function)Jake Petroules2017-09-221-0/+2
| * | | Let QPlatformBackingStore handle its own QOpenGLContextTor Arne Vestbø2017-10-052-4/+3
| |/ /
* | | Build fix for clang-5.0Jędrzej Nowacki2017-10-141-1/+1
* | | Fix compilation with clang, missing errno.hDavid Faure2017-10-121-0/+2
* | | qpa: enhance mouse event with type and button dataGatis Paeglis2017-10-105-7/+24
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-2625-296/+80
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-0/+20
| |\|
| | * Windows QPA: Hardcode a limit for the default point sizeFriedemann Kleint2017-09-011-0/+20
| * | libinput: make scrolling consistent with other platformsGatis Paeglis2017-09-051-8/+15
| * | libinput: remove unused signalsGatis Paeglis2017-09-052-14/+0
| * | evdev*,libinput: use functor-based connectionsGatis Paeglis2017-09-0518-59/+43
| * | evdevtablet: don't use qpa compatibility functionGatis Paeglis2017-09-041-2/+4
| * | Merge dev into 5.10Frederik Gladhorn2017-09-024-23/+29
| |\ \
| * | | macOS: Move NSOpenGLPixelFormat creation back into QCocoaGLContextTor Arne Vestbø2017-08-254-215/+0
* | | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-1920-81/+81
* | | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-1931-306/+306
* | | | kms: Discover all available planesLaszlo Agocs2017-09-192-0/+205
* | | | kms: Fix crtc allocation logicLaszlo Agocs2017-09-192-3/+6
* | | | kms: Rename the plane index workaround vars appropriatelyLaszlo Agocs2017-09-192-8/+8
* | | | Add We mean it warning to the EDID tableLaszlo Agocs2017-09-081-0/+9
* | | | eglfs_kms: Add headless mode for DRM render nodesLaszlo Agocs2017-09-052-17/+53
* | | | kms: Remove unused member variableLaszlo Agocs2017-09-052-3/+0
* | | | eglfs_kms: Output cloning supportLaszlo Agocs2017-09-052-38/+84
* | | | kms: Add support for filtering based on vrefreshLaszlo Agocs2017-09-051-3/+10
* | | | eglfs_kms: Add support for formats other than XRGB8888Laszlo Agocs2017-09-052-1/+32
* | | | eglfs_kms: Report the real preferred mode from QScreenLaszlo Agocs2017-09-051-6/+6
| |/ / |/| |
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-313-21/+27
|\ \ \ | | |/ | |/|
| * | QFbVtHandler: Remove unused sys/signalfd.h includeDongmei Wang2017-08-291-1/+0
| * | Remove QMAKE_LIBS_CORE variableJoerg Bornemann2017-08-281-1/+1
| * | macOS: Fix matching of font weights for application fontsEskil Abrahamsen Blomfeldt2017-08-161-19/+26