summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoaglcontext.h
Commit message (Expand)AuthorAgeFilesLines
* macOS: Improve QCocoaGLContext loggingTor Arne Vestbø2019-12-051-0/+4
* macOS: Improve handling of wantsBestResolutionOpenGLSurfaceTor Arne Vestbø2019-10-241-1/+3
* macOS: Move QCocoaGLContext initialization into dedicated methodTor Arne Vestbø2019-07-171-0/+2
* Rename QMacScopedObserver to the more fittingly QMacNotificationObserverTor Arne Vestbø2019-05-291-1/+1
* macOS: Don't call [NSOpenGLContext update] for every frameTor Arne Vestbø2018-10-031-0/+3
* macOS: Use NSOpenGLContext's drawable directly to track active drawableTor Arne Vestbø2018-09-091-3/+0
* macOS: Rename QCocoaGLContext::setActiveWindow to setDrawableTor Arne Vestbø2018-09-061-1/+1
* Revert "macOS: Don't call [NSOpenGLContext update] for every frame"Liang Qi2018-08-151-5/+4
* macOS: Don't call [NSOpenGLContext update] for every frameTor Arne Vestbø2018-08-071-4/+5
* macOS: Simplify and clean up QCocoaGLContext constructorTor Arne Vestbø2018-08-041-4/+4
* macOS: Clean up and rename QCocoaGLContext::pixelFormatForSurfaceFormat()Tor Arne Vestbø2018-08-041-1/+1
* macOS: Disambiguate use of native handles in QCocoaGLContextTor Arne Vestbø2018-08-031-2/+1
* macOS: Propagate [NSOpenGLContext setView:] failuresTor Arne Vestbø2018-08-031-1/+1
* macOS: Reorganize QCocoaGLContextTor Arne Vestbø2018-08-031-9/+7
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-0/+1
|\
| * macOS: Make retina OpenGL work on VMwareMorten Johan Sørvig2017-12-151-0/+1
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-7/+7
|/
* macOS: Remove workaround for including AppKit.h with slots definedTor Arne Vestbø2016-10-131-1/+0
* Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-011-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Link to AppKit instead of Cocoa.Jake Petroules2015-09-051-1/+1
* Cocoa QPA plugin: Unlock full Q_DECL_OVERRIDE karmaGabriel de Dietrich2015-08-011-7/+7
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Support adapting an existing NSOpenGLContext in cocoaLaszlo Agocs2014-06-251-1/+3
* Clear QCocoaGLContext's m_currentWindow when window is hidden.Gunnar Sletta2013-12-051-0/+2
* Update QSurfaceFormat when creating a GL context in the cocoa qpaSean Harmer2013-11-141-0/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Properly release pixel format and context in QCocoaGLContext.Zeno Albisser2012-12-011-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QWeakPointer use for tracking QObjects is deprecated.Thiago Macieira2012-09-071-2/+2
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* Implement isSharing() and isValid() methods for QCocoaGLContextTeemu Katajisto2012-02-251-0/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Respect the QSurfaceFormat when constructing a QOpenGLContext on MacGunnar Sletta2011-09-271-1/+1
* Fix missing/incorrect license headersJason McDonald2011-09-151-0/+41
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-291-4/+4
* Undefine "slots" before including cocoa headers to make it compileGunnar Sletta2011-08-051-0/+1
* OpenGL API refactor.Samuel Rødal2011-06-211-17/+5
* QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-101-7/+33
* Add QCocoaNativeInterface.Morten Sorvig2011-05-201-0/+1
* Port Qt 5 to Mac.Morten Sorvig2011-05-181-0/+27