summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoawindow.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | macOS: Remove workaround when adding view as subviewTor Arne Vestbø2017-05-221-3/+0
* | macOS: Remove workaround when setting view as content viewTor Arne Vestbø2017-05-221-4/+0
* | macOS: Guard on platform window instead of window delegate in QNSWindowHelperTor Arne Vestbø2017-05-121-2/+2
* | macOS: Reduce usage of m_nsWindow to manipulate the view's NSWindowTor Arne Vestbø2017-05-091-111/+138
* | macOS: Reduce usage of m_nsWindow in favor of isContentView()Tor Arne Vestbø2017-05-081-31/+33
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-0/+2
|\|
| * macOS: Add autorelease-pool when recreating NSWindowTor Arne Vestbø2017-05-021-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-2/+4
|\|
| * macOS: Initialize window geometry early on, instead of when creating NSWindowTor Arne Vestbø2017-04-191-2/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-041-16/+13
|\|
| * macOS: Remove workaround for default-sized NSViewsTor Arne Vestbø2017-03-281-7/+0
| * Avoid expensive QHash::values() callsAnton Kudryavtsev2017-03-281-2/+4