summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| * | | macOS: Prevent backingstore image detach during color space assignmentv5.10.0-beta1Tor Arne Vestbø2017-10-042-27/+11
| |/ /
| * | QMacStyle: Remove HITheme calls for QSizeGripGabriel de Dietrich2017-10-031-45/+32
| * | QMacStyle: De-HITheme QGroupBoxGabriel de Dietrich2017-10-032-12/+18
| * | QMacStyle: Refactor QMacStylePrivate::cocoaControl()Gabriel de Dietrich2017-10-032-55/+55
| * | macOS: Tighten up window icon and represented filename handlingTor Arne Vestbø2017-10-033-19/+32
| * | Clean up OS version checks for Apple platformsJake Petroules2017-09-297-8/+7
| * | macOS: Apply window file path when creating new NSWindowTor Arne Vestbø2017-09-281-0/+1
| * | macOS: Deliver NSWindow notifications to all windows, not just top levelTor Arne Vestbø2017-09-262-45/+79
| * | macOS: Don't send expose event as update request when becoming visibleTor Arne Vestbø2017-09-261-6/+16
* | | Add virtual keyboard geometry support to Windows portAndre de la Rocha2017-10-162-0/+26
* | | qpa: enhance mouse event with type and button dataGatis Paeglis2017-10-104-21/+39
* | | OCI: Use TIMESTAMP for datetime dataAndy Shaw2017-10-101-85/+122
* | | xcb: tidy up QXcbWindow::handleClientMessageEventGatis Paeglis2017-10-101-8/+12
* | | xcb: Unify visual to QImage::Format logicAllan Sandfeld Jensen2017-10-076-146/+114
* | | Windows QPA: Directly link against touch functionsFriedemann Kleint2017-10-054-70/+21
* | | Handle endian mismatch between X11 client and serverAllan Sandfeld Jensen2017-10-024-25/+57
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-2635-693/+839
|\| |
| * | Remove obsolete version checksJake Petroules2017-09-253-35/+10
| * | macOS touch and gestures: pay attention to deviceIDShawn Rutledge2017-09-213-24/+35
| * | make the QTouchDevice available in each QNativeGestureEventShawn Rutledge2017-09-211-11/+11
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-2010-46/+95
| |\|
| | * windows: Blacklist Intel 8.15.10.1749Laszlo Agocs2017-09-191-1/+16
| | * Hide ibus IM on password fieldsAllan Sandfeld Jensen2017-09-182-0/+12
| | * Cocoa: Update the known menu items when the QCocoaMenuBar is deletedAndy Shaw2017-09-081-8/+2
| | * Cocoa: Check if charactersIgnoringModifiers is not empty tooAndy Shaw2017-09-081-2/+8
| * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-09-068-7/+63
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-068-7/+63
| | |\|
| | | * Windows QPA: Do not call EnableNonClientDpiScaling() on Desktop GL WindowsFriedemann Kleint2017-09-051-3/+14
| | | * macOS: Don’t color convert the backing storeMorten Johan Sørvig2017-09-051-1/+8
| | | * macOS: Reset composition when focus object changes inside windowEskil Abrahamsen Blomfeldt2017-09-043-1/+40
| * | | QMacStyle: Remove theme test in palette polishGabriel de Dietrich2017-09-061-8/+1
| * | | QMacStyle: No more background pattern pixmapGabriel de Dietrich2017-09-062-64/+0
| * | | QMacStyle: Update HIG link, reference version of IBGabriel de Dietrich2017-09-061-3/+3
| * | | QMacStyle: Render only the selected scrollbar subcontrolsGabriel de Dietrich2017-09-061-40/+49
| * | | QMacStyle: De-HITheme QSliderGabriel de Dietrich2017-09-061-228/+205
| * | | QCocoaKeyMapper: Remove unused member variablesGabriel de Dietrich2017-09-062-13/+0
| * | | QMacStyle: No more SInt32Gabriel de Dietrich2017-09-061-7/+7
| |/ /
| * | vnc: remove unused qlibinputhandler_p.h includeGatis Paeglis2017-09-051-3/+0
| * | macOS: Don’t color convert the backing storeMorten Johan Sørvig2017-09-051-1/+9
| * | Windows: Make dropped files be opened or attachedAndre de la Rocha2017-09-054-2/+165
| * | macOS: Fix support for issuing requestUpdate during expose eventTor Arne Vestbø2017-09-051-0/+12
| * | iOS: Fix implicit conversion warning in QIOSEventDispatcherTor Arne Vestbø2017-09-041-1/+1
| * | eglfs_x11: remove unused event handlersGatis Paeglis2017-09-041-71/+0
| * | Merge dev into 5.10Frederik Gladhorn2017-09-0228-171/+96
| |\ \
| * | | macOS: Respect responder chain when setting cursorTor Arne Vestbø2017-09-014-45/+19
| * | | macOS: Modernize masking of windowsTor Arne Vestbø2017-09-016-73/+51
| * | | macOS: Forward [QNSViewMouseMoveHelper cursorUpdate:] to viewTor Arne Vestbø2017-09-011-1/+1
| * | | macOS: Implement QWindow::requestUpdate() in terms of setNeedsDisplayTor Arne Vestbø2017-09-012-0/+16
| * | | macOS: Determine opaqueness and backgroundColor of NSWindow declarativelyTor Arne Vestbø2017-08-303-9/+24
| * | | macOS: Use [NSObject superclass] instead of class_getSuperclassTor Arne Vestbø2017-08-301-2/+2