summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Include custom margins in atypical marginsTimothée Keller2024-03-091-5/+6
* wasm: send DPR change event on window updateMorten Sørvig2024-03-081-1/+6
* XCB: Unset the connection's mousePressWindow if it's this windowAndy Shaw2024-03-081-0/+2
* Revert "QAndroidPlatformInputContext: send composition text and cursor jointly"Axel Spoerl2024-03-071-7/+15
* drm: Fix having more than window over the screen's lifetimeLaszlo Agocs2024-03-062-1/+9
* drm: atomic: Avoid device busy when flipping after creating a new windowLaszlo Agocs2024-03-061-2/+6
* Android: Remove uses of QWindowPrivate::compositingTor Arne Vestbø2024-03-052-9/+4
* windows: Remove workaround for delayed OpenGL initializationTor Arne Vestbø2024-03-033-24/+0
* SQL/ODBC: Don't assert when no error record is availableChristian Ehrlicher2024-02-291-0/+2
* Windows: clean up System Tray Icon message iconVolker Hilsheimer2024-02-292-1/+10
* Schannel: check that plainsocket is open before useMårten Nordheim2024-02-281-3/+8
* Windows QPA: Fix unity buildFriedemann Kleint2024-02-201-0/+2
* Fix qWarnings Could not connect "org.freedesktop.NetworkManager" [...]David Faure2024-02-204-37/+51
* Move QNetworkManagerNetworkInformationBackend to its own header fileDavid Faure2024-02-203-31/+60
* QXcbWindow::handleLeaveNotifyEvent(): Consume when leaving geometryAxel Spoerl2024-02-171-5/+14
* QGtk3Theme: Fix QGtk3Interface::fileIconThorbjørn Lindeijer2024-02-161-6/+6
* iOS: Propagate focus changes to VoiceOverTor Arne Vestbø2024-02-165-5/+31
* QtIcoHandler::canRead(): avoid checking more than onceShawn Rutledge2024-02-102-1/+4
* SQL/OCI: fix QOCIDriver::formatValue()Christian Ehrlicher2024-02-091-1/+1
* WASM builds now handle bitmap and pixmap cursorsKevin Keating2024-02-091-5/+22
* iOS: Guard traitCollectionDidChange against lack of QGuiApplicationTor Arne Vestbø2024-02-061-0/+3
* iOS: Guard against displayLayer after platform window is goneTor Arne Vestbø2024-02-061-0/+3
* iOS: Remove QUIView from superview on QIOSWindow destructionTor Arne Vestbø2024-02-061-4/+5
* CMake: Simplify default CMAKE_BUILD_TYPE logicAlexandru Croitor2024-02-051-2/+2
* macOS: Don't condition deferred exec on specific NSAlert to be the modal windowTor Arne Vestbø2024-02-011-1/+1
* QCocoaA(11)y: do not try to access an element if rowIndex == -1Timur Pocheptsov2024-01-251-1/+1
* Revert "macOS: Don't crash when starting a drag with empty mime data"Volker Hilsheimer2024-01-251-2/+0
* CMake: Fix sqldrivers project to allow building as Debug MSVC configAlexandru Croitor2024-01-241-0/+8
* Bump version to 6.6.3Jani Heikkinen2024-01-231-1/+1
* SQL/MySQL: Fix compilation with MySQL 8.3Christian Ehrlicher2024-01-231-17/+11
* iOS: Avoid category method name clash for UIResponderPaul Heimann2024-01-206-12/+12
* ibus: avoid a crash when context is not readyAleix Pol Gonzalez2024-01-191-1/+2
* wasm: move keyboard input handling for touchscreensLorn Potter2024-01-193-25/+16
* IBus: Support a property ClientCommitPreeditInho Lee2024-01-1610-45/+180
* Windows QPA: don't take dpi rounding policy into account when fullscreenTimothée Keller2024-01-161-10/+10
* wasm: provide isValid implementation for QWasmOffscreenSurfaceLorn Potter2024-01-162-0/+6
* macOS: Show extensions in file dialog when filtering on multi-part extensionTor Arne Vestbø2024-01-151-14/+22
* Fix opening temporary content: URIs from application content providersVolker Krause2024-01-131-1/+1
* QWindowsSystemTrayIcon: use high-dpi icons for notificationsChristian Ehrlicher2024-01-121-14/+3
* Cocoa plugin: make sure popups' collection behavior knows about spacesTimur Pocheptsov2024-01-091-2/+3
* wasm: Handle stylus events by generating QTabletEventsShawn Rutledge2024-01-067-1/+48
* wasm: prevent native mobile keyboard from popping up alwaysLorn Potter2024-01-051-2/+4
* wasm: fix Pen inputLorn Potter2023-12-283-1/+4
* Fix Maximized frameless window painting wrong with WS_THICKFRAMEYansheng Zhu2023-12-211-12/+23
* QFileDialog/win: pass only filename to IFileDialog::SetFileName()Christian Ehrlicher2023-12-201-1/+1
* Windows QPA: don't override user-removed marginsTimothée Keller2023-12-181-5/+14
* QFileDialog/win: pass only filename to IFileDialog::SetFileName()Christian Ehrlicher2023-12-171-1/+1
* Fix hang issue during drag and drop in windowsSanthosh Kumar2023-12-171-1/+2
* macOS a11y: rebuild table model if out-of-bounds cell is requestedVolker Hilsheimer2023-12-161-7/+34
* macOS: Use CALayer backingstore when widgets request non-raster surfaceTor Arne Vestbø2023-12-151-0/+11