summaryrefslogtreecommitdiff
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* 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
* xcb: increase XCOORD_MAX to 32767Liang Qi2020-06-301-1/+1
* Fix UITouch event handling on tvOSMike Krus2020-06-291-9/+23
* macOS: Check that platform window is valid after delivering close eventTor Arne Vestbø2020-06-261-0/+2
* Android: Only emit the signals once when doing multiple file selectionAndy Shaw2020-06-181-2/+2
* Android: fix behovior of right click to not interfere with other clicksAssam Boudjelthia2020-06-111-10/+10
* macOS: Add a few more local autorelease pools to QCocoaGLContextTor Arne Vestbø2020-06-091-0/+6
* Check for valid Navigator.permissions before useMorten Johan Sørvig2020-06-081-3/+4
* macOS: Respect window type when determining main window statusTor Arne Vestbø2020-06-051-4/+2
* Android: Clear the m_selectedFile variable when showing againAndy Shaw2020-06-051-0/+2
* QVncScreen: fix crash on disconnect client did not request cursorRolf Eike Beer2020-06-041-0/+3
* Android: Clear the clipboard when getting a null mimedataAndy Shaw2020-05-303-1/+10
* Windows: Fix wrong default font sizes after changing scalingFriedemann Kleint2020-05-301-1/+21
* Windows: Fix wrong DPI used in font size after changing scalingFriedemann Kleint2020-05-261-1/+5
* Allow multithreaded opengl to be disabledAllan Sandfeld Jensen2020-05-251-0/+4
* Android JNI: update usage of QWindowSystemInterface::handleMouseEvent()Shawn Rutledge2020-05-201-18/+15
* Windows QPA: Fix missing accessible name change eventsAndre de la Rocha2020-05-203-0/+17