summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QWindow::mapToGlobal/mapFromGlobal and move()Gunnar Sletta2011-08-293-0/+51
* | Fix some compiler warnings, shut up QIbusPlatformInputContext.Friedemann Kleint2011-08-262-3/+8
* | Introduce new platform capability ThreadedOpenGL.Samuel Rødal2011-08-261-1/+2
* | Fix compilation/use correct data type for qt_lastx,y.Friedemann Kleint2011-08-254-19/+14
* | Merge branch 'master' into refactorGunnar Sletta2011-08-2521-138/+202
|\|
| * Add IAccessible2 table2 implementation.Frederik Gladhorn2011-08-2213-19/+311
| * Enablers for using QGlyphRun in SceneGraphEskil Abrahamsen Blomfeldt2011-08-1910-39/+196
| * Fixed broken lookup of fallback fonts on qpaRohan McGovern2011-08-191-2/+1
| * Use name for combobox on Unix.Frederik Gladhorn2011-08-181-0/+18
| * Rename textBeforeOffsetFromString to start with q.Frederik Gladhorn2011-08-181-3/+3
| * Implement text interface for QLineEdit.Frederik Gladhorn2011-08-181-0/+112
| * Fix bidi reordering of RTL text with embedded imagesEskil Abrahamsen Blomfeldt2011-08-181-2/+0
| * Minor optimizations for QTextEngineRitt Konstantin2011-08-181-17/+25
| * Fix typo in comment.Frederik Gladhorn2011-08-181-1/+1
| * Avoid bogus accessibility focus events from menus.Frederik Gladhorn2011-08-181-0/+4
| * When asking for relations, don't crash on children that don't return an inter...Frederik Gladhorn2011-08-171-4/+7
| * FocusScope's focusItem must always be a descendentAlan Alpert2011-08-151-16/+18
| * Don't endless loopAlan Alpert2011-08-151-1/+1
| * Don't leak MouseEventsAlan Alpert2011-08-151-2/+2
| * QLabel documentation: add warning about sanitizing inputPeter Hartmann2011-08-101-0/+7
| * Remove all non-const operator==Harald Fernengel2011-08-098-49/+5
| * Change mouse and wheel QPA events to use QPointF.Laszlo Agocs2011-08-085-32/+32
| * Use more numerically robust algorithm to compute QBezier::pointAt().Alan Alpert2011-08-051-18/+18
* | resize convenince functionGunnar Sletta2011-08-241-0/+1