summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* [iOS] Blacklist iOS with regards to bgra supportAndy Shaw2016-07-151-1/+4
* Improve lookup speed for QAccessible::uniqueIdAlexandru Croitor2016-07-073-3/+12
* Fix defining QGuiApplication::sync() when QT_NO_SESSIONMANAGER is setOlivier Blin2016-07-061-22/+22
* Windows: Handle theme switching correctly if a palette is setAndy Shaw2016-07-061-1/+2
* Fix regression in simple RGB16->RGB16 scalingAllan Sandfeld Jensen2016-06-221-1/+1
* Add PowerVR SGX 554 to the BGRA blacklistAndy Shaw2016-06-201-1/+2
* Finally fix crash in inplace-modified data-constructed imagesEirik Aavitsland2016-06-152-11/+14
* Remove unused macro: QT_DISTANCEFIELD_DEFAULT_TILESIZEEskil Abrahamsen Blomfeldt2016-06-151-4/+0
* QIconLoader: Fix typo in directoryMatchesSize()Palo Kisa2016-06-151-1/+1
* Fixed developer build for MinGWOliver Wolff2016-06-151-1/+1
* Fix crash when creating distance field for large glyphEskil Abrahamsen Blomfeldt2016-06-141-1/+3
* Make it possible to create distance fields with any heightEskil Abrahamsen Blomfeldt2016-06-141-1/+2
* Output region in debug operator of QPaintEvent.Friedemann Kleint2016-06-101-0/+3
* Fix zero-as-null-pointer-constant in wayland compositor apiAllan Sandfeld Jensen2016-06-061-2/+2
* Fix font-weight regressionAllan Sandfeld Jensen2016-06-041-1/+0
* Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-06-021-7/+9
|\
| * Really fix crash on certain malformed bmp imagesEirik Aavitsland2016-05-251-7/+9
* | Don't alter input string in QTextLayout with ShowLineAndParagraphSeparatorsEskil Abrahamsen Blomfeldt2016-06-011-1/+7
* | Fix bugs causing Thin font weights to be ignored or mishandled.Jake Petroules2016-06-014-9/+8
* | Correct compositionMode documentationAllan Sandfeld Jensen2016-05-231-5/+4
* | Turn off optimization for checkForAlphaPixels on Windows ARMMaurice Kalinowski2016-05-231-0/+6
* | Doc: Fix references to QGuiApplication::clipboard()Joerg Bornemann2016-05-192-5/+5
|/
* Fix building with -qreal floatAllan Sandfeld Jensen2016-05-131-2/+2
* Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-121-1/+1
* Remove wrong doc note for QPlatformBackingStore::flush()Gabriel de Dietrich2016-05-111-1/+2
* Avoid asserting when painting certain degenerate bezier pathsEirik Aavitsland2016-05-111-1/+1
* Fix segfault when exiting app running under eglfsElena Zaretskaya2016-05-041-0/+11
* doc: Clarify how to remove a QTextFrameEskil Abrahamsen Blomfeldt2016-05-041-2/+5
* QOpenGLCustomShaderStage - fix a memory leakTimur Pocheptsov2016-05-032-0/+4
* Fix underline position on Liberation MonoAllan Sandfeld Jensen2016-05-021-3/+6
* QPdf: Force miter limit into valid rangeKai Pastor2016-04-281-1/+1
* Fix clipping of wave underline decoration on certain fontsAllan Sandfeld Jensen2016-04-271-5/+7
* Silence MSVC warnings when using certain std algorithmsMarc Mutz2016-04-262-2/+3
* QZipReader - test that QFile::open was, indeed, successful.Timur Pocheptsov2016-04-261-4/+2
* Avoid conversion warnings in qrgba64.hAllan Sandfeld Jensen2016-04-141-19/+19
* Qt Quick: Fix bug for selections with line wraps and breaksEskil Abrahamsen Blomfeldt2016-04-081-10/+9
* Fix QPrinter PDF output using fonts with spaces in the PostScript name.Jake Petroules2016-04-061-3/+4
* Avoid unnecessary allocation in QClipData::setClipRegion()Gabriel de Dietrich2016-04-061-1/+1
* Do not disconnect with nullptr when unplugging screensLaszlo Agocs2016-04-051-1/+3
* Fix possible out-of-bounds access when making distance fieldsEskil Abrahamsen Blomfeldt2016-03-311-1/+3
* Fix possible crash in QImage::pixel()Eskil Abrahamsen Blomfeldt2016-03-312-25/+34
* Blacklist Mali-T760/Mali-T720 from supporting BGRA.Timo Jyrinki2016-03-301-2/+6
* QFontEngineFT: Apply hinting for non-scaled rotated glyphsAlexander Volkov2016-03-301-1/+7
* QFontEngine: Add handle() functionGabriel de Dietrich2016-03-294-0/+13
* QRawFont: fix UB in supportedWritingSystems()Marc Mutz2016-03-231-8/+8
* QOpenGL: Fix GLhandleARB redefinition on OS XGabriel de Dietrich2016-03-221-0/+4
* qshapedpixmapdndwindow.cpp: fix build with '-qreal float'J-P Nurmi2016-03-221-1/+1
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Frederik Gladhorn2016-03-175-12/+76
|\
| * Fix builds without session management.v5.6.0-rc1Andreas Hartmetz2016-02-181-0/+4
| * Add option to disable "session management by closing windows".Andreas Hartmetz2016-02-155-12/+72