summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Add QTextDocument::toRawText() functionEskil Abrahamsen Blomfeldt2016-10-172-0/+20
* Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2016-10-1320-157/+244
|\
| * Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-1320-157/+244
| |\
| | * de-duplicate freetype configure entryOswald Buddenhagen2016-10-121-6/+2
| | * Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-10-112-27/+25
| | |\
| | | * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-112-27/+25
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-082-27/+25
| | | | |\
| | | | | * QEvent: fix typo in apidocFrederik Schwarzer2016-10-081-1/+1
| | | | | * QPixmap::load: ensure QBitmap stays a QBitmap even on failureMarc Mutz2016-10-061-26/+24
| | * | | | Avoid auto-vectorization of epilogues of manual vectorizationAllan Sandfeld Jensen2016-10-117-33/+26
| | * | | | QColor: unbreak mingw buildMarc Mutz2016-10-111-6/+6
| | * | | | unbreak direct2d testOswald Buddenhagen2016-10-111-7/+9
| | |/ / /
| | * | | Migrate libinput support away from QT_LIBRARY_VERSIONLaszlo Agocs2016-10-101-0/+11
| | * | | Allow granular synchronous and asynchronous delivery of QPA eventsTor Arne Vestbø2016-10-103-74/+132
| | * | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-10-061-4/+5
| | |\ \ \
| | | * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-4/+5
| | | |\| |
| | | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-011-4/+5
| | | | |\|
| | | | | * Fix crash when doing many text layouts with superscript/subscriptEskil Abrahamsen Blomfeldt2016-09-291-4/+5
| | * | | | Ensure that QBackingStore::flush() is not used across window hierarchiesTor Arne Vestbø2016-10-061-0/+2
| | |/ / /
| | * | | Clean up QT_QPA_DEFAULT_PLATFORM handlingJake Petroules2016-10-051-1/+3
| | * | | QColor: Fix use of uninit'ed value in get_hex_rgb()Marc Mutz2016-10-051-0/+1
| | * | | fix freetype/fontconfig configure systemOswald Buddenhagen2016-10-042-3/+18
| | * | | Fix plain text QStaticText with line breaksEskil Abrahamsen Blomfeldt2016-10-041-0/+2
| | * | | Fix qt_blend_rgb32_on_rgb32_avx2Allan Sandfeld Jensen2016-09-301-1/+1
| | * | | Freetype: Fix wrong line spacing for Courier NewEskil Abrahamsen Blomfeldt2016-09-301-0/+6
* | | | | QTextHtmlParser: adapt parseEntity() to make good use of QStringRefAnton Kudryavtsev2016-10-131-27/+30
|/ / / /
* | | | Revert "Combine device and point id into 32 bit point id"Jan Arve Saether2016-10-115-51/+6
* | | | Fix possible crash in calculateRightBearingForPreviousGlyph().John Preston2016-10-101-4/+6
* | | | TouchPoint debug operator: show pointId in hexShawn Rutledge2016-10-071-1/+1
* | | | Combine device and point id into 32 bit point idwip/remacJan Arve Saether2016-10-075-6/+51
* | | | Normalize QRects the way QPainter expects themGunnar Sletta2016-10-061-5/+36
* | | | Fix for uninitialized local variableLaszlo Agocs2016-10-051-1/+1
* | | | Compile with mingwJan Arve Saether2016-10-041-5/+5
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-299-12/+61
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-295-12/+33
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-2/+12
| | |\|
| | | * Add GLSL version 110 on Intel with compat profilesLaszlo Agocs2016-09-271-2/+12
| | * | QGuiApplication, platform plugins: don't modify AA_DontUseNativeMenuBarShawn Rutledge2016-09-261-6/+0
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-233-4/+21
| | |\|
| | | * Fix linear RGB16 gradientsAllan Sandfeld Jensen2016-09-231-3/+4
| | | * QWindowPrivate::maybeQuitOnLastWindowClosed(): Skip tooltipsFriedemann Kleint2016-09-231-1/+1
| | | * Merge remote-tracking branch 'origin/5.6.2' into 5.6Liang Qi2016-09-231-0/+16
| | | |\
| | | | * Describe meaning of typographic units in QRawFont documentationKonstantin Tokarev2016-09-221-0/+16
| * | | | Add note about lifetime of the pointer returned by QClipboard::mimeData()Friedemann Kleint2016-09-281-0/+4
| * | | | Pick up changes to device-pixel-ratio in QRasterBackingStoreTor Arne Vestbø2016-09-273-0/+24
* | | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-2614-219/+149
|\| | | |
| * | | | Deduplication fetchTransformedAllan Sandfeld Jensen2016-09-231-137/+48
| * | | | QGuiVariant: use new QColor::setNamedColor(QLatin1String)Marc Mutz2016-09-231-2/+1
| * | | | QColor: provide QLatin1String overloads of functions taking QStringMarc Mutz2016-09-232-16/+41
| * | | | QColor: clean up qcolor_p.hMarc Mutz2016-09-222-39/+25