summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-1814-103/+154
|\
| * qdrawhelper.cpp: Fix constexpr build with MSVC 2015 Update 1Thiago Macieira2015-11-181-7/+7
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-0/+4
| |\
| | * Fix QImage::setDotsPerMeterX/Y for images with some orientationsJoni Poikelin2015-11-051-0/+4
| * | Fix screenForGeometry on a corner caseAleix Pol2015-11-161-1/+3
| * | QFontEngineFT: Optimize format convertion code with template magicKonstantin Ritt2015-11-161-16/+38
| * | QFontEngineFT: Revise the legacy LCD filter implementationKonstantin Ritt2015-11-161-22/+15
| * | Fix falsely reported style for fallback fontEskil Abrahamsen Blomfeldt2015-11-161-1/+4
| * | QFontEngineFT: Minor optimization to convertGRAYToARGB()Konstantin Ritt2015-11-131-6/+9
| * | QTextEngine: Apply CoreText specific post-processing for QFE::Mac onlyKonstantin Ritt2015-11-131-13/+14
| * | QTextEngine: Do not disable graphite2 HB shaper backendKonstantin Ritt2015-11-131-15/+14
| * | QFontEngine: Check for AAT support only with HB-NGKonstantin Ritt2015-11-131-5/+3
| * | Introduce png_dependency.priKonstantin Ritt2015-11-131-6/+1
| * | Make qt_findAtNxFile return the source device pixel ratioOlivier Goffart2015-11-133-11/+23
| * | move styleOverride from QApplicationPrivate to QGuiApplicationPrivateLiang Qi2015-11-132-0/+11
| * | Set private inline QRgba64 methods always inlineAllan Sandfeld Jensen2015-11-061-6/+6
| * | Update Unicode data & algorithms up to v8.0Konstantin Ritt2015-11-051-1/+9
* | | Add QStyleHints::setMousePressAndHoldInterval()J-P Nurmi2015-11-132-2/+24
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-0413-28/+52
|\| |
| * | Update high-DPI scaling enablers.Morten Johan Sørvig2015-11-041-12/+24
| * | Modify QPA handleExtendedKeyEvent.Samuel Nevala2015-11-032-3/+3
| * | QDataBuffer: disable copy special member functionsMarc Mutz2015-10-311-0/+1
| * | src/gui/painting/painting.pri: add missing qdatabuffer_p.hMarc Mutz2015-10-291-0/+1
| * | Remove historical +4 padding in QFontEngine::alphaMapForGlyph()Eskil Abrahamsen Blomfeldt2015-10-271-1/+1
| * | Fix QHighDPiScaling initialization issuesMorten Johan Sørvig2015-10-262-3/+14
| * | Support overlapping contours in glyph rasterizer fallbackEskil Abrahamsen Blomfeldt2015-10-261-0/+1
| * | QPathSegments::Intersection: reduce struct size 24 -> 16 bytesMaks Naumov2015-10-262-4/+3
| * | Fix alignment in qConvertARGB64PMToA2RGB30PM_sse2Frederik Gladhorn2015-10-231-2/+1
| * | Compile the 64-bit version of some code on all 64-bit processorsThiago Macieira2015-10-231-2/+2
| * | Convert some QDateTime::currentDateTime() to currentDateTimeUtc() (I)Marc Mutz2015-10-231-1/+1
* | | iOS: refactor removeMnemonics(const QString &) to QPlatformThemeRichard Moe Gustavsen2015-11-042-0/+36
* | | Replace qdtoa and qstrtod implementation by a 3rdparty libraryUlf Hermann2015-11-021-3/+4
* | | Update QPlatformIntegration::createPlatformWindow() documentationTor Arne Vestbø2015-10-281-6/+4
* | | Defer QPlatformWindow creation on setVisible(true) if parent hasn't been createdTor Arne Vestbø2015-10-261-13/+37
* | | Ensure QWindow::setParent() creates parent hierarchy if neededTor Arne Vestbø2015-10-261-7/+6
* | | Ensure QWindow::create() creates parent hierarchy before creating selfTor Arne Vestbø2015-10-261-0/+3
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-2323-189/+327
|\| |
| * | Prevent the pixmap cache from crashing if it's been destroyedThiago Macieira2015-10-231-1/+2
| * | Respect QPen::dashOffset when generating PDFLars Knoll2015-10-221-3/+3
| * | Fix warning message to match the function signatureLars Knoll2015-10-221-2/+2
| * | Fix alignment issues on 32 bit in qConvertA2RGB30PMToARGB64PM_sse2 and qConve...Frederik Gladhorn2015-10-221-5/+10
| * | Add support for TEXTURE_EXTERNAL_OES in the internal texture blitterLaszlo Agocs2015-10-212-93/+168
| * | Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
| * | Don't crash when QOpenGLPaintDevice is created without context.Gunnar Sletta2015-10-191-1/+1
| * | Make sure registered schemes are lower caseLars Knoll2015-10-191-2/+2
| * | Add support for "@3x" image loading.Morten Johan Sørvig2015-10-163-24/+45
| * | Check that QPlatformIntegration::createPlatformWindow() doesn't failTor Arne Vestbø2015-10-161-15/+21
| * | Document that QWindow::fromWinId() should be used with cautionTor Arne Vestbø2015-10-161-0/+5
| * | Clarify foreign window documentation a bitTor Arne Vestbø2015-10-162-7/+7
| * | QShortcutMap: enable extra debugging when Dump_QShortcutMap is definedRichard Moe Gustavsen2015-10-151-2/+2