summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoawindow.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* macOS: Rewrite window state handlingTor Arne Vestbø2017-02-161-9/+8
* macOS: Handle window state changes directly in QCocoaWindowTor Arne Vestbø2017-02-111-1/+1
* macOS: Remove unused method QCocoaWindow::parentCocoaWindow()Tor Arne Vestbø2016-11-231-1/+0
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-171-0/+2
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-0/+2
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-0/+2
| | |\
| | | * Cocoa: Make child window cursors work correctlyMorten Johan Sørvig2016-11-081-0/+2
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-0/+2
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-0/+1
| | |\|
| | | * macOS: Only show menu and allow dragging on proxy when a file path is setAndy Shaw2016-10-191-0/+1
* | | | macOS: Allow windows to be created on any screen within the virtual desktopTor Arne Vestbø2016-10-281-0/+2
* | | | macOS: Remove m_parentCocoaWindow in favor of QPlatformWindow::parent()Tor Arne Vestbø2016-10-281-2/+0
* | | | macOS: Remove m_childWindows in favor of m_view.window.childWindowsTor Arne Vestbø2016-10-281-1/+2