summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-279-67/+60
|\
| * QGenericMatrix: remove one of two non-initializing ctorsMarc Mutz2015-04-261-10/+8
| * QGenericMatrix: remove copy ctorMarc Mutz2015-04-261-9/+0
| * Short-cut SSE4 unpremultiplyAllan Sandfeld Jensen2015-04-251-2/+4
| * Simplify QQuaternion::operator!=()Marc Mutz2015-04-241-1/+1
| * Fix inplace double mirroring on odd sized imagesAllan Sandfeld Jensen2015-04-231-2/+10
| * Revert "Remove separate SSE4 unpremultiply function"Allan Sandfeld Jensen2015-04-236-45/+39
* | Mark QRGba64 as Q_PRIMITIVE_TYPEMarc Mutz2015-04-271-0/+2
* | Fix synchronousWindowsSystemEvents spelling.Morten Johan Sørvig2015-04-243-9/+9
* | Don't use anonymous types declared in an anonymous unionLiang Qi2015-04-221-6/+8
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-2237-3132/+1334
|\|
| * Enhance QWindow::devicePixelRatio() docsLaszlo Agocs2015-04-211-0/+4
| * Enable checking for whether the system palette was explicitly setHarald Hvaal2015-04-201-0/+1
| * Remove separate SSE4 unpremultiply functionAllan Sandfeld Jensen2015-04-166-39/+45
| * Add matching by GL_VENDOR to QOpenGLConfigLaszlo Agocs2015-04-162-11/+55
| * The default wrap mode is REPEATLaszlo Agocs2015-04-161-4/+6
| * Optimize non-native bilinear transformsAllan Sandfeld Jensen2015-04-161-12/+33
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-152-3/+3
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-152-3/+3
| | |\
| | | * Add a cast to glTexImage2D to keep QNX happyLaszlo Agocs2015-04-081-1/+1
| | | * Fix QNX and Blackberry -qtnamespace buildSérgio Martins2015-04-011-2/+2
| * | | Cleanup and optimization of qimage smoothscaleAllan Sandfeld Jensen2015-04-157-729/+769
| * | | [QTextCursor] Better use of the cached whiteSpace attributeKonstantin Ritt2015-04-154-24/+8
| * | | Fix trivial copy-paste typo in QTextBlock::previous() docuKonstantin Ritt2015-04-151-1/+1
| |/ /
| * | Defer Q(OpenGL|Raster)Window updates when non-exposedLaszlo Agocs2015-04-141-4/+18
| * | Improve QTextDocument::toPlainText doc related to inline imagesAlessandro Portale2015-04-102-2/+5
| * | Expose ItemViewActivateItemOnSingleClick in QStyleHintsEike Hein2015-04-105-1/+20
| * | Add a means to set the application icon where supportedAndy Shaw2015-04-103-2/+20
| * | Add FIXME comments to make Q[]Validator::setRange() non-virtual.Friedemann Kleint2015-04-101-0/+3
| * | Support gradients natively in the PDF generatorLars Knoll2015-04-092-233/+270
| * | Remove table of mostly null pointersAllan Sandfeld Jensen2015-04-082-2066/+73
| * | [QtFontFamily] Get rid of unused memberKonstantin Ritt2015-04-081-2/+0
* | | Add qHash(QMatrix) and qHash(QTransform)Marc Mutz2015-04-214-1/+51
* | | Remove <qhash.h> where it's not usedMarc Mutz2015-04-207-6/+2
* | | Replace <qhash.h> with <qhashfunctions.h> where applicableMarc Mutz2015-04-203-1/+7
* | | Move composition out of qdrawhelper.cAllan Sandfeld Jensen2015-04-165-2364/+2236
* | | Implement radial and conical gradients for rgb64 renderingAllan Sandfeld Jensen2015-04-154-101/+120
* | | Extend high color rendering to image renderingAllan Sandfeld Jensen2015-04-143-73/+1068
* | | Add support for more composition modes in rgb64 renderingAllan Sandfeld Jensen2015-04-132-4/+287
* | | Fix RGB30 painting testsAllan Sandfeld Jensen2015-04-133-22/+125
* | | Solid and gradients in high color accuracyAllan Sandfeld Jensen2015-04-1014-202/+959
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-086-167/+136
|\| |
| * | [QFontEngineFT::loadGlyph] Fix reversed condition.Friedemann Kleint2015-04-081-6/+6
| * | Use the default fbo in Qt sense in blitFramebufferLaszlo Agocs2015-04-081-2/+4
| * | [QFontEngineFT::loadGlyph] Consolidate paths for fetchMetricsOnly casesKonstantin Ritt2015-04-072-25/+27
| * | [QFontEngineFT] Move code around to improve readability (no-op)Konstantin Ritt2015-04-071-21/+14
| * | [QFontEngineFT] Avoid double-negation of info.xKonstantin Ritt2015-04-071-4/+4
| * | Introduce QQuaternion::fromDirection()Konstantin Ritt2015-04-072-0/+32
| * | [QFontEngineFT] Guarantee correct metrics for alphamap and its bounding boxKonstantin Ritt2015-04-072-49/+8
| * | [QFontEngineFT] Consolidate .*lpha.*MapForGlyph() behaviorKonstantin Ritt2015-04-071-71/+52