summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-065-14/+14
* Move linuxaccessibility to QtGuiFriedemann Kleint2020-07-064-18/+5
* Move xkbcommon to QtGuiFriedemann Kleint2020-07-044-5/+2
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-033-5/+5
* CMake: Re-run pro2cmake on gui, platformheadersTor Arne Vestbø2020-07-032-43/+7
* macOS: Fix mapping of Qt to Carbon modifiers with AA_MacDontSwapCtrlAndMetaTor Arne Vestbø2020-07-031-5/+5
* Only use one macro per lineLars Schmertmann2020-07-031-1/+3
* Windows QPA: Refactor touch device creationFriedemann Kleint2020-07-035-60/+43
* Fix no-OpenGL build after introducing QOpenGLContext platform interfaceTor Arne Vestbø2020-07-034-3/+12
* macOS: Simplify QCocoaKeyMapper::(to/from)CocoaKeyTor Arne Vestbø2020-07-021-67/+19
* macOS: Move key mapping from QtCore to platform pluginTor Arne Vestbø2020-07-025-8/+148
* macOS: Move Cocoa modifier mapping logic to QCocoaKeyMapperTor Arne Vestbø2020-07-029-37/+32
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-0230-263/+232
* In-class initialize QWindowsGLContext membersTor Arne Vestbø2020-07-012-16/+9
* Remove explicit tracking of QOpenGLContext in QWindowsGLContextTor Arne Vestbø2020-07-012-3/+1
* Let QScreen::grabWindow's winId parameter default to 0 and add testVolker Hilsheimer2020-07-012-43/+77
* Move the EDID parser into QtGuiFriedemann Kleint2020-07-0112-13/+6
* xcb: increase XCOORD_MAX to 32767Liang Qi2020-06-301-1/+1
* glx: Pull out screen numnber from GLXFBConfig instead of QXcbScreenTor Arne Vestbø2020-06-301-1/+7
* glx: Remove assumption about supporting multiple displaysTor Arne Vestbø2020-06-301-17/+12
* Pass correct modifier to QCocoaKeyMapper::toKeyCode()Tor Arne Vestbø2020-06-301-1/+1
* Simplify QCocoaKeyMapper by always returning a valid keymapTor Arne Vestbø2020-06-302-17/+16
* macOS: Modernize QCocoaKeyMapperTor Arne Vestbø2020-06-302-316/+284
* Fix UITouch event handling on tvOSMike Krus2020-06-291-9/+23
* wasm: fix handling on int dead keys on macLorn Potter2020-06-291-12/+15
* wasm: search emscripten key firstLorn Potter2020-06-291-8/+9
* macOS: Clean up modal sessions after each pass of processEvents()Richard Moe Gustavsen2020-06-271-0/+5
* macOS: Close popups on mouse down using synchronous QPA deliveryTor Arne Vestbø2020-06-261-2/+1
* macOS: Check that platform window is valid after delivering close eventTor Arne Vestbø2020-06-261-0/+2
* CMake: Fix qmake mixing with static build and system_xcb_inputJoerg Bornemann2020-06-251-2/+3
* Fix compile warnings when passing short ints into printf formattingVolker Hilsheimer2020-06-251-2/+2
* Enable access to the VAO resolvers through QOpenGLContextPrivateGiuseppe D'Angelo2020-06-221-2/+1
* Move UNIX themes into QtGuiFriedemann Kleint2020-06-227-7/+1
* xcb: Remove need for QXCBScreen to resolve QXcbGlIntegrationTor Arne Vestbø2020-06-211-2/+1
* xcb: remove multi-connection code pathGatis Paeglis2020-06-215-64/+51
* Android: Fix android accessibility not being set activeVikke Matikainen2020-06-213-1/+17
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-192-2/+2
* xcb: fix seatId to be master-keyboard-id << 16 | master-pointer-idShawn Rutledge2020-06-181-1/+1
* Add QPointingDevice argument to every QWSI input event handler functionShawn Rutledge2020-06-181-12/+18
* Move UNIX services into QtGuiFriedemann Kleint2020-06-1824-25/+11
* Android: Only emit the signals once when doing multiple file selectionAndy Shaw2020-06-181-2/+2
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-1627-310/+480
* Fix build with -no-opengl on WindowsPaul Olav Tvete2020-06-161-0/+2
* Windows font databases: Enable DirectWrite for cmakeFriedemann Kleint2020-06-157-20/+6
* Port platform plugins to QStringViewLars Knoll2020-06-1510-11/+17
* Move Unix font databases into QtGuiFriedemann Kleint2020-06-1540-65/+25
* a11y: Implement accessibilityHelp on macOSJan Arve Sæther2020-06-151-0/+10
* Fix Windows Font database code to use configure featuresFriedemann Kleint2020-06-121-2/+3
* Move windows font databases into QtGuiFriedemann Kleint2020-06-1117-28/+29
* Android: fix behovior of right click to not interfere with other clicksAssam Boudjelthia2020-06-111-10/+10