summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoawindow.h
Commit message (Expand)AuthorAgeFilesLines
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-1/+1
* macOS: Remove support for surface-backed viewsTor Arne Vestbø2020-08-181-2/+0
* Move private platform interfaces to private QPA headersTor Arne Vestbø2020-07-201-0/+1
* macOS: Get rid of QCocoaWindowFunctionsTor Arne Vestbø2020-07-071-2/+1
* Simplify QMainWindow::setUnifiedTitleAndToolBarOnMacTor Arne Vestbø2020-07-061-2/+3
* macOS: Clean up headersTor Arne Vestbø2020-06-051-3/+10
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-1/+0
|\
| * macOS: Remove a bunch of dead (forward) declarationsTor Arne Vestbø2020-04-151-1/+0
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-0/+2
|\|
| * Add QWindow::startSystemMove and startSystemResizeJohan Klokkhammer Helsing2020-01-281-0/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-241-1/+0
|\|
| * macOS: Handle backing property changes in a single placeTor Arne Vestbø2019-09-231-1/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-061-0/+1
|\|
| * macOS: Invalidate backingstore and trigger expose on color space changesTor Arne Vestbø2019-08-221-0/+1
* | Close popups on windowWillMiniaturize notificationTimur Pocheptsov2019-08-291-0/+1
|/
* macOS: Remove redundant tracking of modal sessions in QCocoaWindowTor Arne Vestbø2019-02-181-1/+0
* macOS: Treat default swapInterval (-1) as vsync-enabled display-linkTor Arne Vestbø2019-02-111-0/+1
* macOS: Use NSOpenGLContext's drawable directly to track active drawableTor Arne Vestbø2018-09-091-8/+0
* Revert "macOS: Don't call [NSOpenGLContext update] for every frame"Liang Qi2018-08-151-0/+8
* macOS: Don't call [NSOpenGLContext update] for every frameTor Arne Vestbø2018-08-071-8/+0
* macOS: Experimental Vulkan support via MoltenVKMorten Johan Sørvig2018-05-081-0/+8
* macOS: Add logging when delivering update requestsTor Arne Vestbø2018-04-171-0/+2
* Cocoa: Remove m_viewIsEmbedded and m_ViewIsToBeEmbeddedMorten Johan Sørvig2018-03-211-5/+2
* macOS: Don't keep window flags around, we can get them from the QWindowTor Arne Vestbø2018-03-051-1/+0
* macOS: Remove unused method QCocoaWindow::nativeWindowGeometryTor Arne Vestbø2017-11-131-2/+0
* Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-1/+1
|\
| * macOS: Defer update request on drawRect: when a real expose event is neededTor Arne Vestbø2017-10-171-1/+1
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-5/+4
|\|
| * macOS: Tighten up window icon and represented filename handlingTor Arne Vestbø2017-10-031-2/+0
| * macOS: Deliver NSWindow notifications to all windows, not just top levelTor Arne Vestbø2017-09-261-3/+4
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-3/+3
|\|
| * macOS: Respect responder chain when setting cursorTor Arne Vestbø2017-09-011-3/+0
| * macOS: Modernize masking of windowsTor Arne Vestbø2017-09-011-0/+2
| * macOS: Implement QWindow::requestUpdate() in terms of setNeedsDisplayTor Arne Vestbø2017-09-011-0/+1
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-28/+28
|/
* macOS: Send expose event at drawRect and trigger updates via setNeedsDisplayTor Arne Vestbø2017-07-251-7/+1
* Add QPlatformWindow::initialize() for two-step window creationTor Arne Vestbø2017-07-171-1/+3
* macOS: Improve QDebug output for QNSView and QCocoaWindowTor Arne Vestbø2017-07-131-0/+9
* macOS: Use same naming for QPA event forwarding functionsTor Arne Vestbø2017-07-091-2/+6
* macOS: Move geometry reporting from QNSView to QCocoaWindowTor Arne Vestbø2017-07-081-0/+2
* macOS: Merge QCocoaWindow::setWindowShadow into its only callerTor Arne Vestbø2017-06-261-1/+0
* macOS: Remove support for child NSWindowsTor Arne Vestbø2017-06-211-14/+2
* macOS: Move QNSWindow implementation into separate fileTor Arne Vestbø2017-06-211-70/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-291-0/+1
|\
| * macOS: Don't keep WA_MacAlwaysShowToolWindow windows always on topTor Arne Vestbø2017-05-241-0/+1
* | macOS: Reduce usage of m_nsWindow to manipulate the view's NSWindowTor Arne Vestbø2017-05-091-1/+1
* | macOS: Reduce usage of m_nsWindow in favor of isContentView()Tor Arne Vestbø2017-05-081-3/+3
* | Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-161-3/+3
|/
* macOS: Make sure NSResizableWindowMask is set when toggling fullscreenTor Arne Vestbø2017-02-221-0/+2
* QWindow: Remove "_q_foreignWinId" dynamic propertyTor Arne Vestbø2017-02-221-1/+3