summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoawindow.mm
Commit message (Expand)AuthorAgeFilesLines
* macOS: Add logging when delivering update requestsTor Arne Vestbø2018-04-171-0/+6
* QNSView: Remove isMenuView propertyGabriel de Dietrich2018-04-051-2/+2
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-281-1/+1
|\
| * Cocoa: Restore resizable window mask setting to 5.9 behaviorMorten Johan Sørvig2018-03-211-1/+1
* | Cocoa: Deliver window activation events synchronouslyMorten Johan Sørvig2018-03-261-2/+2
* | Cocoa: Remove m_viewIsEmbedded and m_ViewIsToBeEmbeddedMorten Johan Sørvig2018-03-211-20/+26
* | macOS: Make [QNSView wantsLayer] declarativeTor Arne Vestbø2018-03-211-3/+0
* | macOS: Remove 'cocoa' infix in QPA logging categoriesTor Arne Vestbø2018-03-141-25/+25
* | macOS: Base window collection behavior on the correct window flagsTor Arne Vestbø2018-03-051-7/+11
* | macOS: Don't keep window flags around, we can get them from the QWindowTor Arne Vestbø2018-03-051-40/+39
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-281-0/+5
|\|
| * macOS: Warn the user when KVO-observing QCocoaNSWindowTor Arne Vestbø2018-02-281-0/+5
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-211-4/+2
|\|
| * Merge "Merge remote-tracking branch 'origin/5.10.1' into 5.11" into refs/stag...Tony Sarajärvi2018-02-201-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-191-1/+1
| | |\
| | | * QCocoaWindow: be more careful when flushing eventsRichard Moe Gustavsen2018-02-071-1/+1
| * | | macOS: Don't assume m_view is QNSView when calling requestUpdateTor Arne Vestbø2018-02-191-1/+1
| * | | macOS: Remove unused variableTor Arne Vestbø2018-02-191-2/+0
| |/ /
* | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-161-20/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-20/+4
| |\|
| | * macOS: Handle update requests via setNeedsDisplay more carefullyTor Arne Vestbø2018-02-011-18/+1
| | * Cocoa: Make dialogs non-resizable againMorten Johan Sørvig2018-01-251-2/+3
* | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-131-3/+3
|\| |
| * | macOS: Add more granular logging categories for window eventsTor Arne Vestbø2018-02-131-3/+3
* | | macOS: Don't log missing forwarding target during notification forwardingTor Arne Vestbø2018-02-091-11/+6
|/ /
* | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-0/+1
|\|
| * macOS: Make retina OpenGL work on VMwareMorten Johan Sørvig2017-12-151-0/+1
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-1/+31
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-0/+15
| |\
| | * Cocoa: optimize backingstore flush on 10-bit displaysMorten Johan Sørvig2017-11-061-0/+15
| * | macOS: Add categorized logging of event and notification forwardingTor Arne Vestbø2017-11-021-1/+16
* | | macOS: Remove unused method QCocoaWindow::nativeWindowGeometryTor Arne Vestbø2017-11-131-13/+0
* | | macOS: Simplify helpers for flipping between quadrant I and IVTor Arne Vestbø2017-11-081-5/+5
|/ /
* | 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-171-16/+17
* | | macOS: Mark the widget's container as embedded when placed into NSMenuItemv5.10.0-beta2Tor Arne Vestbø2017-10-161-1/+1
|/ /
* | macOS: Split QCocoaScreen out from qcocoaintegration.mmTor Arne Vestbø2017-10-051-0/+1
* | macOS: Tighten up window icon and represented filename handlingTor Arne Vestbø2017-10-031-15/+22
* | 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-261-42/+75
* | macOS: Don't send expose event as update request when becoming visibleTor Arne Vestbø2017-09-261-6/+16
* | macOS: Respect responder chain when setting cursorTor Arne Vestbø2017-09-011-40/+6
* | macOS: Modernize masking of windowsTor Arne Vestbø2017-09-011-2/+31
* | macOS: Implement QWindow::requestUpdate() in terms of setNeedsDisplayTor Arne Vestbø2017-09-011-0/+15
* | macOS: Determine opaqueness and backgroundColor of NSWindow declarativelyTor Arne Vestbø2017-08-301-9/+0
* | macOS: Add workaround for Qt not accepting resize-events before showTor Arne Vestbø2017-08-251-0/+6
* | macOS: Deduplicate QNSWindow/QNSPanel codeTor Arne Vestbø2017-08-241-2/+25
* | macOS: Simplify and correct style mask determinationMorten Johan Sørvig2017-08-221-43/+22