summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* QGuiApplication::focusObject() to replace QInputPanel::inputItem()Pekka Vuorela2012-01-277-5/+79
* Introduced QOpenGLContext::defaultFramebufferObject().Samuel Rødal2012-01-278-9/+123
* Implement QWindow::close()Anselmo L. S. Melo2012-01-271-2/+22
* Made QWindow::currentOrientation() a property.Samuel Rødal2012-01-263-5/+13
* Remove QTextControl and QLineControl.Andrew den Exter2012-01-257-5602/+0
* Don't lose the fontDef when setting the size of a raw font.Pierre Rossi2012-01-251-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-25120-120/+0
* Make coordinates float based where it makes sense.Lars Knoll2012-01-252-19/+24
* Remove support for the MNG file format and the bundled libmngaavit2012-01-256-621/+0
* Add a changed() signal to QValidator.Andrew den Exter2012-01-252-1/+27
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-2411-27/+23
* Made window orientation API more flexible.Samuel Rødal2012-01-2412-100/+246
* QKeySequence: add tests, fix handling of '+' as key or separator.David Faure2012-01-241-7/+16
* Allocate mipmaps in FBOs with glTexImage2D, not glGenerateMipmap.Kim Motoyoshi Kalland2012-01-241-2/+12
* Make it possible to compile with -no-opengl.Andreas Holzammer2012-01-2410-42/+83
* Remove Symbian specific code from QtGui.Xizhi Zhu2012-01-248-521/+5
* Fix synthesizing mouse events when touches change orderingLaszlo Agocs2012-01-232-5/+18
* Mark QTriangulatingStroker as Q_GUI_EXPORTAlex Wilson2012-01-231-1/+1