summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fixed license headersJani Heikkinen2015-02-176-6/+6
* Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-1615-83/+70
* Add widget support for requestUpdate() and improve its docs and testsLaszlo Agocs2015-02-161-4/+9
* Remove support for some very old compilersAllan Sandfeld Jensen2015-02-151-11/+0
* Updated BSD licensed file headersJani Heikkinen2015-02-15124-372/+372
* QTextLayout: Reserve space ahead of time.Robin Burchell2015-02-151-0/+2
* QFontDatabase: Move style key near usage to avoid heap allocsRobin Burchell2015-02-151-8/+4
* QFontDatabase: Optimize QtFontStyle::Key::Key().Robin Burchell2015-02-151-6/+13
* Add support for GPU bug list reading.Friedemann Kleint2015-02-142-0/+395
* QScreen: add devicePixelRatio propertyShawn Rutledge2015-02-142-1/+7
* [QQuaternion] Introduce to/from euler angles conversion routinesKonstantin Ritt2015-02-142-0/+144
* [QQuaternion] Introduce toAxisAndAngle()Konstantin Ritt2015-02-142-0/+59
* FreeType: Support RGB rendering when not using FontConfigSérgio Martins2015-02-145-0/+51
* Improve readability of QFlags testSérgio Martins2015-02-141-2/+2
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-132-1/+13
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-132-2/+2
* Optimize generic conversion and remove now obsolete direct conversionsAllan Sandfeld Jensen2015-02-134-423/+187
* QOpenGLContext: expose the shared global contextGiuseppe D'Angelo2015-02-122-0/+26
* Make the QPlatformTheme::keyBindings() search deterministicMorten Johan Sørvig2015-02-121-50/+33
* QtGui: assorted migrations to QString::asprintfMarc Mutz2015-02-122-13/+10
* QOpenGLTexture: enable build on Windows CEGiuseppe D'Angelo2015-02-121-13/+9
* Expose TabFocusBehavior in QStyleHintsLiang Qi2015-02-126-5/+30
* Prevent crashing on ES2 SDK - ES3 device scenarios with AndroidLaszlo Agocs2015-02-123-8/+17
* Update copyright headersJani Heikkinen2015-02-11667-4467/+4395
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devLaszlo Agocs2015-02-1020-114/+225
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-1020-114/+225
| |\
| | * Don't crash with invalid QModelIndex or when QTreeWidgetItem is NULL in mimeD...Maks Naumov2015-02-061-12/+11
| | * QIcon: Fix that HiDPI image was not found with QRC aliasEike Ziller2015-02-061-6/+6
| | * Improve QTextDocument::setPlainText/Html doc related to undo stackSamuel Gaist2015-02-051-2/+3
| | * Correct inplace conversion methods from RGBA8888 formatsAllan Sandfeld Jensen2015-02-031-3/+3
| | * Partially revert "QFixed: fix undefined behavior"Marc Mutz2015-02-021-1/+1
| | * Add some punctuation to QTextCursor's detailed description.Mitch Curtis2015-02-021-5/+5
| | * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-299-60/+153
| | |\
| | | * Make harfbuzz-old fallback available at run-timeEskil Abrahamsen Blomfeldt2015-01-192-8/+13
| | | * Fix drag and drop regressionGatis Paeglis2015-01-193-1/+16
| | | * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-163-22/+22
| | | |\
| | | * | Resolve GLES3 functions from the shared libLaszlo Agocs2015-01-104-51/+124
| | * | | src/gui/painting/painting.pri: add missing qfixed_p.hMarc Mutz2015-01-241-0/+1
| | * | | QTextCharFormat: fix word spacing setupMaks Naumov2015-01-231-1/+1
| | * | | Doc: fix copy/paste error in QTextCharFormat::setFont documentationDavid Faure2015-01-221-1/+1
| | * | | OS X/iOS: Fix stretched font renderingEskil Abrahamsen Blomfeldt2015-01-221-0/+9
| | * | | QFontDatabase: Make assert about failed delayed font population more verbose.Friedemann Kleint2015-01-211-1/+1
| | * | | QFixed: fix undefined behaviorMarc Mutz2015-01-211-21/+21
| | * | | Safeguard QScreen::refreshRate against buggy platform behaviorGunnar Sletta2015-01-212-3/+11
* | | | | Add support for snapping to pixel gridJan Arve Saether2015-02-092-21/+47
* | | | | OpenGL: Add versioned functions support for opengl 4.4 and 4.5David Morgan2015-02-0942-1278/+23484
* | | | | Optimize unpremultiply on SSE4.1Allan Sandfeld Jensen2015-02-092-1/+63
|/ / / /
* | | | remove stray QGuiApplicationPrivate::wheelEventSource declarationShawn Rutledge2015-02-081-2/+0
* | | | Add more notes regarding the uniform settersLaszlo Agocs2015-02-081-0/+9
* | | | Use prefix instead of postfix for iteratorsMaks Naumov2015-02-083-3/+3