summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-0613-163/+222
|\|
| * Optimize fetching pixel values for SSE2 bilinear samplingAllan Sandfeld Jensen2015-04-041-72/+59
| * Fix debug stream operators.Friedemann Kleint2015-04-012-15/+21
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-019-35/+59
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-319-35/+59
| | |\
| | | * Fix use of the window geometry specificationAlexander Volkov2015-03-273-14/+21
| | | * Fix rasterization errors in aliased cosmetic drawPolyLineEirik Aavitsland2015-03-191-12/+8
| | | * Avoid using the current frame as the previous in layoutAllan Sandfeld Jensen2015-03-181-1/+1
| | | * Add note clarifying return value of QDesktopServices::openUrl()Aaron McCarthy2015-03-171-0/+5
| | | * Fix crash in QDesktopServices::openUrl() without QGuiApplicationTasuku Suzuki2015-03-131-1/+6
| | | * Fixes crash in bmp and ico image decodingEirik Aavitsland2015-03-131-6/+7
| | | * Fixes crash in gif image decoderEirik Aavitsland2015-03-131-0/+2
| | | * Always clear QWindowPrivate::positionAutomatic in setFramePosition()Alexander Volkov2015-03-061-1/+1
| | | * Fix another crash when converting format of buffer-created QImageEirik Aavitsland2015-03-041-0/+8
| * | | Split out some inline qdebug formatting helpers to qdebug_p.h.Friedemann Kleint2015-04-011-41/+83
| |/ /
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-0140-137/+491
|\| |
| * | Fix incorrect FBO bindings with QOpenGLWidgetLaszlo Agocs2015-03-302-3/+19
| * | Fix qdoc warning in qopengltexture.cpp.Friedemann Kleint2015-03-301-1/+1
| * | Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-3022-26/+52
| * | Fix "'QCss::Property' is not a class or namespace"Andrew Knight2015-03-301-11/+11
| * | Update Unicode data up to v7.0Konstantin Ritt2015-03-272-2/+47
| * | Make versioned OpenGL functions working with the subclass patternLaszlo Agocs2015-03-275-2/+69
| * | QJpegHandler: fix race conditionDavid Faure2015-03-261-9/+12
| * | Fix soft-hyphen appearance at line-breakKonstantin Ritt2015-03-261-0/+13
| * | Set dontPrint flag for the respective glyphKonstantin Ritt2015-03-261-15/+14
| * | Better detection of Symbol fontsKonstantin Ritt2015-03-261-1/+7
| * | Detect Thai writing system support from the font's Code Page BitfieldsKonstantin Ritt2015-03-261-0/+6
| * | Don't remove mnemonics and parentheses under non-Mac system.Debao Zhang2015-03-261-0/+2
| * | Avoid crashing in the vao when not supportedLaszlo Agocs2015-03-251-6/+7
| * | Ensure that CSS rules are inherited from the parent tagsAndy Shaw2015-03-253-66/+233
| * | Don't replay mouse press event which closes a popup on X11Alexander Volkov2015-03-252-1/+4
| * | Improve debug formatting of key and mouse events.Friedemann Kleint2015-03-251-5/+5
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-2410-35/+65
|\| |