summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qcocoaview_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Carbon: crash problem in QWidgetPrivate::hide_sys, v2Richard Moe Gustavsen2010-01-291-0/+2
* Merge branch '4.6'Thiago Macieira2010-01-211-1/+1
|\
| * Cocoa: Fix painting errors on QGLWidget resizing.Morten Johan Sørvig2010-01-201-1/+1
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+8
|\ \ | |/
| * Cocoa: Fix painting errors on QGLWidget resizing.Morten Johan Sørvig2010-01-081-0/+7
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Merge branch '4.6'Thiago Macieira2009-12-261-4/+7
|\ \ | |/
| * Drag and drop icon not updated correctly in Cocoa.Prasanth Ullattil2009-12-211-3/+6
| * Fixed wheel event delivery in graphicsview.Denis Dzyubenko2009-12-161-1/+1
* | Cocoa: scrolling viewports containing many widgets is slowRichard Moe Gustavsen2009-12-091-0/+4
* | Fix performance issue with live resizeRichard Moe Gustavsen2009-12-071-0/+4
* | Cocoa: impl. performance boost for dndRichard Moe Gustavsen2009-12-041-59/+9
|/
* Ensure the button state is correct when creating a QWheelEvent on Mac.Andy Shaw2009-12-031-1/+1
* Improved mouse wheel event delivery on Mac.Denis Dzyubenko2009-12-031-2/+9
* Improved implicit mouse grabbing on Cocoa.Denis Dzyubenko2009-12-021-6/+9
* Fixes implicit grabbing in Qt/CocoaDenis Dzyubenko2009-11-241-30/+21
* Mac: Make gestures available when building Qt against SDK < 10.6Richard Moe Gustavsen2009-11-231-2/+6
* Incorrect DropAction returned by QDrag::exec() on Cocoa.Prasanth Ullattil2009-11-201-1/+1
* 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-081-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