summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qcocoaview_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Ensure that button returns 0 for mouse move eventsDean Dettman2009-10-291-4/+3
* Implement support for wheel delta with finer resolution than 15 deg.Richard Moe Gustavsen2009-10-271-12/+12
* Remove debug outputEskil Abrahamsen Blomfeldt2009-10-221-1/+0
* Honor graphics system on Mac/Cocoa when exposing and resizing windowEskil Abrahamsen Blomfeldt2009-10-221-0/+8
* Merge commit 'origin/4.5' into origin/4.6Olivier Goffart2009-10-151-11/+11
|\
| * Fix a crash in cocoa when a QMessageBox is destroyed from dropEvent()Prasanth Ullattil2009-10-121-11/+11
| * Update license headers again.Jason McDonald2009-09-081-4/+4
* | Made Mac Cocoa use the input method hints when deciding on IM.axis2009-10-151-1/+4
* | Fix: Abstract slider does not understand wheel events properlyRichard Moe Gustavsen2009-10-011-8/+12
* | QWheelEvent not working on Cocoa 64BitPrasanth Ullattil2009-09-281-3/+3
* | Mac, Cocoa: add support for device pixel scrolling (wheel event)Richard Moe Gustavsen2009-09-251-10/+25
* | Update license headers again.Jason McDonald2009-09-091-4/+4
* | Revert ed00fff3cb.Morten Sorvig2009-09-031-10/+1
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\|
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Gestures: Implement swipe gestureRichard Moe Gustavsen2009-08-271-1/+8
* | Mac: Fix Imageviewer example, and bugfix gesturesRichard Moe Gustavsen2009-08-271-1/+1
* | Cocoa: bugfix for autocads plugin projectRichard Moe Gustavsen2009-08-251-0/+9
* | Flickering "Whatsthis" pointer in CocoaPrasanth Ullattil2009-08-201-1/+9
* | Added support for gestures on Mac OS X CarbonRichard Moe Gustavsen2009-08-181-5/+5
* | remove QT_RASTER_PAINTENGINE and QT_RASTER_IMAGEENGINE defines as they areGunnar Sletta2009-08-171-36/+31
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Cocoa: Add support for native gesturesRichard Moe Gustavsen2009-08-061-10/+44
* | Merge branch '4.5'Thiago Macieira2009-08-031-2/+2
|\|
| * Cocoa with namespace breaks the buildRichard Moe Gustavsen2009-07-311-2/+2
* | Make the Character Palette work on Mac/Cocoa.Morten Sørvig2009-07-271-4/+16
* | "Emacs" style keyboard shortcuts don't work on Cocoa.Prasanth Ullattil2009-07-231-1/+8
* | Bad drawing of styled viewports within QAbstractScrollAreaOlivier Goffart2009-07-151-9/+1
* | Merge commit 'origin/4.5'Bill King2009-07-091-67/+49
|\|
| * Remove unused function viewUnderTransparentForMouseView in QCocoaView.Prasanth Ullattil2009-07-021-55/+0
| * Drag and drop events are not delivered correctly in CocoaPrasanth Ullattil2009-07-021-8/+41
| * Implement hitTestNorwegian Rock Cat2009-07-021-10/+7
| * Fix a regression where dynamic tooltips wouldn't show up in Cocoa.Norwegian Rock Cat2009-07-021-4/+8
* | Implement hitTestNorwegian Rock Cat2009-07-011-10/+7
* | Add QTouchEvent::DeviceType and deviceType()Bradley T. Hughes2009-06-241-5/+4
* | Multitouch, Cocoa: Added Qt::WA_TouchPadAcceptSingleTouchEventsRichard Moe Gustavsen2009-06-221-4/+8
* | Multitouch, Cocoa: Mask mouse hover from the touch setRichard Moe Gustavsen2009-06-221-14/+4
* | Multitouch, Cocoa: First revision of multi touch in Qt/CocoaRichard Moe Gustavsen2009-06-191-1/+65
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-3/+3
|\|
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| * Rename nsCursorForQCursor -> qt_mac_nsCursorForQCursor.Morten Sørvig2009-06-151-1/+1
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-271-8/+20
|\|
| * BT: Prevent crash in Designer when using a scroll wheel to change a property.Norwegian Rock Cat2009-05-251-8/+20
* | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-071-5/+13
|\|
| * Optimize QCocoaView::registerDragTypes and mode switching in QtCreator.Morten Sørvig2009-05-061-5/+13
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-291-2/+2
|\|
| * Don't send extra events when using the scroll wheel in CocoaNorwegian Rock Cat2009-04-281-2/+2
* | Merge branch '4.5'Thiago Macieira2009-04-241-27/+49
|\|
| * Drag and drop examples not working correctly in CocoaPrasanth Ullattil2009-04-241-27/+49