summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoawindow.mm
Commit message (Expand)AuthorAgeFilesLines
* QWindow: fix crash on MacTasuku Suzuki2012-03-061-1/+1
* 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
* Cleanup properly when destroying QCocoaWindowBradley T. Hughes2012-01-161-0/+2
* Cocoa: Send window activation events.Morten Johan Sorvig2012-01-131-0/+10
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Cocoa: Update geometry on window move.Morten Johan Sorvig2011-12-151-5/+2
* Cocoa: Don't set window size in propagateSizeHintsMorten Johan Sorvig2011-12-151-7/+1
* Make QCocoaWindow independent of NSWindow.Morten Sorvig2011-12-141-12/+6
* Cocoa: Add window debug outputMorten Johan Sorvig2011-12-141-0/+13
* Cocoa: Add autorelease pools.Morten Johan Sørvig2011-12-121-0/+5
* Introduce QWindowSystemInterface::handleSynchronousCloseEventGunnar Sletta2011-11-251-1/+1
* Make cocoa opengl backend threadsafe.Gunnar Sletta2011-11-251-9/+0
* Compile.Morten Sorvig2011-11-101-0/+5
* Cocoa: Implement mouse and keyboard grab.Morten Sorvig2011-11-091-2/+37
* Cocoa: Set correct child window geometry.Morten Sorvig2011-10-271-30/+6
* Cocoa: Implement propagateSizeHints.Morten Sorvig2011-10-271-0/+20
* Cocoa: clean up compiler warnings.Morten Sorvig2011-10-231-18/+4
* Cocoa: Update QPlatformWindow geometry on moveMorten Sorvig2011-10-131-0/+1
* Cocoa: Fix spelling errors in comments.Morten Sorvig2011-10-031-4/+4
* Cocoa: Fix window resizingMorten Sorvig2011-10-031-0/+1
* Cocoa: Update the geometry whenever the window moves.Bjørn Erik Nilsen2011-09-201-1/+10
* Cocoa platform plugin: Reduce multitouch area to be one pixel.Bjørn Erik Nilsen2011-09-191-1/+3
* Cocoa platform plugin: Implement multitouch support.Bjørn Erik Nilsen2011-09-191-0/+3
* Clang Build Fix: Cocoa platform pluginTakumi ASAKI2011-09-091-2/+2
* Cocoa: Fix qmlscene flicker on startup.Morten Sorvig2011-08-311-3/+6
* Cocoa: Make the hellowindow opengl example work.Morten Sorvig2011-08-301-15/+0
* Cocoa: Fix qmlscene flicker on resize.Morten Sorvig2011-08-291-3/+3
* Preliminary change to get resizeEvents for QWindow::resize() callsGunnar Sletta2011-08-241-1/+4
* Set the style mask manually.Morten Sorvig2011-08-181-2/+2
* Fix crash-on-exit in qmlscene.Morten Sorvig2011-08-181-1/+13
* Create NSWindow subclass.Morten Sorvig2011-08-181-2/+18
* Cocoa: Fix flicker on window resize.Morten Sorvig2011-08-161-2/+1
* Cocoa: Set child window geometry correctly.Morten Sorvig2011-08-111-15/+54
* Mac: fix crash when creating a new windowRichard Moe Gustavsen2011-08-031-3/+1
* Cocoa: Window type and flags handling.Morten Sorvig2011-07-011-7/+170
* Cocoa: Fix raise/lower.Morten Sorvig2011-07-011-2/+2
* Send expose on (initial) showMorten Sorvig2011-06-221-0/+1
* OpenGL API refactor.Samuel Rødal2011-06-211-6/+0
* QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-101-4/+31
* Cocoa: Implement raise() and lower().Morten Sorvig2011-06-071-0/+11
* Cocoa: Implement setWindowTitle.Morten Sorvig2011-06-071-0/+8
* Set visibility state.Morten Sorvig2011-06-061-2/+5
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | Port Qt 5 to Mac.Morten Sorvig2011-05-181-12/+28
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+110