summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Mac: add autorelease pools to create_sysMorten Sorvig2011-03-171-0/+4
* Mac: Center the Window title on Cocoa.Martin Petersson2011-03-101-0/+2
* Cocoa/Alien: bugfix corner cases with popups and enter/leaveRichard Moe Gustavsen2011-02-141-1/+6
* Cocoa/Alien: fix qgraphicseffectsource autotestRichard Moe Gustavsen2011-01-281-5/+8
* Cocoa: fix scroll optimization bugRichard Moe Gustavsen2011-01-241-2/+1
* Cocoa: add scroll optimization when scrolling both hor and verRichard Moe Gustavsen2011-01-241-0/+4
* Cocoa: remove compiler warningRichard Moe Gustavsen2011-01-241-2/+1
* Add support for disabling touch on to enhance scrolling in CocoaRichard Moe Gustavsen2011-01-241-8/+23
* Cocoa/Alien: replace depricated APIRichard Moe Gustavsen2011-01-211-1/+1
* Cocoa/Alien: remove unneded code for scrolling with alienRichard Moe Gustavsen2011-01-211-6/+1
* Cocoa/Alien: keep the scrolling within correct boundsRichard Moe Gustavsen2011-01-211-26/+9
* Cocoa/Alien: bugfix scrolling, dirty region issueRichard Moe Gustavsen2011-01-211-45/+42
* Cocoa/Alien: let QWidget::scroll_sys handle overlapping widgetsRichard Moe Gustavsen2011-01-201-3/+22
* Cocoa/Alien: fix qwidget autotest (setClearAndResizeMask)Richard Moe Gustavsen2011-01-191-1/+6
* Cocoa: fix qwidget autotest (optimizedResizeMove) for raster engineRichard Moe Gustavsen2011-01-191-10/+4
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into alie...Richard Moe Gustavsen2011-01-171-8/+20
|\
| * 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
| * | Allow QWidget with size larger than 16383 on Mac OS X (Cocoa)Prasanth Ullattil2011-01-041-0/+2
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-201-4/+12
| |\ \ | | |/
| | * Cocoa: Fix addChildWindow bug where we connect a grandparent to a childRichard Moe Gustavsen2010-12-131-2/+2
| | * Cocoa: make sure stays on top child windows are not levelled downRichard Moe Gustavsen2010-12-131-2/+10
| * | Add WA_MacNoShadow widget attributeArvid Ephraim Picciani2010-11-241-1/+4
| * | Fix a namespace error and some warnings found by clangJiang Jiang2010-11-231-1/+1
* | | Alien implementation for the Cocoa portRichard Moe Gustavsen2011-01-171-296/+473
|/ /
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-251-14/+36
|\ \ | |/
| * Cocoa: small update to 534ba3c7314820604ba5aeeffa6051c91e7c1d09Richard Moe Gustavsen2010-10-151-5/+8
| * Cocoa: fix child window issues (QTBUG 13867, 14420, 13126)Richard Moe Gustavsen2010-10-151-14/+33
* | Don't assing 'const Foo*' to a 'Foo*'Tor Arne Vestbø2010-10-151-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-211-4/+8
|\ \ | |/
| * Compile on MacEskil Abrahamsen Blomfeldt2010-09-161-0/+3
| * Implement a private API for setting title widgetsHarald Fernengel2010-09-101-4/+5
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-251-6/+12
|\ \ | |/
| * Cocoa: revert parts of cc6dc0aeefde881a95f5fea2b26f2f3d7bdc6e15Richard Moe Gustavsen2010-08-171-4/+0
| * Cocoa: parent windows shows on screen when they should be hiddenRichard Moe Gustavsen2010-08-171-6/+16
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-281-1/+10
|\ \ | |/
| * Drawer widget in a MainWindow disappears after returning from full screen mode.Carlos Manuel Duclos Vergara2010-07-231-1/+3
| * Fix for tst_qmdisubwindow::fixedMinMaxSize failure on CocoaPrasanth Ullattil2010-07-151-0/+7
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-011-8/+11
|\ \ | |/
| * Crash while changing the windows flags from a Qt::Drawer window on CocoaPrasanth Ullattil2010-06-301-3/+5
| * Child windows shown automatically when their parent is shown(Cocoa).Prasanth Ullattil2010-06-241-1/+1
| * Fixed an on-exit crash for apps using GL.Trond Kjernåsen2010-06-111-4/+5
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-06-081-0/+4
|\ \ | |/
| * Add a new qconfig feature GESTURESTasuku Suzuki2010-06-021-0/+4
* | Cocoa: remove 'double' content view from window, second tryRichard Moe Gustavsen2010-06-011-18/+16
* | Revert "Cocoa: remove 'double' content view from window"Richard Moe Gustavsen2010-05-311-15/+18
* | Cocoa: fix broken drawers after content view structure changeRichard Moe Gustavsen2010-05-311-0/+2
* | Cocoa: remove 'double' content view from windowRichard Moe Gustavsen2010-05-311-18/+15
|/
* isOnActiveSpace is available from 10.6.Carlos Manuel Duclos Vergara2010-05-061-7/+14
* Suggestions' widget on another spaceCarlos Manuel Duclos Vergara2010-05-041-2/+21