summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Move desktopSettingsAware to QGuiApplication.Friedemann Kleint2012-02-153-0/+31
* Added static keyword to blend_transformed_tiled_argb/rgb565().Kim Motoyoshi Kalland2012-02-141-2/+2
* Removed unused qStorePixel[] array.Kim Motoyoshi Kalland2012-02-141-12/+0
* Use newly-added QFileInfo::isNativePathJoão Abecasis2012-02-142-7/+8
* Compile without OpenGL.Samuel Rødal2012-02-122-0/+4
* Add QPlatformServices class.Friedemann Kleint2012-02-109-460/+114
* Avoid crash when windows with active mouse synthesization are deletedLaszlo Agocs2012-02-102-3/+7
* Move all usages of Relation enum values to QAccessible::relations()Jan-Arve Saether2012-02-102-5/+6
* Handle TouchCancel in gui and widgetsLaszlo Agocs2012-02-105-2/+79
* Add qt_pixmapFromWinHICON again for Windows CE.Andreas Holzammer2012-02-101-0/+179
* Update docs for QAccessibleEvent.Frederik Gladhorn2012-02-101-46/+10
* Improvement to font database cleanupjian liang2012-02-103-21/+38
* 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