summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'gerrit/master' into HEADSamuel Rødal2011-09-066-43/+137
|\
| * Generic property support for platform windowsLasse Holmstedt2011-09-052-1/+55
| * Make it easier to select words at the start of a line.Andrew den Exter2011-09-051-12/+22
| * Fix delayed password masking mid-string.Andrew den Exter2011-09-051-3/+3
| * Move cursorDelegate with the mouse selection of read only text input.Andrew den Exter2011-09-051-2/+6
| * Update license headersGabriel de Dietrich2011-09-013-54/+57
| * Fix build with Clang for libpng versions 1.4.0 to 1.5.2Tor Arne Vestbø2011-08-311-0/+23
| * Introduce menubar plugin systemAurélien Gâteau2011-08-314-1/+42
| * Introduce QAbstractPlatformMenuBarAurélien Gâteau2011-08-316-11/+457
| * Hide Q<Platform>MenuActionAurelien Gateau2011-08-315-10/+10
| * Fix warning about initialization orderAurélien Gâteau2011-08-311-3/+3
| * Correctly position aliased lines with flat capsLars Knoll2011-08-312-28/+32
* | Add timestamp to QInputEvent.Laszlo Agocs2011-09-053-1/+9
* | micro optimizationsKonstantin Ritt2011-09-023-91/+40
* | fix typo in the docsKonstantin Ritt2011-09-021-1/+1
* | QRawFont: add missed operator !=Konstantin Ritt2011-09-022-0/+9
* | optimize QGlyphRun's operator == a bitKonstantin Ritt2011-09-021-7/+11
* | QGlyphRun: make operator != inlinedKonstantin Ritt2011-09-022-5/+5
* | QGlyphRun: don't detach if the decoration wasn't actually changedKonstantin Ritt2011-09-021-0/+9
* | Fix the \since 4.x tags in gui/opengl.Samuel Rødal2011-09-024-38/+5
* | Refactor QMouseEvent to contain the position inside the windowLars Knoll2011-09-013-31/+91
* | Clean up shared resources immediately as the last context is destroyed.Samuel Rødal2011-09-012-12/+23
* | Cocoa: Fix qmlscene flicker on startup.Morten Sorvig2011-08-312-3/+3
* | Initialize member variableLars Knoll2011-08-311-1/+2
* | Add a QStyleHints class to QtGuiLars Knoll2011-08-3110-50/+228
* | Move the qmljsdebugargument variable to QGuiApplicationLars Knoll2011-08-311-0/+4
* | Touch event support for QWindow.Laszlo Agocs2011-08-313-2/+147
* | Fix build from scratch.Friedemann Kleint2011-08-301-0/+2
* | pick up the target window for a mouse event when none is specifiedGunnar Sletta2011-08-301-3/+3
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-302-408/+572
|\|
| * Optimized QMatrix4x4 by improving how 'flagBits' are used.Kim Motoyoshi Kalland2011-08-292-408/+572
* | Rename remaining gui/opengl source files to avoid name clashing.Samuel Rødal2011-08-3010-27/+27
* | Cause fatal error when trying to make a context current in wrong thread.Samuel Rødal2011-08-301-0/+3
* | Added some documentation for internal OpenGL resource handling classes.Samuel Rødal2011-08-301-0/+51
* | Build on Windows/clean build on Linux.Friedemann Kleint2011-08-2912-28/+38
* | Added qopengl auto-test.Samuel Rødal2011-08-291-0/+1
* | Merge "Merge remote branch 'gerrit/master' into refactor" into refactorGunnar Sletta2011-08-293-1/+9
|\ \
| * | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-293-1/+9
| |\|
| | * Fix typo for ifdef QT_NO_ACCESSIBILITYFrederik Gladhorn2011-08-261-1/+1
| | * Call QAccessible::updateAccessibility when a widget is deletedJosé Millán Soto2011-08-261-0/+4
| | * Call QAccessible::updateAccessibility when setText is called on QLabelJosé Millán Soto2011-08-261-0/+9
| | * Check if bridge plugin vector is still valid.Frederik Gladhorn2011-08-261-1/+1
| | * Fix crash when fallback font is not #0 in multi font engineEskil Abrahamsen Blomfeldt2011-08-262-0/+7
| | * Fix justification of RTL textEskil Abrahamsen Blomfeldt2011-08-251-1/+2
| | * Add constants to QAccessible::Event enum.Frederik Gladhorn2011-08-251-34/+34
| | * Add a QApplication::queryKeyboardModifiers() method.David Faure2011-08-258-17/+60
* | | Compile without QT_DEBUG.Morten Sorvig2011-08-292-2/+2
|/ /
* | Clean up legacy defines in gui/opengl.Samuel Rødal2011-08-293-78/+10
* | Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-2970-383/+23897
* | Move GL resource handling enablers to QtGui.Samuel Rødal2011-08-295-37/+409