summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Silence maybe_uninitialized warning with gcc -OgAllan Sandfeld Jensen2016-12-211-1/+1
* macOS: Take DPR into account when creating CGContexts for a QPixmapTor Arne Vestbø2016-12-211-0/+2
* Avoid using QRgba64 for buffersAllan Sandfeld Jensen2016-12-201-33/+33
* fix typos in "ras[p]berry pi"Oswald Buddenhagen2016-12-201-2/+2
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-1620-142/+279
|\
| * Re-fix build error with ICC 17 on WindowsThiago Macieira2016-12-152-0/+12
| * Doc: QPointingDeviceUniqueId: Fix documentation warningTopi Reinio2016-12-091-1/+1
| * QPointingDeviceUniqueId: remove deprecated numeric() and constructorShawn Rutledge2016-12-081-9/+0
| * Merge remote-tracking branch 'origin/5.7' into 5.8.0Liang Qi2016-12-0810-73/+73
| |\
| | * Merge remote-tracking branch 'origin/5.7.1' into 5.7Liang Qi2016-12-071-10/+21
| | |\
| | | * Fix the JPEG EXIF reader to deal with some broken/corrupt filesv5.7.1Thiago Macieira2016-12-011-10/+21
| | | * Prevent stale QOpenGLContext fbo pointerMorten Johan Sørvig2016-11-112-1/+7
| | * | QtGui: Add missing overrideAlexander Volkov2016-11-2710-73/+73
| * | | Document 3rd party code in qimagetransform.cppKai Koehne2016-12-073-44/+90
| * | | rename QPointerUniqueId -> QPointingDeviceUniqueIdShawn Rutledge2016-12-074-30/+30
| * | | Work around ICC compiler bug on template instantiation on ?:Thiago Macieira2016-12-041-3/+3
| * | | QPointerUniqueId: make fit for releaseMarc Mutz2016-12-012-15/+103
* | | | Touch fix for popups blocked by modal dialogPaul Olav Tvete2016-12-151-1/+1
* | | | doc: Specify which characters are replaced by toPlainText()Eskil Abrahamsen Blomfeldt2016-12-151-0/+5
* | | | Q_CHECK_PTR the result of QDataBuffer's allocationsUlf Hermann2016-12-141-4/+8
* | | | Silence warning about non-void function without return valueThiago Macieira2016-12-141-0/+1
* | | | Fix compilation with -no-pchEskil Abrahamsen Blomfeldt2016-12-121-0/+1
* | | | Accept ZWNJ, ZWJ and PUA characters in input widgetsEskil Abrahamsen Blomfeldt2016-12-123-2/+162
* | | | Fix inconsistent alpha masking in qConvertARGB32PMToARGB64PM_sse2Allan Sandfeld Jensen2016-12-081-0/+4
* | | | move license check to qmake-based configure systemOswald Buddenhagen2016-12-081-6/+0
* | | | Fix qdrawhelper function toRGB64Allan Sandfeld Jensen2016-12-081-2/+2
* | | | Cleanup convert_ARGB_to_ARGB_PM_inplace_sse2Allan Sandfeld Jensen2016-12-061-22/+37
* | | | Fix blending of RGB32 on RGB32 with partial opacityAllan Sandfeld Jensen2016-12-034-26/+25
* | | | Add ASTC compressionBogDan Vatra2016-12-032-0/+198
* | | | Add -Wdouble-promotion to headerscleanJesus Fernandez2016-11-302-22/+25
* | | | Close popups when blocked by modal dialogPaul Olav Tvete2016-11-302-1/+2
* | | | Fix clipping of fetchTransformedAllan Sandfeld Jensen2016-11-291-24/+36
* | | | Fix bilinear sampling of more than 8x rotated transformsAllan Sandfeld Jensen2016-11-291-2/+2
|/ / /
* | | Add a macros for disabling deprecated declaration warningsThiago Macieira2016-11-271-2/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-252-3/+6
|\| |
* | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-246-8/+15
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-246-8/+15
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-236-8/+15
| | |\ \
| | | * | Add more information for QKeySequence::toString on macOSJesus Fernandez2016-11-221-1/+3
| | | * | QXbmHandler: don't construct a QByteArray just to find '0x' in textMarc Mutz2016-11-161-6/+6
| | | * | QCss: Fix parsing of charsetMartin T. H. Sandsmark2016-11-151-0/+1
| | | * | QXbmHandler: fix missing NUL-terminationMarc Mutz2016-11-151-0/+1
| | | * | QFontEngine: Cache whether or not a font can be smoothly scaledRobin Burchell2016-11-153-1/+4
* | | | | Use harfbuzz feature to check for HarfBuzzLars Knoll2016-11-245-18/+20
* | | | | Don't set platform specific QT_NO_FOO defines in qglobal.hLars Knoll2016-11-241-0/+7
* | | | | Optimize fontdatabase fallbacksForFamilyAllan Sandfeld Jensen2016-11-231-1/+6
|/ / / /
* | | | Remove last traces of MeeGoLars Knoll2016-11-233-456/+0
* | | | Revert "Revert "Deduplication fetchTransformed""Allan Sandfeld Jensen2016-11-231-137/+48
* | | | Fix some qdoc-warningsFriedemann Kleint2016-11-231-0/+8
* | | | QRawFont: Add a qHash overloadRobin Burchell2016-11-162-0/+15