summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qnsview.mm
Commit message (Expand)AuthorAgeFilesLines
* Cocoa: update OpenGL viewport when nsview movesRichard Moe Gustavsen2012-11-281-0/+31
* Mac: Fix wheel event handling on 10.6Liang Qi2012-11-271-5/+5
* Cocoa: QGLWidget draws wrong within QMainWindow on Mac OSRichard Moe Gustavsen2012-11-231-71/+25
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-9/+14
* Cocoa: fix memory leaksTeemu Katajisto2012-11-061-0/+1
* Mac: Add support for WindowMasks platform capabilityGabriel de Dietrich2012-11-021-27/+78
* Cocoa: fix frameStrutMouseEventsRichard Moe Gustavsen2012-10-181-3/+7
* Cocoa: remove current contentView when clearing windowTeemu Katajisto2012-10-171-0/+8
* Cocoa: Set platform window geometry correctly.Morten Johan Sorvig2012-10-161-6/+13
* Remove handleSynchronous* functions.Morten Johan Sorvig2012-10-101-4/+7
* Cocoa: Send keyboard modifiers with mouse events.Morten Johan Sorvig2012-10-101-1/+2
* Cocoa: add qWarnining when trying to create 0 width/height CGImagesTeemu Katajisto2012-10-081-2/+10
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* OSX: Drag and Drop QMimeData.Christoph Schleifenbaum2012-08-251-4/+17
* Fix a bunch of Mac/clang specific warningsJiang Jiang2012-08-211-2/+3
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* QTBUG-26296, dock widget movingJames Turner2012-07-231-0/+33
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* Native drag implementation on MacJames Turner2012-07-041-0/+40
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* Cocoa: do not send multiple window activation eventsBradley T. Hughes2012-06-061-2/+9
* Cocoa: Handle keyboard dead keys correctlyBradley T. Hughes2012-05-231-2/+12
* Cocoa: Avoid UTF-16 to UTF-8 to UTF-16 conversion in key handlingBradley T. Hughes2012-05-231-1/+1
* Cocoa: don't send input method events for basic text inputBradley T. Hughes2012-05-231-10/+26
* Implement QCocoaWindow::setWindowState.Morten Johan Sorvig2012-04-201-19/+30
* change NSTextInput to NSTextInputClient in Cocoa pluginTasuku Suzuki2012-04-181-24/+22
* Cocoa: silence warnings about unused variablesBradley T. Hughes2012-03-261-0/+1
* Cocoa: send key events for modifier keysBradley T. Hughes2012-03-261-0/+37
* Check if Qt::ImEnabled is true before handling im events on MacTasuku Suzuki2012-03-231-14/+50
* Cocoa: improve mouse button tracking warningsBradley T. Hughes2012-03-211-5/+5
* Cocoa: Improve window activation handling.Morten Johan Sorvig2012-03-211-4/+4
* Cocoa: Send keyboard modifiers with wheel events.Morten Johan Sorvig2012-03-191-1/+25
* Cocoa: Fix function key handlingBradley T. Hughes2012-03-181-7/+11
* Fix shortcut handling in the Cocoa pluginBradley T. Hughes2012-03-181-25/+26
* Cocoa: Improve basic window handling.Morten Johan Sorvig2012-03-141-2/+18
* Cocoa platform plugin: Add support for up to 16 mouse buttonsRick Stockton2012-03-131-2/+94
* Input method on MacTasuku Suzuki2012-03-121-4/+229
* Cocoa: Implement Drag-and-Drop.Friedemann Kleint2012-03-071-0/+74
* QWheelEvent high-resolution delta support.Morten Johan Sorvig2012-02-241-23/+25
* 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
* 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: Accept mouse clicks that activates windows.Morten Johan Sorvig2011-12-161-0/+5
* Cocoa: Update geometry on window move.Morten Johan Sorvig2011-12-151-2/+6
* Cocoa: Add version check for convertRectToScreen.Morten Johan Sorvig2011-12-151-7/+12
* Make QCocoaWindow independent of NSWindow.Morten Sorvig2011-12-141-1/+26
* Cocoa: Use new 10.7 mouse wheel API.Morten Johan Sorvig2011-12-141-3/+14
* Remove event type parameter from handleTouchEvent.Laszlo Agocs2011-12-091-4/+4
* Extend touch events.Laszlo Agocs2011-12-091-4/+12