summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Fix missing/incorrect license headersJason McDonald2011-09-153-0/+122
* Clang Build Fix: Cocoa platform pluginTakumi ASAKI2011-09-094-5/+5
* Fix compile error on Mac.Takumi ASAKI2011-09-081-0/+2
* Cocoa: QMenu refactor.Morten Sorvig2011-09-0717-93/+2942
* Cocoa: Fix qmlscene flicker on startup.Morten Sorvig2011-08-311-3/+6
* Cocoa: Make the hellowindow opengl example work.Morten Sorvig2011-08-304-20/+5
* Cocoa: Fix qmlscene flicker on resize.Morten Sorvig2011-08-291-3/+3
* Make plain executables foreground processes.Morten Sorvig2011-08-294-2/+215
* Cocoa: Load the standard app menu.Morten Sorvig2011-08-2914-3/+511
* Get cocoa plugin compiling after OpenGL refactoringGunnar Sletta2011-08-292-3/+3
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-294-7/+7
* Introduce new platform capability ThreadedOpenGL.Samuel Rødal2011-08-261-0/+1
* Preliminary change to get resizeEvents for QWindow::resize() callsGunnar Sletta2011-08-241-1/+4
* Enable multisampling and swap interval by default on cocoaGunnar Sletta2011-08-181-0/+4
* Set the style mask manually.Morten Sorvig2011-08-181-2/+2
* Fix crash-on-exit in qmlscene.Morten Sorvig2011-08-183-2/+17
* Create NSWindow subclass.Morten Sorvig2011-08-182-4/+27
* Cocoa: Remove autorelease warnings from qmlscene.Morten Sorvig2011-08-181-0/+3
* Cocoa: Fix flicker on window resize.Morten Sorvig2011-08-161-2/+1
* Cocoa: Set child window geometry correctly.Morten Sorvig2011-08-112-15/+58
* Cocoa: Activate Qt apps on startup.Morten Sorvig2011-08-111-0/+6
* Undefine "slots" before including cocoa headers to make it compileGunnar Sletta2011-08-052-0/+2
* Mac: fix crash when creating a new windowRichard Moe Gustavsen2011-08-031-3/+1
* Make QPlatformIntegration not have a factory for eventdispatcherJørgen Lind2011-07-282-3/+6
* Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-252-14/+4
* Rename QPixmapData to QPlatformPixmap.Samuel Rødal2011-07-192-3/+3
* Cocoa: Window type and flags handling.Morten Sorvig2011-07-012-7/+175
* Cocoa: Fix raise/lower.Morten Sorvig2011-07-011-2/+2
* Cocoa: Fix RGB/BGR color inversion.Morten Sorvig2011-06-291-1/+1
* Factor out CGL code for reuse in wayland.Morten Sorvig2011-06-281-20/+5
* Refactor window system event dispatching.Morten Sorvig2011-06-232-7/+5
* Compile.Morten Sorvig2011-06-221-1/+1
* Send expose on (initial) showMorten Sorvig2011-06-221-0/+1
* CompileMorten Sorvig2011-06-222-2/+2
* Cocoa: clean up pro file for platform pluginRichard Moe Gustavsen2011-06-221-3/+0
* Cocoa: implement support for wheel eventsRichard Moe Gustavsen2011-06-221-18/+79
* Add lighthouse event dispatcher API.Morten Sorvig2011-06-225-6/+1380
* OpenGL API refactor.Samuel Rødal2011-06-216-33/+13
* Cocoa: fix compiler warningRichard Moe Gustavsen2011-06-211-1/+1
* Cocoa: add missing return statementRichard Moe Gustavsen2011-06-211-2/+1
* Compile.Morten Sorvig2011-06-211-1/+1
* Compile fix for platformsupport on Mac.Morten Sorvig2011-06-212-2/+1
* Port Cocoa plugin to new backing store interface.Samuel Rødal2011-06-216-23/+21
* Mac: buildfix for cocoa lighthouse pluginRichard Moe Gustavsen2011-06-202-2/+2
* QtPlatformSupport: A helper library for platform pluginsJørgen Lind2011-06-101-3/+3
* QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-109-53/+149
* Add QEventDispatcherMac.Morten Sorvig2011-06-095-183/+0
* Cocoa: Implement raise() and lower().Morten Sorvig2011-06-072-0/+14
* Cocoa: Implement setWindowTitle.Morten Sorvig2011-06-072-0/+9
* Fix Cocoa mouse position handling.Morten Sorvig2011-06-071-4/+4