summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix point conversion in qt_handleTouchEvent().Morten Johan Sørvig2015-05-123-29/+34
* Crash fix for autotestsPaul Olav Tvete2015-05-051-8/+8
* Friedemann's crash fixPaul Olav Tvete2015-05-051-24/+26
* Multi-screen fixesPaul Olav Tvete2015-05-0413-78/+388
* Compile on AndroidMorten Johan Sørvig2015-04-151-0/+1
* DevicePixels -> NativePixelsPaul Olav Tvete2015-04-1510-80/+80
* Use qreal for devicePixelRatio everywhereMorten Johan Sørvig2015-04-1511-23/+31
* Per-screen scaleFactorPaul Olav Tvete2015-04-145-7/+32
* Move qHighDpi functions into the QHighDpi namespacePaul Olav Tvete2015-04-1410-80/+84
* Per window scale factor settingMorten Johan Sørvig2015-04-142-2/+3
* Merge remote-tracking branch 'gerrit/dev' into dev-highdpiMorten Johan Sørvig2015-04-1369-664/+1803
|\
| * 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