summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix QQuickTextInput implicit width.Andrew den Exter2011-11-071-1/+2
* Support tentative commit string with input method.Pekka Vuorela2011-11-052-0/+22
* Allow disabling FreeType internal cacheJiang Jiang2011-11-052-155/+112
* Fix a warning in QGlyphRun compilationJiang Jiang2011-11-051-0/+1
* Restore subpixel rendering support with fontconfig and FreeTypeJiang Jiang2011-11-051-1/+2
* Improve QtGui start-up time and memory use.Samuel Rødal2011-11-043-61/+98
* Do not put cursor at non-stop character positionsJiang Jiang2011-11-041-0/+3
* Release font engine refcount when done using it in QTextEngineJiang Jiang2011-11-043-5/+12
* QtGui: Fix compilation with gcc 4.4Friedemann Kleint2011-11-032-28/+77
* Renamed QTextLayout member variable for readabilityPekka Vuorela2011-11-032-39/+39
* Documented side-effect of QTextLayout::setPreeditArea()Pekka Vuorela2011-11-031-1/+2
* Add Q_PROPERTY declarations to QScreen.Samuel Rødal2011-11-012-19/+62
* Revert "Fix use of qMax() with floating point constants"Sergio Ahumada2011-11-011-2/+2
* Remove declaration of QRasterPlatformPixmap::fromFile()Bradley T. Hughes2011-10-311-1/+0
* Re-added hellogl_es and ES 1 support for QOpenGLContext.Samuel Rødal2011-10-311-2/+6
* Add missing include when enabling deprecated codeOlivier Goffart2011-10-311-0/+4
* Gui/OpenGL: Remove remains of qpa from profiles.Friedemann Kleint2011-10-312-70/+47
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-318-13/+11
* Fix use of qMax() with floating point constantsSergio Ahumada2011-10-301-2/+2
* Remove S60/symbian specific codeLars Knoll2011-10-291-331/+0
* Remove Windows and X11 from src/widgets/platforms.Robin Burchell2011-10-286-653/+1
* Get rid of legacy glTexParameterf calls.Samuel Rødal2011-10-283-25/+18
* Freetype: Do not unlock face when returning superclass value in lockedAlphaMa...Oliver Wolff2011-10-281-1/+0
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-2722-71/+68
* Fix compiler warnings.Friedemann Kleint2011-10-275-12/+12
* Fixed crash in printsupport on WindowsOliver Wolff2011-10-271-8/+1
* Compile with QT_ENABLE_DEPRECATED_BEFORE set to old version of QtOlivier Goffart2011-10-272-13/+12
* Do not call setCursor on Desktop or if there is no platform window.Friedemann Kleint2011-10-271-4/+10
* Add default actions to QAccessibleWidget.Frederik Gladhorn2011-10-272-23/+10
* Native file dialog support for MacMorten Sorvig2011-10-272-0/+16
* Fix spellingMorten Sorvig2011-10-261-2/+2
* QtGui: Remove Q_WS and qpa.Friedemann Kleint2011-10-2515-279/+28
* Sanitize QAccessible includes.Frederik Gladhorn2011-10-254-5/+5
* Improve drawing scaled image with raster using SSE2Olivier Goffart2011-10-243-22/+153
* Keep Multi font engine in QFontCacheJiang Jiang2011-10-243-7/+16
* Multiline editors not to limit anchor position inputMethodQueryPekka Vuorela2011-10-241-1/+1
* Deprecate QDesktopServices::storageLocation/displayNameDavid Faure2011-10-232-13/+17
* Rename storageLocation() to writableLocation().David Faure2011-10-231-2/+2
* Move path information from QDesktopServices (gui) to QStandardPaths (core)David Faure2011-10-236-435/+13
* QWindow: Re-create platform window only if screen actually changes.Friedemann Kleint2011-10-221-6/+10
* Add virtual QWindow::focusObject() methodLars Knoll2011-10-222-0/+10
* Fix two typos: docu for "deprecated since" and Q_DEPR... -> QT_DEPR...David Faure2011-10-221-1/+1
* [blitter] Work on tst_QPixmap::clear()Holger Hans Peter Freyther2011-10-212-3/+15
* [blitter] Generate a new serial number when resizing the pixmapHolger Hans Peter Freyther2011-10-211-0/+1
* Fix compiler warnings when using QT_DEPRECATEDSergio Ahumada2011-10-211-0/+2
* Fix some compiler warnings on MacSergio Ahumada2011-10-212-1/+3
* Make foreground and backgroundColor proper functions.Frederik Gladhorn2011-10-202-11/+19
* Refactor QAccessibleActionInterface.Frederik Gladhorn2011-10-196-138/+135
* Provide API for "placement new" construction of meta-typesKent Hansen2011-10-191-10/+28
* Destroy generic plugins on exit.Laszlo Agocs2011-10-192-0/+9