summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qcocoaview_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Fix leak in QDragManager::drag on macIvan Komissarov2013-06-281-1/+0
* Cleanup the QDrag when doing a drag with the right mouse button on MacAndy Shaw2013-06-111-1/+4
* To support QT_NO_IM on Linux/Windows/MacJing Bai2013-01-211-1/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Ensure the mouse buttons are preserved when entering a widgetAndy Shaw2012-07-041-1/+1
* Ensure that the IME composition is handled correctly on MacAndy Shaw2012-04-121-3/+8
* Fix CJK punctuation input through input methods in OS XJiang Jiang2012-01-171-1/+7
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Cocoa: change usage of deprecated API (scrolling) in LionRichard Moe Gustavsen2011-08-101-12/+14
* Merge remote branch 'qt/4.8' into fire-masterPaul Olav Tvete2011-06-061-17/+17
|\
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* | Change the flushing of the CGContext to a synchronization.Fabien Freling2011-05-181-1/+1
|/
* Fix the painting for widgets painting directly on screen.Fabien Freling2011-03-301-7/+4
* 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-111-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