summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoawindow.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Revert "macOS: Create NSView as initially hidden, to match QWindow behavior"Shawn Rutledge2017-08-181-9/+8
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-1/+10
|\|
| * macOS: Make alpha-based click-trough work againMorten Johan Sørvig2017-08-091-2/+12
* | macOS: Create NSView as initially hidden, to match QWindow behaviorTor Arne Vestbø2017-08-111-8/+9
* | macOS: Modernize QCocoaBackingStore::flush()Tor Arne Vestbø2017-07-291-2/+0
* | macOS: Send expose event at drawRect and trigger updates via setNeedsDisplayTor Arne Vestbø2017-07-251-85/+28
* | macOS: Improve QCocoaWindow logging a bitTor Arne Vestbø2017-07-181-17/+19
* | Add QPlatformWindow::initialize() for two-step window creationTor Arne Vestbø2017-07-171-15/+25
* | macOS: Improve QDebug output for QNSView and QCocoaWindowTor Arne Vestbø2017-07-131-0/+17
* | macOS: Deliver screen change on window creation instead of on first exposeTor Arne Vestbø2017-07-111-10/+5
* | macOS: Rename NSWindow variable in QCocoaWindow::createNSWindowTor Arne Vestbø2017-07-111-11/+11
* | macOS: Don't special-case QTestLib when reacting to occlusion eventsTor Arne Vestbø2017-07-111-12/+4
* | macOS: Use same naming for QPA event forwarding functionsTor Arne Vestbø2017-07-091-20/+20
* | macOS: Simplify QCocoaWindow::handleGeometryChangeMorten Johan Sørvig2017-07-091-10/+9
* | macOS: Move geometry reporting from QNSView to QCocoaWindowTor Arne Vestbø2017-07-081-4/+53
* | Relieve platform plugins of having to persist geometry on WM callbacksTor Arne Vestbø2017-07-071-5/+2
* | Remove requirement to call QWindow::setMask after creating windowTor Arne Vestbø2017-06-281-1/+4
* | macOS: Allow maximizing utility windowsTor Arne Vestbø2017-06-271-3/+3
* | macOS: Merge QCocoaWindow::setWindowShadow into its only callerTor Arne Vestbø2017-06-261-10/+3
* | macOS: Simplify recreateWindowIfNeeded debug outputTor Arne Vestbø2017-06-241-7/+3
* | macOS: Remove support for child NSWindowsTor Arne Vestbø2017-06-211-280/+32
* | macOS: Move QNSWindow implementation into separate fileTor Arne Vestbø2017-06-211-383/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-291-4/+92
|\|
| * macOS: Don't keep WA_MacAlwaysShowToolWindow windows always on topTor Arne Vestbø2017-05-241-2/+82
| * macOS: Don't create NSWindow for embedded viewsTor Arne Vestbø2017-05-161-2/+10