summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Window deactivation should set focus reason.Frederik Gladhorn2013-03-131-1/+1
* Don't include custom qopengles2ext.h on iOSTor Arne Vestbø2013-03-131-21/+32
* QTextEngine::itemize(): Minor optimizationKonstantin Ritt2013-03-131-1/+1
* Hide Harfbuzz from the outer worldKonstantin Ritt2013-03-132-96/+0
* Avoid using HB types in QFontEngine APIKonstantin Ritt2013-03-136-55/+81
* Replace HB types used in API with Qt analogsKonstantin Ritt2013-03-1212-66/+73
* Do not list desktop widgets and desktop screen widgets as top-levels.Friedemann Kleint2013-03-121-1/+1
* Get rid of qt_determine_writing_systems_from_truetype_bits()Konstantin Ritt2013-03-124-132/+112
* Avoid crash in QVertexArrayObject destructorSean Harmer2013-03-121-1/+2
* Add QOpenGLTimerQuery and QOpenGLTimeMonitor classesSean Harmer2013-03-124-3/+1174
* Update gl2ext.h with the latest version from KhronosGiuseppe D'Angelo2013-03-121-20/+461
* Fix warning about unhandled enumeration value.Friedemann Kleint2013-03-121-0/+2
* Documentation and versioning for new Window propertiesShawn Rutledge2013-03-122-18/+28
* Add methods to convert lists of QKeySequence to/from stringsKevin Ottens2013-03-062-0/+44
* Implement XEmbed protocolAlberto Mardegan2013-03-068-8/+53
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-0510-5/+68
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-02-281-2/+1
| |\
| | * Fix some punctuation errors.Mitch Curtis2013-02-271-2/+1
| * | Use the base implementation of QAbstractItemModel::sibling in QSIM.Stephen Kelly2013-02-262-1/+2
| * | Transient QWindows centered; default-constructed geometryShawn Rutledge2013-02-245-2/+61
| |/
| * Doc: Update image in QPainter class reference docsTopi Reinio2013-02-201-0/+0
| * Fix reentrancy problem in image readingaavit2013-02-201-0/+4
* | Fix crash in flushWindowSystemEvents() in QGuiApplication-cleanup.Friedemann Kleint2013-03-052-2/+13
* | Output window in warning about flush() for unexposed window.Friedemann Kleint2013-03-051-2/+5
* | Introducing the Qt Android portPaul Olav Tvete2013-03-051-3/+25
* | Make the new OpenGL function headers compile on their ownThiago Macieira2013-03-0523-46/+92
* | Fix selection of fonts that require OpenType featuresKonstantin Ritt2013-03-042-0/+6
* | Mark all qtbase headers that aren't cleanThiago Macieira2013-03-032-0/+2
* | OpenGL: Add support for the Compute shader stageSean Harmer2013-03-023-2/+17
* | QOpenGLShaderProgram: insert precision defines based on runtime detectionGiuseppe D'Angelo2013-03-011-10/+14
* | OpenGL: Add support for OpenGL 4 tessellation shader stagesSean Harmer2013-03-014-7/+252
* | Merge "Merge branch 'ios' into dev" into refs/staging/devTor Arne Vestbø2013-02-283-5/+14
|\ \
| * | iOS: Retina display support.Morten Johan Sorvig2013-02-272-2/+13
| * | iOS: fix build issue, dont link against cocoaRichard Moe Gustavsen2013-02-261-3/+1
* | | OpenGL: Add QOpenGLVertexArrayObject classSean Harmer2013-02-283-2/+586
* | | OpenGL: Reinstate support for OpenGL geometry shadersSean Harmer2013-02-283-4/+58
* | | Allow flushing window system events from other threadEskil Abrahamsen Blomfeldt2013-02-284-2/+36
* | | Fix compile on AndroidBogDan Vatra2013-02-271-2/+2
* | | Enablers for input methods on AndroidPaul Olav Tvete2013-02-273-0/+31
* | | Introduced QWindow::setMask() to expose existing platform functionality.Samuel Rødal2013-02-273-0/+37
* | | OpenGL: Add a set of version and context specific OpenGL classesSean Harmer2013-02-2655-2/+85644
* | | Fix typo.Frederik Gladhorn2013-02-261-1/+1
* | | Update qopenglext.h with the latest version from KhronosGiuseppe D'Angelo2013-02-251-32/+434
* | | QPA: fix memory leak in qwindowsysteminterface.hRichard Moe Gustavsen2013-02-241-1/+1
|/ /
* | Update qopenglext.h to latest glext.h from Khronos.orgSean Harmer2013-02-221-99/+1016
* | OpenGL: Refactor some defines and typedefs to a common locationSean Harmer2013-02-212-21/+17
* | QPA: Add interface for setting the application state explicitlyRichard Moe Gustavsen2013-02-217-4/+59
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-212-2/+5
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-202-2/+5
| |\|
| | * Don't enable HIDPI when rendering directly to PDF on MacAndy Shaw2013-02-191-2/+2