summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoawindow.mm
Commit message (Expand)AuthorAgeFilesLines
* Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-211-1/+7
|\
| * macOS: Remove special handling for hiding tool windows on application hideTor Arne Vestbø2019-02-201-0/+5
| * macOS: Set up platform window reference before initializing QNSWindow/PanelTor Arne Vestbø2019-02-181-1/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-191-53/+32
|\|
| * macOS: Remove redundant tracking of modal sessions in QCocoaWindowTor Arne Vestbø2019-02-181-6/+3
| * macOS: Modernize worksWhenModal handlingTor Arne Vestbø2019-02-181-17/+13
| * macOS: Simplify QCocoaWindow::setVisibleTor Arne Vestbø2019-02-181-32/+18
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-151-3/+3
|\|
| * macOS: Add explicit auto-release pool for requestActivateWindowTor Arne Vestbø2019-02-121-3/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-121-4/+12
|\|
| * macOS: Don't send redundant geometry change events for top level windowsTor Arne Vestbø2019-02-111-0/+3
| * macOS: Treat default swapInterval (-1) as vsync-enabled display-linkTor Arne Vestbø2019-02-111-4/+9
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-1/+13
|\|
| * macOS: Don't deliver update requests for windows that need displayTor Arne Vestbø2019-02-041-0/+11
| * macOS: Apply alpha channel to surface format even when non-defaultTor Arne Vestbø2019-01-291-1/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-271-20/+22
|\|
| * macOS: Allow raising and lowering child windowsTor Arne Vestbø2018-11-231-20/+22
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-221-1/+3
|\|
| * macOS: Use shared NSWindowDelegate instead of one per windowTor Arne Vestbø2018-11-201-1/+3
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-101-2/+11
|\|
| * macOS: Treat explicitly set Qt::SubWindows as not needing a NSWindowTor Arne Vestbø2018-10-291-2/+5
| * macOS: Add local auto-release pool during updating of window flagsTor Arne Vestbø2018-10-261-0/+6
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-0/+8
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-0/+8
| |\
| | * [macOS] Fix position of sheets when using unifiedTitleAndToolBarOnMacAlexandru Croitor2018-10-081-0/+8
* | | QCocoaWindow - close the underlying NSWindow before releasing itTimur Pocheptsov2018-10-051-0/+1
|/ /
* | macOS: Use NSOpenGLContext's drawable directly to track active drawableTor Arne Vestbø2018-09-091-19/+0
* | macOS: Update all deprecated enums to their 10.12+ equivalentsTor Arne Vestbø2018-08-311-28/+30
* | Revert "macOS: Don't call [NSOpenGLContext update] for every frame"Liang Qi2018-08-151-0/+22
* | macOS: Don't call [NSOpenGLContext update] for every frameTor Arne Vestbø2018-08-071-22/+0
* | macOS: Make screen property changes more verbose and granularTor Arne Vestbø2018-08-031-2/+12
* | macOS: Invalidate window shadow after flushing backingstore to CALayerTor Arne Vestbø2018-07-191-6/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-171-13/+20
|\|
| * macOS: Ensure all windows are created on a valid screenTor Arne Vestbø2018-07-051-13/+18
* | macOS: Add logging when applying new window stateTor Arne Vestbø2018-07-131-0/+2
* | macOS: Group window state handling in QCocoaWindowTor Arne Vestbø2018-07-131-220/+224
* | macOS: Correctly restart display-link when window is moved between screensTor Arne Vestbø2018-07-121-1/+3
* | macOS: Deliver update request via CVDisplayLink if swapInterval > 0Tor Arne Vestbø2018-07-071-3/+15
* | macOS: Move wantsBestResolutionOpenGLSurface logic to QNSView initializerTor Arne Vestbø2018-07-071-13/+1
* | macOS: Remove explicit call to setWindowIcon in QCocoaWindow ctorTor Arne Vestbø2018-07-071-3/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-1/+6
|\|
| * Cocoa: handle WindowMaximizeButtonHint as wellMorten Johan Sørvig2018-06-211-0/+2
| * Cocoa: Tool windows should always be resizableMorten Johan Sørvig2018-06-211-1/+4
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-1/+1
|\|
| * macOS: Allow moving out of fullscreen state using titlebar buttonTor Arne Vestbø2018-05-301-1/+1
* | macOS: Deliver screen changes synchronouslyTor Arne Vestbø2018-06-051-2/+2
* | macOS: minor refactoring in handler of global monitorMikhail Svetkin2018-05-151-5/+6
* | macOS: Experimental Vulkan support via MoltenVKMorten Johan Sørvig2018-05-081-4/+10
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-031-3/+3
|\|