summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qcocoaview_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Remove the check on flushRequested.Fabien Freling2011-03-161-1/+1
* Merge remote branch 'mainline/master' into merge_rasterFabien Freling2011-03-151-2/+2
|\
| * Place cursor at the end of the selected rangeJiang Jiang2011-03-041-1/+1
| * Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-231-1/+1
| |\
| | * Cocoa: fix crash when using a drawer with a focus widgetRichard Moe Gustavsen2011-02-181-1/+1
* | | Merge remote branch 'mainline/master' into merge_rasterFabien Freling2011-02-231-588/+264
|\ \ \ | |/ /
| * | Cocoa/Alien: bugfix corner cases with popups and enter/leaveRichard Moe Gustavsen2011-02-141-0/+2
| * | Cocoa: disable scroll optimization for certain casesRichard Moe Gustavsen2011-01-251-4/+6
| * | Cocoa: add scroll optimization when scrolling both hor and verRichard Moe Gustavsen2011-01-241-0/+6
| * | Add support for disabling touch on to enhance scrolling in CocoaRichard Moe Gustavsen2011-01-241-0/+2
| * | Cocoa/Alien: let QWidget::scroll_sys handle overlapping widgetsRichard Moe Gustavsen2011-01-201-2/+3
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into alie...Richard Moe Gustavsen2011-01-171-8/+10
| |\ \
| | * \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
| | |\ \ | | | |/
| | | * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| * | | Alien implementation for the Cocoa portRichard Moe Gustavsen2011-01-171-590/+248
* | | | Optimize the rendering path for the unified toolbar.Fabien Freling2011-02-151-9/+1
* | | | Move the flushing to [view drawRect:rect]Fabien Freling2011-01-261-23/+91
* | | | Small typo fix.Fabien Freling2011-01-251-1/+1
| |/ / |/| |
* | | Fix some memory leaks.Fabien Freling2010-11-251-0/+2
* | | Fix a namespace error and some warnings found by clangJiang Jiang2010-11-231-17/+13
|/ /
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-251-4/+0
|\ \ | |/
| * [QCocoaView scrollWheel:] can end up recursing infinitely when a scrollWheel ...Carlos Manuel Duclos Vergara2010-10-111-4/+0
* | Don't assing 'const Foo*' to a 'Foo*'Tor Arne Vestbø2010-10-151-1/+1
* | Experimental support of the unified toolbar withFabien Freling2010-10-081-1/+10
* | Allow QGLWidgets to draw them selves under -graphicssystem raster again...Gunnar Sletta2010-09-061-2/+5
* | Cannot enter text through character viewer on Mac (Cocoa)Prasanth Ullattil2010-08-131-1/+7
* | Fix the issue of resizing a window with theFabien Freling2010-08-031-2/+16
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-281-4/+39
|\ \ | |/
| * Drag & Drop failing in itemviews on Cocoa.Prasanth Ullattil2010-07-221-1/+4
| * Drag and drop cursor doesnot change on invalid drop areas (Cocoa)Prasanth Ullattil2010-07-141-3/+35
* | Fix the CGContext on Mac OS X. Sometimes we gotFabien Freling2010-07-221-2/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-011-0/+2
|\ \ | |/
| * When a drag is finished with on Mac, then it should delete itselfAndy Shaw2010-06-231-0/+2
* | Fix the blank areas during resize with theFabien Freling2010-06-301-6/+4
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-06-081-0/+10
|\ \ | |/
| * Add a new qconfig feature GESTURESTasuku Suzuki2010-06-021-0/+10
* | Cocoa: remove 'double' content view from window, second tryRichard Moe Gustavsen2010-06-011-1/+1
|/
* Crash while dragging on Mac OS X (Cocoa)Prasanth Ullattil2010-04-271-1/+2
* Cocoa: qwidget autotest fails on setToolTipRichard Moe Gustavsen2010-04-141-7/+8
* Cocoa: send mouse move event upon a mouse enterRichard Moe Gustavsen2010-04-071-10/+20
* Add experimental support for StaticContents in Mac OS X.Fabien Freling2010-03-251-1/+18
* Fixed qmdiarea autotest regression on CocoaDenis Dzyubenko2010-03-181-1/+2
* Remove unwanted code in f8d5f2594a9b268b9eeecf95b24b23fc940c71cePrasanth Ullattil2010-03-171-3/+1
* Fixed focus handling when Qt is embedded into Cocoa app.Denis Dzyubenko2010-03-171-3/+17
* Do not deliver the same key event multiple times in Cocoa.Denis Dzyubenko2010-03-171-4/+16
* Cocoa: minisplitter has only 1px wide grab areaCarlos Manuel Duclos Vergara2010-03-171-2/+5
* Mac: scroll speed does not match native applicationsRichard Moe Gustavsen2010-03-111-6/+7
* Fix focus behavior bug on Mac OS X.Fabien Freling2010-03-031-1/+4
* Implement alien widgets on Mac/Cocoa.Morten Johan Sørvig2010-03-021-0/+25
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-251-3/+49
|\