summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Make a couple of iterators trivially-copyable in Qt 6Sérgio Martins2015-11-292-0/+8
* QFont*: fix some const-incorrectnesses involving QFontPrivateMarc Mutz2015-11-273-19/+19
* Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-2714-50/+238
|\
| * Add AArch64 ASM to qimage_neon.cppAllan Sandfeld Jensen2015-11-263-5/+30
| * Detect NEON on AArch64Allan Sandfeld Jensen2015-11-263-6/+4
| * Fix inplaceRgbConversion test on non-x86Allan Sandfeld Jensen2015-11-261-3/+29
| * Fix QTextLine::cursorToX()J-P Nurmi2015-11-251-3/+1
| * Doc: added sample to QFileOpenEvent class detailsSamuel Gaist2015-11-243-0/+147
| * Fix undefined behavior in qRgba().Tilo Nitzsche2015-11-241-2/+2
| * Optimize QTextEngine::findItem() usage casesKonstantin Ritt2015-11-233-9/+10
| * QTextLine::cursorToX: Optimize by re-using the cached valuesKonstantin Ritt2015-11-231-10/+8
| * QTextLine::cursorToX: Always return the nearest valid cursor positionKonstantin Ritt2015-11-231-9/+9
| * Get rid of QT_USE_BUNDLED_LIBPNGKonstantin Ritt2015-11-231-5/+0
* | QBlitterPaintEngine: Fix capability mask settingsLouai Al-Khanji2015-11-261-2/+2
* | Accept concurrent input from multiple tablet devices in QGuiApplicationRomain Pokrzywka2015-11-263-15/+40
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2015-11-235-22/+53
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-235-22/+53
| |\|
| | * QTextLine::cursorToX: Fix typo in the documentationKonstantin Ritt2015-11-221-1/+1
| | * Support mixing native child widgets with texture-based onesLaszlo Agocs2015-11-191-13/+29
| | * Make the ppm image handler corrctly handle long comment linesEirik Aavitsland2015-11-191-4/+12
| | * topLevelAt(): convert to native coordinates.Morten Johan Sørvig2015-11-181-1/+1
| | * Call QPlatformCursor::pointerEvent with native coordinates.Morten Johan Sørvig2015-11-181-3/+10
* | | Add flags to omit/reject padding in scientific notation exponentsUlf Hermann2015-11-231-6/+5
|/ /
* | Add Section Symbol at end of text flow when showing paragraphsJohn Cumming2015-11-191-1/+1
* | 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