summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Use a QSharedPointer for the touch deviceFriedemann Kleint2020-10-266-32/+27
* macOS: Remove alpha from default surface formatMorten Johan Sørvig2020-10-231-8/+1
* Fix QSaveFile always failing on content: URLsVolker Krause2020-10-231-2/+9
* Deprecate QVariant::TypeLars Knoll2020-10-233-7/+7
* Export gbm device integration to build it outsideElvis Lee2020-10-2337-109/+275
* Make QPointer comparisons hidden friendsAllan Sandfeld Jensen2020-10-231-1/+1
* CMake: Check for system_xcb_xinput featureAlexandru Croitor2020-10-231-1/+1
* name our glib event sources to ease debuggingAndreas Buhr2020-10-221-2/+3
* [Android] Make sure expose events are emitted after window resizePiotr Mikolajczyk2020-10-212-6/+2
* Windows QPA/WmPointer: Register tablet devices of pointer handlerFriedemann Kleint2020-10-202-13/+64
* Windows QPA/wintab: Register tablet devicesFriedemann Kleint2020-10-202-117/+231
* QPA offscreen: make platform plugin configurableMorten Johan Sørvig2020-10-207-20/+144
* MinGW: Fix static direct2d plugin build using PCHCristian Adam2020-10-171-0/+6
* Fix the initial cursor state for the VNC pluginMagnaboscoL2020-10-171-1/+4
* Fix Qt6 renamingBogDan Vatra2020-10-142-5/+11
* Remove dead codeLars Knoll2020-10-121-1/+1
* MinGW: Fix static build using PCHCristian Adam2020-10-091-0/+6
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-0732-68/+68
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-0726-41/+41
* Rename Android offscreen surface interfaceTor Arne Vestbø2020-10-071-1/+1
* WinTab: Switch stylus pointer type when the tablet is in the tablet proximityDmitry Kazakov2020-10-061-4/+21
* WinTab: Fix updating tablet pressure resolution on every proximity enter eventDmitry Kazakov2020-10-061-0/+5
* Un-special-case macOS in handling of QKeyEvent::nativeScanCode()Tor Arne Vestbø2020-10-062-11/+17
* macOS: Prevent mapping non-keydown events to charactersTor Arne Vestbø2020-10-061-13/+21
* EGLFS: Don’t compute logical DPI from physical sizeMorten Johan Sørvig2020-10-068-23/+26
* Remove QPlatformScreen::pixelDensity()Morten Johan Sørvig2020-10-056-22/+0
* Windows QPA: Fix building with OpenGL disabled after "QFlags: remove deprecat...Martin Storsjö2020-10-051-1/+1
* Change QString::fromLatin1 and friends to use QByteArrayViewLars Knoll2020-10-051-1/+1
* CMake: set default eglfs device integration pluginSamuli Piippo2020-10-051-1/+16
* CMake: enable egl_viv pluginsSamuli Piippo2020-10-053-2/+58
* QFlags: remove deprecated constructorEdward Welbourne2020-10-032-6/+6
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-036-14/+14
* CMake Build: Add direct2d CMake buildCristian Adam2020-09-302-1/+278
* QCocoaDrag - set image only on the first drag itemTimur Pocheptsov2020-09-281-2/+7
* xcb: Avoid BadMatch error when creating non-OpenGL windowAlexander Volkov2020-09-251-13/+3
* CMake Build: Fix iOS build with PCH and CMake 3.18.3Cristian Adam2020-09-251-0/+8
* QCocoaDrag::drag - make sure clipboard is ours and populatedTimur Pocheptsov2020-09-231-4/+4
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2328-109/+109
* CMake: Regenerate projectsAlexandru Croitor2020-09-224-1/+61
* Windows QPA: Fix warnings about deprecated operator + for keysFriedemann Kleint2020-09-221-2/+2
* QCocoaDrag::maybeDragMultipleItems - fix erroneous size checkTimur Pocheptsov2020-09-211-1/+1
* Cleanup API of QMimeDataLars Knoll2020-09-2114-48/+47
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-212-2/+2
* Handle NSEvent*MouseDragged in QCocoaWindow::startSystemMove()René Meusel2020-09-181-0/+3
* xcb: Reduce number of created colormapsAlexander Volkov2020-09-164-12/+26
* Windows QPA: Remove unused functionFriedemann Kleint2020-09-161-10/+0
* Remove dead codeVolker Hilsheimer2020-09-151-16/+0
* Windows QPA: Fix build with mingw64/Win32 threadingFriedemann Kleint2020-09-151-7/+25
* Switch QSurfaceFormat::colorSpace to a QColorSpaceAllan Sandfeld Jensen2020-09-152-4/+5
* Fix -Wunguarded-availability-new for userInterfaceStyleAndré Klitzing2020-09-141-4/+6