summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qnsview.h
Commit message (Expand)AuthorAgeFilesLines
* macOS: Simplify Objective-C namespacingTor Arne Vestbø2019-10-151-13/+6
* macOS: Propagate [NSOpenGLContext setView:] failuresTor Arne Vestbø2018-08-031-6/+0
* macOS: Remove dead updateRequest code based on setNeedsDisplayTor Arne Vestbø2018-07-091-1/+0
* Cocoa Menus: Use the responder chain for menu items target/actionGabriel de Dietrich2018-04-191-0/+1
* Cocoa: Add QNSView Metal Layer supportMorten Johan Sørvig2018-04-121-0/+1
* QNSView: Remove isMenuView propertyGabriel de Dietrich2018-04-051-1/+0
* macOS: Move QNSView drawing related functionality to its own fileTor Arne Vestbø2018-03-201-4/+6
* macOS: Split up qnsview.mm into separate category-files for major areasTor Arne Vestbø2018-03-171-6/+10
* macOS: Limit @interface declarations in headers to public interfaceTor Arne Vestbø2018-03-171-38/+3
* macOS: Clean up some more Objective-C usage in QNSView implementationTor Arne Vestbø2018-03-171-5/+5
* macOS: Group stray input context function with other input context functionsTor Arne Vestbø2018-03-171-1/+0
* Clean up our Objective-C usageJake Petroules2018-02-201-34/+4
* macOS: Handle update requests via setNeedsDisplay more carefullyTor Arne Vestbø2018-02-011-0/+3
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-0/+2
|\
| * macOS: Reset composition when focus object changes inside windowEskil Abrahamsen Blomfeldt2017-09-041-0/+2
* | Merge dev into 5.10Frederik Gladhorn2017-09-021-0/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-0/+2
| |\|
| | * Cocoa: Fix compile when using QT_NO_TABLETEVENTAndy Shaw2017-08-251-0/+2
* | | macOS: Respect responder chain when setting cursorTor Arne Vestbø2017-09-011-0/+2
* | | macOS: Modernize masking of windowsTor Arne Vestbø2017-09-011-7/+0
|/ /
* | macOS: Modernize QCocoaBackingStore::flush()Tor Arne Vestbø2017-07-291-7/+1
* | macOS: Send expose event at drawRect and trigger updates via setNeedsDisplayTor Arne Vestbø2017-07-251-1/+0
* | macOS: Remove unused m_maskData member in QNSViewTor Arne Vestbø2017-07-121-1/+0
* | macOS: Move geometry reporting from QNSView to QCocoaWindowTor Arne Vestbø2017-07-081-1/+1
* | macOS: Ctrl LMB override can be set on a per window basisMartin Porcelli2017-05-191-0/+1
|/
* Cocoa: Send correct mouse buttons for tabletsMorten Johan Sørvig2017-04-241-3/+3
* macOS: Remove workaround for default-sized NSViewsTor Arne Vestbø2017-03-281-1/+0
* QCocoaWindow: fix geometry issue when only minimumSize is setOleg Yadrov2017-03-181-0/+1
* macOS: Rewrite window state handlingTor Arne Vestbø2017-02-161-1/+0
* macOS: Handle window state changes directly in QCocoaWindowTor Arne Vestbø2017-02-111-1/+0
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-171-1/+0
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-1/+0
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-1/+0
| | |\
| | | * Cocoa: Make child window cursors work correctlyMorten Johan Sørvig2016-11-081-1/+0
| | | * OSX: mark mouse events from tablet devices as synthesizedShawn Rutledge2016-04-261-1/+1
* | | | macOS: Handle NSViewGlobalFrameDidChangeNotification via QCocoaWindowTor Arne Vestbø2016-10-271-1/+0
* | | | macOS: Decouple NSWindow notifications and delegate callbacks from QNSViewTor Arne Vestbø2016-10-271-1/+5
|/ / /
* | | macOS: Remove QNSView member m_window in favor of going via m_platformWindowTor Arne Vestbø2016-10-131-2/+1
* | | macOS: Use QPointer to track QNSView -> QCocoaWindowTor Arne Vestbø2016-10-131-2/+1
* | | Cocoa: Add drawBackingStoreUsingCoreGraphicsMorten Johan Sørvig2016-09-221-0/+1
* | | Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-041-1/+0
|/ /
* | OSX: remove tablet->mouse event synthShawn Rutledge2016-04-251-1/+1
* | Cocoa: Forward masked out mouse events.Morten Johan Sørvig2016-03-211-0/+2
* | Cocoa: Forward rejected key events.Morten Johan Sørvig2016-03-211-1/+3
* | Cocoa: Unify mouse handling logicMorten Johan Sørvig2016-03-211-0/+3
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-271-0/+1
|\|
| * QPI/Cocoa: QNSView - guard removeFromSuperview by autorelease poolTim Blechmann2015-11-231-0/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-0/+1
|\|
| * Cocoa integration - do not send move events while in -draggingUpdated:Timur Pocheptsov2015-11-041-0/+1