summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* macOS: Don't require marked text before passing mouse down to input contextTor Arne Vestbø2021-10-161-6/+9
* macOS: Pass on mouse press if input context didn't handle itTor Arne Vestbø2021-10-161-11/+15
* Add implementation of QCocoaInputContext::commit()Tor Arne Vestbø2021-10-162-0/+28
* macOS: Only send mouse press to input context if clicking input itemTor Arne Vestbø2021-10-161-2/+13
* xcb: Use byte buffer for event masksPovilas Kanapickas2021-10-161-23/+30
* xcb: Fix typos in source code commentsJonas Kvinge2021-10-146-6/+6
* qwindowsdialoghelpers: Fix typo in documentationJonas Kvinge2021-10-141-1/+1
* qxcbscreen: Fix typo in documentationJonas Kvinge2021-10-141-1/+1
* macOS: Correctly record normalGeometry in Cocoa pluginVolker Hilsheimer2021-10-143-0/+55
* Android: Fix handling of cursor position when stop composingAndreas Buhr2021-10-141-7/+15
* CMake: remove support for building Qt with the old Intel compilerThiago Macieira2021-10-131-1/+1
* Revert "[Android] Remove signal and slot mechanism to listen states in editor's"Andreas Buhr2021-10-132-37/+8
* XCB: Silence clipboard warning "SelectionRequest too old"Friedemann Kleint2021-10-131-9/+10
* Windows QPA: Fix mouse event position for QWindows with Qt::WindowTransparent...Friedemann Kleint2021-10-132-3/+13
* openglblacklists: Fix typo in descriptionJonas Kvinge2021-10-121-1/+1
* qwindowsdrag: Fix typo in documentationJonas Kvinge2021-10-121-1/+1
* windows: Fix typos in source code commentsJonas Kvinge2021-10-125-6/+6
* wasm: Fix source code comment typosJonas Kvinge2021-10-124-6/+6
* QWindowsWindow: Fix typo in documentationJonas Kvinge2021-10-121-1/+1
* cocoa: Fix typo in debug messagesJonas Kvinge2021-10-122-2/+2
* qcocoa: Fix typos in source code commentsJonas Kvinge2021-10-1211-15/+15
* qcocoa: Fix typos in documentationJonas Kvinge2021-10-122-2/+2
* QCocoaWindow: Make window key if the app's modal window is hiddenDoris Verria2021-10-071-1/+3
* Fix programatic geometry change to different DPIMorten Johan Sørvig2021-10-072-8/+27
* Handle WM_GETDPISCALEDSIZEMorten Johan Sørvig2021-10-075-1/+31
* Move VM_DPICHANGE handling to QWindowsWindowMorten Johan Sørvig2021-10-073-29/+30
* Add support for EGL_EXT_platform_xcbIlya Fedin2021-10-061-1/+6
* macOS: Ensure cancelOperation is sent as regular key eventWang Chuan2021-10-051-1/+3
* xcb: Flush scrolled region of backingstore to client when requesting imageTor Arne Vestbø2021-10-051-1/+6
* Include <QHash> explicitlyTimur Pocheptsov2021-10-011-0/+2
* macOS: fix window deactivation when a popup is openVolker Hilsheimer2021-09-301-1/+6
* windows qpa: Handle invisible child windows gracefully on dpi changesOliver Wolff2021-09-301-0/+2
* qwindowswindow: fix return nullptrGong Weia2021-09-281-1/+1
* macOS: send enter/leave when a window opens/closesVolker Hilsheimer2021-09-242-0/+36
* macOS: Don't pretend like our backing store is a QRasterBackingStoreTor Arne Vestbø2021-09-242-2/+2
* Register Wacom tablet devices on cocoaShawn Rutledge2021-09-231-90/+98
* Doc: Update Microsoft's Documentation LinksLuca Di Sera2021-09-231-1/+1
* macOS: Handle window titlebar buttons independently from style maskTor Arne Vestbø2021-09-233-36/+71
* Cocoa: Don't call makeKeyAndOrderFront for native app-modal dialogsDoris Verria2021-09-232-9/+8
* macOS: Change NSTrackingArea to use NSTrackingActiveAlwaysRichard Moe Gustavsen2021-09-234-38/+94
* macOS: Fix logic for determining NSWindowStyleMaskTitled/BorderlessTor Arne Vestbø2021-09-221-11/+32
* macOS: Don't re-send key event through input method on focus object changeTor Arne Vestbø2021-09-211-9/+0
* Make QWindow respect minimumSize again on WindowsMorten Johan Sørvig2021-09-211-0/+2
* 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-172-4/+4
* android: Implement nativeResourceForContextLaszlo Agocs2021-09-172-0/+14
* Revert "Qt xcb: remove false detects of Qt::GroupSwitchModifier"Liang Qi2021-09-171-3/+3
* 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