summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QtGui: Fix const correctness in old style castsThiago Macieira2015-03-1223-104/+106
* [QFontEngineFT] Use QScopedArrayPointer to auto-free the bitmap bufferKonstantin Ritt2015-03-111-21/+24
* Bring harfbuzzng.pri naming in par with the other .pri-s in src/3rdpartyKonstantin Ritt2015-03-111-1/+1
* Micro optimization to QPainterPrivate::drawGlyphsKonstantin Ritt2015-03-112-7/+4
* windows: Introduce a built-in GPU blacklistLaszlo Agocs2015-03-111-0/+18
* QShortCut: Check whether the menu is QPA-disabledGabriel de Dietrich2015-03-111-0/+1
* Use own QIconEngine in QFileIconProviderGabriel de Dietrich2015-03-111-1/+1
* QScreen availableGeometryChanged signal: emit correct valueShawn Rutledge2015-03-111-1/+1
* Gui: Fix compilation with QT_NO_OPENGLKai Koehne2015-03-111-0/+7
* Add AVX2 autovectorized versions of premultiplyAllan Sandfeld Jensen2015-03-109-90/+321
* Avoid detaching pixmaps when it has not changedDavid Edmundson2015-03-092-0/+7
* [QFontEngineFT] Use FT_Library associated with a given faceKonstantin Ritt2015-03-091-5/+3
* qdoc: Remove unnecessary ifndef Q_QDOCMartin Smith2015-03-071-2/+0
* Clarify QMatrix4x4::lookAt() docsLaszlo Agocs2015-03-071-4/+7
* Introduce QQuaternion::rotationTo(vecFrom, vecTo)Konstantin Ritt2015-03-072-0/+34
* [QQuaternion] Add a way to convert to/from orthonormal axesKonstantin Ritt2015-03-072-2/+54
* docs: QPlatformWindow::screen() and QWindow::screen() can return nullShawn Rutledge2015-03-062-2/+3
* xcb: do not create a dummy QScreen when there are no outputsShawn Rutledge2015-03-061-1/+6
* Introduce QQuaternion::dotProduct()Konstantin Ritt2015-03-052-17/+27
* Remove debug formatting functions obsoleted by the new debug operator for QFl...Friedemann Kleint2015-03-051-55/+4
* xcb: QkeySequence::Quit is control-QShawn Rutledge2015-03-051-1/+1
* Fix shortcut overriding.Christian Strømme2015-03-052-4/+13
* Remove non-templated pixellayout methodsAllan Sandfeld Jensen2015-03-041-182/+38
* Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-041-2/+2
|\
| * Painting: Avoid endless loop for certain bezier curvesEirik Aavitsland2015-03-041-2/+2
* | Optimize fallback RGB888 to RGB32 conversionAllan Sandfeld Jensen2015-03-032-21/+114
* | QEvent types: use Q_ENUM qDebug support instead of custom formattersShawn Rutledge2015-03-031-102/+18
* | Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-022-9/+32
|\|
| * Fix drawing of background for multipage QTextTable cellsJoni Poikelin2015-03-021-8/+31
| * Fix crash when converting format of QImage created from bufferEirik Aavitsland2015-02-261-1/+1
* | Prevent static functions of Q[Gui]Application from crashing if there is no in...Friedemann Kleint2015-02-271-0/+15
* | Remove some uses of the private Q_PI constantAllan Sandfeld Jensen2015-02-266-14/+11
* | Fix QMatrix4x4::lookAt() in case of null directionKonstantin Ritt2015-02-261-1/+5
* | Remove unused private definitions and functionAllan Sandfeld Jensen2015-02-261-7/+0
* | 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