summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* QNetworkInfo(Win): cleanupsMårten Nordheim2021-09-201-4/+3
* Compile autotests for IntegrityTatiana Borisova2021-09-201-3/+4
* macOS: Remove remnant of popup closing logic from Cocoa pluginVolker Hilsheimer2021-09-182-30/+0
* xcb: convert last screen to fake when no screenLiang Qi2021-09-183-17/+57
* Remove conditioning on Android embeddedEdward Welbourne2021-09-174-6/+6
* android: Implement nativeResourceForContextLaszlo Agocs2021-09-172-0/+14
* Fix loading of OpenSSL on macOS versions that ship its own OpenSSLTor Arne Vestbø2021-09-171-0/+5
* Revert "Qt xcb: remove false detects of Qt::GroupSwitchModifier"Liang Qi2021-09-171-3/+3
* macOS: Use new QPlatformTheme::appearance() functionMitch Curtis2021-09-171-20/+21
* Add QPlatformTheme::Appearance for detecting light/dark modesMitch Curtis2021-09-174-0/+14
* macOS: convert mask region to native geometryMorten Johan Sørvig2021-09-152-2/+3
* macOS: don't block CMD+H while a popup is openVolker Hilsheimer2021-09-151-7/+2
* macOS: remove the popup stack from QCocoaIntegrationVolker Hilsheimer2021-09-155-77/+2
* macOS: remove mouse and key grabbing logic from Cocoa pluginVolker Hilsheimer2021-09-152-15/+0
* macOS: Remove duplicate code closing popups on window interactionVolker Hilsheimer2021-09-154-36/+0
* macOS: Use QGuiApplication popup APIs in Cocoa pluginVolker Hilsheimer2021-09-151-4/+3
* macOS: Compute NSWindow background color without checking styleMaskTor Arne Vestbø2021-09-152-6/+14
* QAndroidSystemLocale: add missing day and month format handlingIvan Solovev2021-09-151-0/+12
* macOS: Move handleMouseEvent: to MouseAPI categoryTor Arne Vestbø2021-09-141-53/+53
* macOS: Don't close popups in Cocoa plugin for most mouse eventsVolker Hilsheimer2021-09-133-10/+13
* macOS: don't replay mouse presses that closed a popupVolker Hilsheimer2021-09-131-0/+2
* Use qmath.h's conversions between degrees and radiansEdward Welbourne2021-09-101-3/+4
* Adapt the implementation of QDesktopService on iOS to AndroidLars Schmertmann2021-09-101-6/+4
* Android: Enable QDesktopServiceLars Schmertmann2021-09-102-2/+49
* macOS: process all activation events synchronouslyMorten Johan Sørvig2021-09-101-1/+2
* macOS: Move pointingDeviceFor helper to top of fileVolker Hilsheimer2021-09-081-30/+30
* OpenSSL: Let people opt-in to use TLS 1.3 PSK callbackMårten Nordheim2021-09-081-2/+9
* High-dpi configuration change testingMorten Johan Sørvig2021-09-083-1/+42
* Offscreen: add configuration update APIMorten Johan Sørvig2021-09-085-42/+203
* Cocoa: Make sure we can display multiple sheets for the same NSWindowDoris Verria2021-09-071-1/+5
* xcb: update connection time when possibleLiang Qi2021-09-062-3/+19
* macOS: Report preedit cursor position and cursor visibility correctlyTor Arne Vestbø2021-09-061-2/+9
* QSslCertificate(OpenSSL plugin): fix memory leaks in extension 'parser'Timur Pocheptsov2021-09-043-12/+63
* macOS: Don't rely on invalidateCursorRectsForView when mouse is over viewTor Arne Vestbø2021-09-031-0/+14
* cocoa: use TouchPad deviceType for trackpadShawn Rutledge2021-09-031-0/+1
* xcb: support xrandr(1.5) monitor setupLiang Qi2021-09-017-119/+429
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-013-19/+15
* TLS plugins: Prefix with 'q'Mårten Nordheim2021-08-308-8/+8
* macOS: Hide mouse cursor when initiating IM enabled text inputTor Arne Vestbø2021-08-271-0/+13
* macOS: Correctly implement attributedSubstringForProposedRangeTor Arne Vestbø2021-08-271-6/+36
* macOS: Assume input method handles key eventTor Arne Vestbø2021-08-272-12/+15
* macOS: Handle replacement range during marking of textTor Arne Vestbø2021-08-271-0/+16
* macOS: Handle IM insertNewline by sending synthetic Qt::Key_ReturnTor Arne Vestbø2021-08-273-8/+32
* macOS: Factor out key event handling into helper structTor Arne Vestbø2021-08-272-72/+140
* macOS: Return early from key handler if shortcut was handledTor Arne Vestbø2021-08-271-7/+3
* wasm: add Emscripten module accessor to qtloader.jsMorten Johan Sørvig2021-08-271-0/+10
* macOS: Check NSEvent.characters to determine dead key stateTor Arne Vestbø2021-08-271-2/+3
* macOS: Use current NSEvent to determine if IM text matches key eventTor Arne Vestbø2021-08-273-13/+17
* macOS: Modernize and clean up key event handlingTor Arne Vestbø2021-08-261-54/+56
* macOS: Move replacement range calculations into helper methodsTor Arne Vestbø2021-08-261-35/+70