summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia4.5Sergio Ahumada2012-11-28151-2731/+2719
* Fixed bug where GL widget was not fully updated on Vista.Kim Motoyoshi Kalland2010-02-043-11/+21
* Fixed uninitialized background artifacts in QWidget::render.Donald Carr2009-12-081-1/+1
* Disable the move-by-scrolling optimization.Morten Johan Sørvig2009-11-021-3/+3
* Plug some autorelease pool leaks.Norwegian Rock Cat2009-10-291-0/+2
* QWidget painting regression on Windows.Bjørn Erik Nilsen2009-10-221-1/+1
* move default QAbstractButton font setup on Win mobile to QApplicationJoerg Bornemann2009-10-221-0/+2
* Fix a crash in cocoa when a QMessageBox is destroyed from dropEvent()Prasanth Ullattil2009-10-121-11/+11
* ignore invalid WM_KEYDOWN messages on WindowsJoerg Bornemann2009-10-071-2/+2
* Fixed Designer property editor selection bug.Gabriel de Dietrich2009-10-011-1/+1
* Fixes clipboard handling on X11.Denis Dzyubenko2009-10-011-1/+3
* Calling raise() on a hidden windows makes it visible on Cocoa.Prasanth Ullattil2009-09-231-1/+1
* Fixed off-by-one error in call to XGetKeyboardMapping that meant that max_key...Thomas Sondergaard2009-09-141-1/+1
* Fix memory leak when deleteLater is triggered via the main menu bar.Morten Sorvig2009-09-111-0/+2
* Run on 10.3.Morten Sorvig2009-09-111-1/+1
* Run on 10.3 Panther.Morten Sorvig2009-09-111-1/+4
* restoring a minimized window on Windows CE didn't workJoerg Bornemann2009-09-102-5/+12
* Update license headers again.Jason McDonald2009-09-08151-604/+604
* Doc: keypad navigation is supported on Windows CEJoerg Bornemann2009-09-081-2/+10
* restoring a minimized window on Windows CE didn't workJoerg Bornemann2009-09-031-0/+6
* unneeded Q_OS_WINCE checks removedJoerg Bornemann2009-09-031-5/+1
* Update license headers.Jason McDonald2009-09-025-15/+0
* Fix misformatted license headers.Jason McDonald2009-09-011-11/+8
* Update tech preview license header.Jason McDonald2009-08-31151-1963/+1963
* Make assorted constructors follow good coding practiceKeith Isdale2009-08-241-1/+2
* Fixed usage of the MITSHM extension for 16 bit X servers.Trond Kjernåsen2009-08-191-3/+6
* fix WA_DontShowOnScreen bug on Windows CEJoerg Bornemann2009-08-171-1/+1
* Document QAction::MenuRole not working on submenus.Norwegian Rock Cat2009-08-141-0/+5
* Wrapped the XInput include with an ifdef.Denis Dzyubenko2009-08-121-0/+4
* fix decoration of DontShowOnScreen widgets on Windows CEJoerg Bornemann2009-08-121-1/+1
* Update URL of online documentation.Jason McDonald2009-08-111-1/+1
* Eliminate some mentions of Trolltech.Jason McDonald2009-08-111-1/+1
* Qt's domain name is now qt.nokia.com.Jason McDonald2009-08-111-1/+1
* Update license headers.Jason McDonald2009-08-11151-151/+151
* Fix crash in QX11Data::xdndHandleEnter when XGetWindowProperty failsOctavian Voicu2009-08-061-6/+7
* Cocoa: Menus show old selected values.Richard Moe Gustavsen2009-08-051-0/+6
* Cocoa with namespace breaks the buildRichard Moe Gustavsen2009-07-311-2/+2
* Allow maximize button on the titlebar for a fixed size windowDenis Dzyubenko2009-07-301-0/+5
* Remove mem leak / warning in the cocoaportRichard Moe Gustavsen2009-07-301-0/+1
* Unable to change focus between two line edits on macRichard Moe Gustavsen2009-07-301-37/+12
* Doc - Renamed the cursor's images to illustrate splitV and splitH properlyKavindra Devi Palaraja2009-07-291-2/+2
* Roll back the fancy updating of translucent windows.Gunnar Sletta2009-07-271-4/+1
* Prematurely creating a dialog as a sheet causes problemsRichard Moe Gustavsen2009-07-242-21/+34
* Revert "Added a check that X11 timestamp goes forward only."Denis Dzyubenko2009-07-221-20/+15
* Another fix needed to build in a namespace on Mac with -arch ppcAndy Shaw2009-07-211-1/+2
* Fix crash when native socket notifiers would send a notification after being ...Norwegian Rock Cat2009-07-201-4/+8
* Fix deadlock in the QWS server when destroying lots of windowsTom Cooksey2009-07-171-2/+6
* Fixed a crash with input methodsPierre Rossi2009-07-102-6/+3
* Document limitation in Cocoa cursor handling.Norwegian Rock Cat2009-07-071-0/+5
* Fix typo in color calculation.Norwegian Rock Cat2009-07-071-3/+3