summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* wasm: detect canvas resize using ResizeObserver APIMorten Johan Sørvig2020-08-112-0/+45
* wasm: fix natural scrolling on macLorn Potter2020-08-111-1/+1
* Fix build with mingw gcc 9 and -Wsuggest-overrideKai Koehne2020-08-109-39/+49
* Android: Add support for travesing directories and accessing filesAndy Shaw2020-08-072-3/+91
* macOS: Handle platform window destroy and create in backingstoreTor Arne Vestbø2020-08-072-16/+36
* macOS: Fix crash when re-using backingstore for re-created QWindowTor Arne Vestbø2020-08-071-0/+8
* Make QFontDatabase member functions staticEskil Abrahamsen Blomfeldt2020-08-061-1/+1
* macOS: Make getColor() return generic RGB componentsMorten Johan Sørvig2020-08-061-2/+28
* xcb: avoid a usage of invalid reply in qxcbdragLiang Qi2020-08-061-4/+5
* wasm: factor visual viewport scale into dprMorten Johan Sørvig2020-08-052-6/+31
* wasm: set viewport size to device size on mobileMorten Johan Sørvig2020-08-051-1/+8
* XCB: Update logical DPI on “Xft/DPI” changeMorten Johan Sørvig2020-08-051-0/+14
* QNX: adapt to new event APIsSamuli Piippo2020-08-051-9/+40
* Remove last remaining bits of QtPlatformHeadersTor Arne Vestbø2020-08-0422-98/+15
* eglfs_kms: Do not skip the initial SetCrtcLaszlo Agocs2020-08-031-8/+3
* eglfs: Prevent printing a warning in every widget-based appLaszlo Agocs2020-08-031-5/+1
* Register QPlatformBackingStoreOpenGLSupport when neededTor Arne Vestbø2020-07-292-4/+4
* iOS: Add Metal framework as dependencyTor Arne Vestbø2020-07-293-1/+3
* Add QOperatingSystemVersion support for macOS Big SurTor Arne Vestbø2020-07-292-114/+0
* Windows: Prevent event processing during QDesktopServices::openUrl()Friedemann Kleint2020-07-291-4/+24
* Windows QPA: Move some internal functions to the new interfaceFriedemann Kleint2020-07-284-71/+51
* Windows QPA: Move mime-type related classes to the new interfaceFriedemann Kleint2020-07-288-82/+63
* QWindowsServices: ungarble the URLThiago Macieira2020-07-271-3/+3
* Windows QPA: Potential crash fix for WineFriedemann Kleint2020-07-271-2/+4
* Windows QPA: Move dark mode handling to the new interfaceFriedemann Kleint2020-07-259-37/+43
* Set name of X11 Client Leader Window to application nameRaphael Rosch2020-07-241-1/+1
* Windows QPA: Move window properties to the new interfacesFriedemann Kleint2020-07-244-38/+15
* macOS: Clarify that QCocoaKeyMapper only computes 8 modifier statesTor Arne Vestbø2020-07-242-24/+8
* Add QPlatformInterface::Private::QWindowsWindowFriedemann Kleint2020-07-224-16/+25
* Windows QPA: Move the touch types API from platformheaders into QtGuiFriedemann Kleint2020-07-227-25/+72
* macOS: Remove workaround for zero-size GL viewsTor Arne Vestbø2020-07-221-8/+1
* macOS: Ensure initial geometry is always setTor Arne Vestbø2020-07-221-2/+10
* macOS: Remove stale code for handling view hiding during reparentingTor Arne Vestbø2020-07-221-4/+2
* qnsview: don't active QWindows inside NSWindows that are not keyRichard Moe Gustavsen2020-07-222-4/+31
* Start the native interface QWindowsApplicationFriedemann Kleint2020-07-2114-71/+172
* Add QEvdevKeyMapper platform interfaceTor Arne Vestbø2020-07-204-50/+35
* Add QXcbWindow platform interfaceTor Arne Vestbø2020-07-204-103/+54
* Move private platform interfaces to private QPA headersTor Arne Vestbø2020-07-202-0/+2
* Add QXcbScreen platform interfaceTor Arne Vestbø2020-07-203-13/+3
* Fix some MSVC int conversion warningsFriedemann Kleint2020-07-171-2/+2
* Fix namespaced buildGiuseppe D'Angelo2020-07-151-2/+0
* Move eglconvenience to QtGuiFriedemann Kleint2020-07-1345-60/+83
* Fix sporadic build failures of eglfs_kms_vsp2Joerg Bornemann2020-07-131-0/+1
* macOS: Use Cocoa to map key events to possible shortcut key sequencesTor Arne Vestbø2020-07-131-3/+19
* macOS: Modernize QCocoaKeyMapper key mapTor Arne Vestbø2020-07-132-53/+36
* Refactor pointer event hierarchyShawn Rutledge2020-07-109-52/+52
* Remove unused method QKeyMapper::clearMappings()Tor Arne Vestbø2020-07-102-7/+0
* macOS: Simplify dead key handlingTor Arne Vestbø2020-07-101-2/+2
* macOS: Simplify Ctrl+LeftMouse->RightMouse handlingTor Arne Vestbø2020-07-101-2/+1
* macOS: Merge keySequenceToKeyEqivalent into call siteTor Arne Vestbø2020-07-101-17/+13