summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Optimize quaternion to rotation matrix convertionKonstantin Ritt2015-02-262-38/+47
* [QQuaternion] Add operator* that rotates a vector with a quaternionKonstantin Ritt2015-02-262-0/+17
* [QQuaternion] Fix naming of the new methodsKonstantin Ritt2015-02-262-12/+12
* Minor optimization in SSE4 unpremultiplyAllan Sandfeld Jensen2015-02-261-2/+1
* Remove PREMUL and INV_PREMUL macrosAllan Sandfeld Jensen2015-02-251-5/+0
* Fix various qdoc-warnings.Friedemann Kleint2015-02-251-1/+1
* Improve setDefaultFormat docs regarding AA_ShareOpenGLContextsLaszlo Agocs2015-02-251-0/+6
* Fix underline for centered textEskil Abrahamsen Blomfeldt2015-02-251-1/+1
* Allow QDistanceField to be directly constructed from a QPainterPath.Michael Brasser2015-02-252-0/+12
* Fix crash when accessing QStyleHints before QGuiApplication is constructed.Friedemann Kleint2015-02-253-7/+13
* Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-253-10/+10
* Decide whether to synthesize mouse events on a per device basisAlexander Volkov2015-02-256-15/+8
* Ensure QGuiApplicationPrivate::screen_list is correctly populatedSandro Mani2015-02-252-3/+7
* QtGui: Fix some qdoc-warnings.Friedemann Kleint2015-02-253-6/+6
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-248-25/+35
|\
| * Fix crash in QPainter::drawGlyphRun() when painter is not activeOlivier Blin2015-02-241-0/+5
| * Fix a division by zero when processing malformed BMP files.Richard J. Moore2015-02-241-0/+8
| * Correct pixel type for depth textures on ESLaszlo Agocs2015-02-201-1/+3
| * QGuiApplication: revert b8d0fac5a9 (mouse event handling)Richard Moe Gustavsen2015-02-151-8/+6
| * Fix regression in opacity handling of pdf path strokePeter Niekamp2015-02-111-3/+8
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-102-4/+5
| |\
| | * REG: Fix misplaced outline drawn text with native renderingEskil Abrahamsen Blomfeldt2015-02-052-4/+5
| * | Qt 5 to-do in qpainterengineex_p.hSamuel Gaist2015-02-071-9/+0
* | | Merge dev into 5.5Oswald Buddenhagen2015-02-238-77/+301
|\ \ \
| * | | Restore binary compatibility in versioned OpenGL function classesDavid Morgan2015-02-212-71/+295
| * | | Fixed license headersJani Heikkinen2015-02-176-6/+6
* | | | Add explanatory text to translated strings in font database.Friedemann Kleint2015-02-201-0/+2
* | | | [QFreetypeFace::addBitmapToPath] Get rid of unused paramKonstantin Ritt2015-02-202-3/+3
* | | | Use QPlatformWindow::mapToGlobal()/mapFromGlobal() for Qt::ForeignWindow.Friedemann Kleint2015-02-181-6/+10
|/ / /
* | | 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