summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Fix VNC format conversionAllan Sandfeld Jensen2021-01-134-8/+9
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-1219-1434/+0
* macOS: Don't try to close already-closed/closing file dialogTor Arne Vestbø2021-01-121-1/+7
* Windows QPA: Fix crashes when using screen reader with Q(Plain)TextEditFriedemann Kleint2021-01-121-2/+6
* Revert "Windows QPA: Call QWSI::flushWindowSystemEvents() from WM_PAINT for f...Morten Johan Sørvig2021-01-111-3/+2
* Send Qt::Key_MediaTogglePlayPause for VK_MEDIA_PLAY_PAUSEAllan Sandfeld Jensen2021-01-081-1/+2
* Windows QPA: Fix missing QScreen change updatesFriedemann Kleint2021-01-083-29/+2
* Remove the qmake project filesJoerg Bornemann2021-01-0750-1719/+0
* Windows QPA: Lookup DISPLAYCONFIG data for monitorsAllan Sandfeld Jensen2021-01-071-2/+94
* Clean up code that handle clipboard image conversion on WindowsCamille Viot2021-01-061-126/+14
* Add a platform capability indicating support for QRhi-based renderingLaszlo Agocs2021-01-045-0/+6
* Add a dedicated QWindow surface type for D3DLaszlo Agocs2021-01-042-17/+23
* xcb: document QXcbEventQueue::PeekOption enumGatis Paeglis2021-01-012-8/+23
* eglfs: Enable building the fbdev-based Mali backendLaszlo Agocs2020-12-282-1/+27
* Handle XCB_INPUT_DEVICE_TYPE_MASTER_POINTER properlyPaul Olav Tvete2020-12-252-4/+9
* Adjust the format of code blocks in handleScreenChange functionLu Zhen2020-12-251-1/+1
* Fix out-of-bounds writePaul Olav Tvete2020-12-233-24/+33
* offscreen: always create a valid QPlatformIntegrationMorten Johan Sørvig2020-12-211-2/+3
* Android: KEYCODE_MEDIA_PLAY_PAUSE translated rightPiotr Mikolajczyk2020-12-211-1/+1
* xcb: fix thread synchronization in QXcbEventQueue::waitForNewEvents() againIgor Kushnir2020-12-183-5/+15
* Android: Fix for accessibility potential crashPiotr Mikolajczyk2020-12-181-1/+1
* CMake: Fix 'static' conditionsJoerg Bornemann2020-12-171-1/+2
* Android: Pass pending state to ResumePauseListenerBartlomiej Moskal2020-12-171-1/+6
* xcb: report wheel events from the correct device instanceShawn Rutledge2020-12-156-91/+235
* xcb: Fix available geometry after rotationAlexander Volkov2020-12-132-5/+10
* macOS: Fix crash when showing parent-less platform menusTor Arne Vestbø2020-12-091-2/+2
* macOS: Remove warning about KVO observers on QNSWindow/QNSPanelTor Arne Vestbø2020-12-091-5/+0
* Android: Qml accessibility fixesPiotr Mikolajczyk2020-12-085-13/+87
* wasm/js: fix invalid restartCount referenceAvindra Goolcharan2020-12-081-1/+1
* Fix highdpi conversion of QTabletEvent coordinates on xcbShawn Rutledge2020-12-081-4/+2
* macOS: Always allow interacting with popup windows during modal sessionTor Arne Vestbø2020-12-081-0/+8
* CMake: Re-generate project files in srcJoerg Bornemann2020-11-305-7/+2
* Let QXcbConnection::getTimestamp properly exit when X server quitsSheng Mao2020-11-301-1/+12
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-302-2/+2
* Windows QPA: Pass device for synthesized touch/tablet eventsFriedemann Kleint2020-11-274-12/+41
* Add font function to OffscreenTheme to run unit tests with offscreenAndreas Buhr2020-11-241-0/+14
* wasm: fix resizing of qwidget windowsLorn Potter2020-11-232-1/+36
* wasm: fix mouse double clickLorn Potter2020-11-232-6/+21
* macOS: Propagate device-pixel-ratio of system tray iconTor Arne Vestbø2020-11-201-0/+1
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-1/+1
* Disable copying and assigning of QEventVolker Hilsheimer2020-11-192-15/+21
* xcb: Avoid use-after-free in QXcbConnection::initializeScreens()Alexander Volkov2020-11-181-2/+4
* Correct headers to build with eglfs modulesElvis Lee2020-11-1717-27/+9
* Android: Ensure windows always have a geometry on creationPiotr Mikolajczyk2020-11-171-0/+10
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-151-1/+1
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-152-14/+14
* Windows QPA: Fix a warning about deprecated conversion of keysFriedemann Kleint2020-11-121-1/+1
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-122-8/+2
* Cocoa: Allow CMD+H to hide the application when a tooltip is visibleAndy Shaw2020-11-101-1/+2