summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Introduce QScreen::grabWindow(), deprecate QPixmap::grabWindow().Friedemann Kleint2012-02-095-54/+64
* Add event type for TouchCancel.Laszlo Agocs2012-02-091-3/+9
* Preserve weight and style request for multi font enginesJiang Jiang2012-02-092-5/+7
* Eliminate a warningJiang Jiang2012-02-091-2/+2
* Fix compile with QT_NO_OPENGL.Andreas Holzammer2012-02-092-0/+6
* Fixed CustomDashLine drawing bug.Samuel Rødal2012-02-081-1/+3
* QTextEdit cursor position fix when moving left/right with selectionPasi Matilainen2012-02-081-6/+20
* Fixed source composition with opacity in the raster paint engine.Kim Motoyoshi Kalland2012-02-081-0/+2
* Change WId to be a quintptr.Jonathan Liu2012-02-071-1/+2
* Fixed jagged lines when drawing scaled image with raster engine.Kim Motoyoshi Kalland2012-02-071-2/+3
* Removed image format specific template functions in raster engine.Kim Motoyoshi Kalland2012-02-0711-4570/+1830
* Fixed typo in QOpenGLContext warning message.Samuel Rødal2012-02-061-1/+1
* Destroy the QWindow children in destroy() instead of close()Laszlo Agocs2012-02-061-10/+9
* Fix memory leak of QFontEngineBox objectjian liang2012-02-061-1/+5
* Add distance field generation functions from ScenegraphJiang Jiang2012-02-066-4/+2596
* Remove QAccessible::FocusChild, add focusChild()Jan-Arve Saether2012-02-064-23/+26
* Add accessible role Terminal.Frederik Gladhorn2012-02-061-0/+1
* SIC: QLocale: Remove base argument from conversion to number apiJohn Layt2012-02-051-1/+1
* Fix a typo TypeDefiniton -> TypeDefinition.Jędrzej Nowacki2012-02-031-17/+17
* Remove QInputContextPekka Vuorela2012-02-031-1/+1
* Build with -pedanticStephen Kelly2012-02-031-2/+2
* Improve QSurface / QWindow API a bit and use that to avoid errorsGunnar Sletta2012-02-026-15/+79
* Update wrong docs for TouchPoint::id().Laszlo Agocs2012-02-021-3/+2
* Windows QPA: Compile with QT_NO_CAST_FROM_ASCII, warnings.Friedemann Kleint2012-02-021-1/+1
* Fix qmlscene segfault on startup on Mac OS 10.6.Morten Johan Sørvig2012-02-021-2/+4
* Renamed QInputPanel as QInputMethodPekka Vuorela2012-02-0211-188/+317
* fix memory leak of QAccessibleWidgetJian Liang2012-02-021-1/+1
* qopenglcontext not checking for null and failing with platform minimalKurt Korbatits2012-02-021-0/+2
* pixmap: Add QPlatformPixmap::fromData null check for the imageHolger Hans Peter Freyther2012-02-021-0/+2
* Move QPlatformDialogs from QtWidgets to QtGui.Friedemann Kleint2012-02-013-2/+874
* Use QBasicMutex instead of Q_GLOBAL_STATIC QMutexOlivier Goffart2012-02-013-18/+14
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-013-13/+8
* Revert "Put the generated <module>version.h into build tree"Bradley T. Hughes2012-02-011-1/+1
* Introduced BufferQueueingOpenGL capability in platofrm integrationGunnar Sletta2012-02-012-1/+24
* Add the event loop quitlock feature to QtCore.Stephen Kelly2012-01-313-11/+22
* add virtual destructor to QWindowSystemInterfacePrivate::WindowSystemEventjian liang2012-01-311-0/+1
* Add support for cleanup functions for data-constructed QImagesSimon Hausmann2012-01-313-23/+59
* Remove many deprecated methodsLars Knoll2012-01-319-31/+14
* Windows: Fix compilation with -qtnamespaceKai Koehne2012-01-311-1/+2
* Moving tiff image format support and libtiff out of qtbaseaavit2012-01-317-795/+4
* Use events for accessibility updates.Frederik Gladhorn2012-01-315-34/+93
* Remove Symbian specific code from QtGui.Xizhi Zhu2012-01-3111-737/+80
* Fix QGuiApplication::topLevelWindows(), introducing allWindows()Anselmo L. S. Melo2012-01-312-1/+29
* QValidator: Don't fallback to C Locale when validating inputJohn Layt2012-01-311-18/+4
* fix memory leak in QGuiApplicationPrivatejian liang2012-01-311-0/+2
* Add native event filters to Windows, forward to Widgets.Friedemann Kleint2012-01-306-0/+42
* Don't crash when source or target is nullGunnar Sletta2012-01-301-2/+18
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30421-421/+421
* Put the generated <module>version.h into build treeLiang Qi2012-01-281-1/+1
* Decouple QPlatformTheme from QDialog.Friedemann Kleint2012-01-272-7/+12