summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* | [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
* | 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
|/ /
* | 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