summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* macOS: Retain NSWindow during event deliveryTor Arne Vestbø2017-11-021-0/+5
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-304-21/+22
|\
| * Cocoa QPA: Code clean up, make some bits more readableGabriel de Dietrich2017-10-244-21/+22
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-232-37/+5
|\|
| * QCocoaSystemTrayIcon: Remove unused classesGabriel de Dietrich2017-10-201-31/+0
| * Cocoa QPA: Remove usage of OBJECTIVE_SOURCESGabriel de Dietrich2017-10-191-6/+5
* | Fix implementation of spell check underline stylesDmitry Shachnev2017-10-211-0/+3
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-171-0/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-0/+2
| |\|
| | * QCocoaWindow: Toggle titlebar transparency to support unified toolbarGabriel de Dietrich2017-10-111-0/+2
* | | macOS: Defer update request on drawRect: when a real expose event is neededTor Arne Vestbø2017-10-173-22/+24
* | | macOS: Mark the widget's container as embedded when placed into NSMenuItemv5.10.0-beta2Tor Arne Vestbø2017-10-161-1/+1
* | | macOS: Add support for non-window backed offscreen surfacesTor Arne Vestbø2017-10-163-2/+27
|/ /
* | macOS: Split QCocoaScreen out from qcocoaintegration.mmTor Arne Vestbø2017-10-056-276/+391
* | QMacStyle: smooth QMenu corners for realOleg Yadrov2017-10-051-1/+0
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-051-0/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-0/+4
| |\|
| | * macOS: Bail out early when handling shortcut event results in closing windowAnders Hafreager2017-09-281-0/+4
* | | macOS: Prevent backingstore image detach during color space assignmentv5.10.0-beta1Tor Arne Vestbø2017-10-042-27/+11
|/ /
* | 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-294-4/+4
* | 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
* | 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-202-10/+10
|\|
| * 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-063-1/+40
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-063-1/+40
| |\|
| | * 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
* | | QCocoaKeyMapper: Remove unused member variablesGabriel de Dietrich2017-09-062-13/+0
|/ /
* | macOS: Don’t color convert the backing storeMorten Johan Sørvig2017-09-051-1/+9
* | macOS: Fix support for issuing requestUpdate during expose eventTor Arne Vestbø2017-09-051-0/+12
* | Merge dev into 5.10Frederik Gladhorn2017-09-028-7/+28
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-318-7/+28
| |\|
| | * Cocoa integration: do not use released sessionTimur Pocheptsov2017-08-291-1/+11
| | * QCocoaMenu: Stop update timerGabriel de Dietrich2017-08-281-0/+1
| | * Cocoa: Fix compile when using QT_NO_TABLETEVENTAndy Shaw2017-08-252-0/+6
| | * Initialize the print engine with the given printer nameAndy Shaw2017-08-254-6/+10
* | | 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
* | | macOS: Move NSOpenGLPixelFormat creation back into QCocoaGLContextTor Arne Vestbø2017-08-252-5/+60
* | | macOS: Add workaround for Qt not accepting resize-events before showTor Arne Vestbø2017-08-251-0/+6
|/ /