summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* xcb: implement missing bits from ICCCM 4.1.4 WM_STATE handlingGatis Paeglis2021-08-102-12/+119
* xcb: add a timeout control when reading INCR propertyLiang Qi2021-08-101-2/+6
* macOS: Fix leaked NSMutableArray in applicationActivationChangedTor Arne Vestbø2021-08-081-1/+1
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-0627-27/+27
* Add native interface for X11 application, exposing display and connectionTor Arne Vestbø2021-08-062-11/+15
* Improve WM_DPICHANGED handlingMorten Johan Sørvig2021-08-063-52/+25
* Track current window DPIMorten Johan Sørvig2021-08-064-0/+15
* Shift iOS a11y translations into C++ fileMike Achtelik2021-08-044-1/+122
* Fix PerMonitorV2 DPI aware NonCLientAreaScaling handlingMorten Johan Sørvig2021-08-021-3/+10
* macOS: Stop relying on balanced CGDisplay reconfiguration callbacksTor Arne Vestbø2021-08-023-84/+30
* Register mouse devices on cocoaShawn Rutledge2021-08-015-4/+51
* Remove Windows 7, 8, and 8.1 codepathsOliver Wolff2021-07-301-17/+10
* Windows QPA: Remove DwmIsCompositionEnabled() usagesYuhang Zhao2021-07-301-29/+5
* Windows QPA: Fix coordinates reported through UI AutomationAndré de la Rocha2021-07-271-10/+7
* Update deprecated NSAccessibility methodVolker Hilsheimer2021-07-211-1/+1
* CMake: Don't give plugins PUBLIC usage requirements part 2Alexandru Croitor2021-07-158-12/+11
* macOS: Map QSurfaceFormat color space to NSWindow via ICC dataTor Arne Vestbø2021-07-121-2/+5
* CMake: Use QtBase_SOURCE_DIR instead of QT_SOURCE_TREEJoerg Bornemann2021-07-123-3/+3
* CMake: Simplify resource setup in WASM platform pluginJoerg Bornemann2021-07-121-7/+5
* macOS: Don't make frameless tool windows miniaturizableVolker Hilsheimer2021-07-121-2/+4
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-074-4/+4
* macOS: fix separator actions not showing in menusVolker Hilsheimer2021-07-051-14/+9
* Remove ministro codeAssam Boudjelthia2021-07-011-7/+3
* Fix memory leak of QOffscreenScreen in QOffscreenIntegrationMilian Wolff2021-07-011-0/+2
* wasm: fix mouse, touch and wheel event propagationLorn Potter2021-06-262-11/+13
* xcb: fix cursorTheme update issueTang Haixiang2021-06-241-2/+6
* macOS: Unregister screen notification handlers on QGuiApplication shutdownTor Arne Vestbø2021-06-232-3/+16
* wasm: do not quit() on beforeunload()Morten Sørvig2021-06-232-15/+0
* wasm: enable MODULARIZE option and set EXPORT_NAMEMorten Sørvig2021-06-221-24/+39
* wasm: use module_property instead of global(“Module”)Morten Sørvig2021-06-222-22/+7
* wasm: remove event listenersMorten Sørvig2021-06-221-1/+9
* wasm: don’t leak QWasmScreen member variablesMorten Sørvig2021-06-222-6/+6
* wasm: fix non-void function returnLorn Potter2021-06-211-2/+3
* macOS: Resend event if the first input method event changes focusVolker Hilsheimer2021-06-181-0/+5
* xcb: fix QWindow::startSystemMove()/Resize() triggered by touchLiang Qi2021-06-164-7/+19
* xcb: fix QWindow::startSystemMove()/Resize() triggered by mouseLiang Qi2021-06-164-8/+60
* iOS: cleanup connection when a screen disconnectsRichard Moe Gustavsen2021-06-161-1/+3
* Port some fallthrough comments to Q_FALLTHROUGHGiuseppe D'Angelo2021-06-131-1/+1
* macOS: Allow programatically minimizing frameless windowsMorten Johan Sørvig2021-06-091-1/+4
* macOS: Keep NSWindow alive after handling windowShouldClose callbackTor Arne Vestbø2021-06-091-0/+9
* windows: gl: Print GetLastError() when makeCurrent failsLaszlo Agocs2021-06-081-1/+6
* Android: fix mimetype/namefilters handling for FileDialogAssam Boudjelthia2021-06-021-8/+9
* wasm: map named key attribute “Meta” to Qt::Key_MetaMorten Sørvig2021-06-021-0/+1
* xcb: Fix touch grab handling on pre-XI 2.2Povilas Kanapickas2021-06-011-4/+6
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-05-314-29/+29
* wasm: fix screen offset logicLorn Potter2021-05-271-2/+2
* macOS: don't show invisible separator itemsVolker Hilsheimer2021-05-272-3/+8
* Add explicit default constructor for QEglFSContextJanne Koskinen2021-05-271-0/+1
* Silence warning C4996 (use of deprecated GetDesktopDpi)Kai Köhne2021-05-272-0/+6
* Qt xcb: remove false detects of Qt::GroupSwitchModifierAleksei Nikiforov2021-05-261-3/+3