summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* add a platform interface for input method supportLars Knoll2011-06-225-0/+158
* Add lighthouse event dispatcher API.Morten Sorvig2011-06-2212-1874/+56
* Made QExposeEvent public and added exposeEvent() in QWindow.Samuel Rødal2011-06-225-12/+44
* OpenGL API refactor.Samuel Rødal2011-06-2113-203/+161
* Rename QWindowSurface -> QBackingStore and split into platform / public.Samuel Rødal2011-06-2110-234/+315
* Compile fixes.Samuel Rødal2011-06-211-0/+1
* remove postscript related filesLars Knoll2011-06-203-1096/+0
* Add a platform API for QClipboard::ownsMode()Lars Knoll2011-06-203-4/+9
* Make glx wayland backends working.Laszlo Agocs2011-06-201-0/+1
* Compile.Friedemann Kleint2011-06-141-0/+1
* Merge branch 'refactor' of scm.dev.nokia.troll.no:qt/qtbase-staging into refa...Jørgen Lind2011-06-106-2/+21
|\
| * Added frameMargins() API and support in XCB plugin.Samuel Rødal2011-06-104-0/+19
| * Compile Windows.Friedemann Kleint2011-06-102-2/+2
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-1024-121/+364
|\ \ | |/ |/|
| * Fontengine buildfix for xcb platform plugin.Tapani Mikola2011-06-104-11/+7
| * Allow selecting fonts with irregular style namesJiang Jiang2011-06-0911-96/+204
| * Duplicate some harfbuzz symbols inside Qt.Gunnar Sletta2011-06-094-3/+115
| * Use homePath instead of homeDirPathEckhart Koppen2011-06-091-1/+1
| * Add tilde (both ~ and ~<user>) expansion to QFileDialog on UNIX.Pierre Rossi2011-06-081-4/+73
| * Fix modules to load(qt_module) firstMarius Storm-Olsen2011-06-081-0/+2
| * Reorder member varibles in QGlyphRunPrivate to eliminate warningJiang Jiang2011-06-081-4/+4
| * Fix warning in qtextengine compilationJiang Jiang2011-06-081-1/+1
| * Fix compile when configure with no fontconfig supportJiang Jiang2011-06-081-3/+3
| * Add function QGlyphRun::setRawData()Eskil Abrahamsen Blomfeldt2011-06-076-53/+111
| * Moved common module profiles to be feature profiles.axis2011-06-051-1/+1
| * Correct antialias disabling logic for Core TextJiang Jiang2011-06-041-3/+2
| * Fix Windows buildJiang Jiang2011-06-031-2/+2
| * Refactor glyph pretransform checkJiang Jiang2011-06-036-56/+62
* | 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