summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Actually add QEventDispatcherMac.Morten Sorvig2011-06-102-0/+1368
* QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-1016-362/+433
* Add QEventDispatcherMac.Morten Sorvig2011-06-093-1/+18
* Remove QPlatformEventLoopIntegration.Morten Sorvig2011-06-099-424/+17
* Cursor support in xcb plug-in.Laszlo Agocs2011-06-084-4/+40
* Avoid out of bounds writeLars Knoll2011-06-081-2/+4
* QTextDocumentLayout has to be exported as it is used in widgetsOlli Werwolff2011-06-081-1/+1
* Fixed compilation with QT_NO_PRINTEROlli Werwolff2011-06-081-0/+2
* Implement QDropEvent::source() againLars Knoll2011-06-072-7/+5
* Protect against deleted windowsLars Knoll2011-06-071-0/+24
* Initialize variableLars Knoll2011-06-071-0/+1
* Implement XDnD in the xcb pluginLars Knoll2011-06-072-54/+55
* Add a startDrag to QPlatformDragLars Knoll2011-06-072-1/+4
* Buildfix for Mac OSRichard Moe Gustavsen2011-06-071-1/+1
* Made tst_QWidget::updateWhileMinimized() pass.Samuel Rødal2011-06-067-1/+104
* Make building of platform plugins indifferent if its out of sourceJørgen Lind2011-06-061-1/+1
* Add support for mouse and keyboard grab.Laszlo Agocs2011-06-034-0/+37
* Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-014-11/+86
|\
| * Make TextEdit word selection more natural.Andrew den Exter2011-06-011-1/+1
| * Ensure the TextEdit cursor delegate is repositioned on mouse events.Andrew den Exter2011-06-011-1/+3
| * Don't crash on an invalid replacementStart from an input method.Andrew den Exter2011-06-011-1/+3
| * Fix build in C++0x modeBernhard Rosenkraenzer2011-05-313-8/+8
| * Support placing cursor in ligature with mouse or touchJiang Jiang2011-05-303-7/+82
| * Fix ligature offset in multi-line textJiang Jiang2011-05-271-2/+2
| * Fix compile for systems with old fontconfigJiang Jiang2011-05-271-0/+5
| * Fix infinite recursion when changing geometry on MacGabriel de Dietrich2011-05-261-7/+5
| * Fix QGLWidget::renderPixmap for raster engine on MacJiang Jiang2011-05-251-2/+9
| * Workaround a bug in Core Text to select Light fontsJiang Jiang2011-05-251-1/+6
| * Fix QFontEngineX11FT compilationJiang Jiang2011-05-251-0/+2
| * Compile. Morten Sorvig2011-05-251-13/+0
* | add a platform interface for DnDLars Knoll2011-06-017-142/+132
* | Clean up DnD codeLars Knoll2011-06-014-480/+403
* | Have a sensible default double click interval.Laszlo Agocs2011-05-311-2/+2
* | Windows: Bring back the HDC to the raster engine, Q_OS_WIN.Friedemann Kleint2011-05-315-27/+175
* | Fix isTopLevel() in QWindow.Laszlo Agocs2011-05-311-1/+1
* | Add focus and modal dialog support.Laszlo Agocs2011-05-302-0/+8
* | Compile on Mac.Morten Sorvig2011-05-301-1/+1
* | Add QPlatformPrinterSupport.Friedemann Kleint2011-05-3013-77/+347
* | Compile fix Linux.Friedemann Kleint2011-05-261-0/+1
* | Compile fix for QtGui when configure with -qpa on WindowsOlli Werwolff2011-05-2611-24/+44
* | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-24365-6366/+6524
|\|
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241246-21159/+21159
| * Doc: Added some details to the accessibility events API documentation.David Boddie2011-05-231-36/+95
| * Doc: Fixed qdoc warnings.David Boddie2011-05-234-41/+60
| * Doc: Fixed qdoc warnings.David Boddie2011-05-232-7/+10
| * Doc: Fixed qdoc warnings.David Boddie2011-05-231-4/+4
| * Doc: Fixed qdoc warnings.David Boddie2011-05-2324-145/+177
| * Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-05-232-1/+14
| * Enablers for TextInputEskil Abrahamsen Blomfeldt2011-05-238-23/+126
* | Make QtCore compile with on Windows when -qpa is usedOlli Werwolff2011-05-241-1/+1