summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Fix QSaveFile always failing on content: URLsVolker Krause2020-10-261-2/+9
* [Android] Make sure expose events are emitted after window resizePiotr Mikolajczyk2020-10-212-6/+2
* WinTab: Switch stylus pointer type when the tablet is in the tablet proximityDmitry Kazakov2020-10-201-4/+21
* Fix the initial cursor state for the VNC pluginMagnaboscoL2020-10-171-1/+4
* WinTab: Fix updating tablet pressure resolution on every proximity enter eventDmitry Kazakov2020-10-061-0/+5
* Close popups on windowWillMiniaturize notificationTimur Pocheptsov2020-10-054-10/+23
* 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
* QCocoaDrag::drag - make sure clipboard is ours and populatedTimur Pocheptsov2020-09-241-4/+4
* QCocoaDrag::maybeDragMultipleItems - fix erroneous size checkTimur Pocheptsov2020-09-211-1/+1
* [macOS] Add native virtual key code to modifier keysMichael Brüning2020-09-211-9/+18
* Handle NSEvent*MouseDragged in QCocoaWindow::startSystemMove()René Meusel2020-09-191-0/+3
* Windows QPA: Fix build with mingw64/Win32 threadingFriedemann Kleint2020-09-181-14/+22
* xcb: Reduce number of created colormapsAlexander Volkov2020-09-164-12/+26
* Fix -Wunguarded-availability-new for userInterfaceStyleAndré Klitzing2020-09-151-4/+6
* macOS: Don't assume we will get didBecomeKey for non-Qt NSWindowsTor Arne Vestbø2020-09-141-9/+11
* Avoid crashing in offscreen with X11 builtin but not availableAllan Sandfeld Jensen2020-09-091-2/+4
* wasm: fix natural scrolling on macLorn Potter2020-09-091-1/+1
* Windows QPA: Enable toggling Windows transparencyFriedemann Kleint2020-09-082-4/+7
* Fix memory sanitizer complaint about uninitialized valueLiang Qi2020-09-041-1/+1
* X11: restrict fallback logical DPI to 96 and higherMorten Johan Sørvig2020-09-031-1/+6
* macOS: Handle platform window destroy and create in backingstoreTor Arne Vestbø2020-08-282-8/+36
* wasm: deregister event handlersLorn Potter2020-08-242-0/+22
* qwsi: revert parts of 00ae1e6b7bf6efa5f5e57d37844e44d521604fb6Gatis Paeglis2020-08-231-2/+0
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-226-20/+20
* xcb: Fix flushing of native subwindows when not using shared memoryTor Arne Vestbø2020-08-221-2/+11
* Cocoa: Translate the buttons used for the native font and color dialogsAndy Shaw2020-08-202-6/+7
* MSVC: Fix C4996 warnings in 5.15 when building QtKai Koehne2020-08-171-2/+2
* Windows QPA: Fix omitted Drop eventAndre de la Rocha2020-08-131-17/+6
* wasm: detect canvas resize using ResizeObserver APIMorten Johan Sørvig2020-08-112-0/+45
* wasm: fix handling on int dead keys on macLorn Potter2020-08-111-12/+15
* macOS: Make getColor() return generic RGB componentsMorten Johan Sørvig2020-08-101-25/+25
* Android: Add support for travesing directories and accessing filesAndy Shaw2020-08-072-3/+91
* wasm: factor visual viewport scale into dprMorten Johan Sørvig2020-08-062-6/+31
* xcb: avoid a usage of invalid reply in qxcbdragLiang Qi2020-08-061-4/+5
* XCB: Update logical DPI on “Xft/DPI” changeMorten Johan Sørvig2020-08-051-0/+14
* wasm: set viewport size to device size on mobileMorten Johan Sørvig2020-08-051-1/+8
* 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
* 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: Potential crash fix for WineFriedemann Kleint2020-07-291-2/+4
* QWindowsServices: ungarble the URLThiago Macieira2020-07-271-3/+3
* Set name of X11 Client Leader Window to application nameRaphael Rosch2020-07-251-1/+1
* Fix sporadic build failures of eglfs_kms_vsp2Joerg Bornemann2020-07-151-0/+1
* macOS: Exclude 32-bit builds by checking pointer sizeTor Arne Vestbø2020-07-092-5/+1
* macOS: Don't assume platform has objc_msgSendSuper_stretTor Arne Vestbø2020-07-081-3/+9
* Windows: Fix trailing blank in native file dialog filterFriedemann Kleint2020-07-061-1/+4
* macOS: Remove PPD deprecation warningTor Arne Vestbø2020-07-061-4/+1
* wasm: search emscripten key firstLorn Potter2020-07-011-8/+9