summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Handle fonts that have commas/quotes in the family nameAndy Shaw2018-11-089-33/+143
* Use regular SSE2 stores instead of non-temporal ones in qt_memfill32Thiago Macieira2018-11-081-8/+8
* Add Q_FALLTHROUGH to qdrawhelper_neon.cppAllan Sandfeld Jensen2018-11-081-14/+14
* Remove QT_MEMCPY_USHORT macro and just use memcpyThiago Macieira2018-11-082-33/+5
* Remove unused QT_MEMCPY_REV_UINT macroThiago Macieira2018-11-081-20/+0
* Remove QT_MEMFILL_xxx macrosThiago Macieira2018-11-083-9/+3
* Remove unnecessary Q_STATIC_TEMPLATE_FUNCTION macroThiago Macieira2018-11-064-57/+54
* Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Qt Forward Merge Bot2018-11-061-1/+1
|\
| * Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-061-1/+1
| |\
| | * Enable swizzlingAllan Sandfeld Jensen2018-11-051-1/+1
* | | Fix usage of QGuiApplication::set/resetOverrideCursorChristian Ehrlicher2018-11-051-2/+2
* | | QAbstractOpenGLFunctions: disallow copy/assignment operationsChristian Ehrlicher2018-11-051-0/+1
|/ /
* | doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-054-25/+4
* | Make util/lexgen/ mention itself in its auto-gen lineEdward Welbourne2018-11-011-424/+423
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-012-3/+25
|\|
| * Fix docJarek Kobus2018-10-311-1/+1
| * Fix painter opacity being ignored when rendering to PDFAndre de la Rocha2018-10-301-2/+24
* | Gui: Q_GADGET is missing in qlayoutpolicy_p.hTobias Hunger2018-10-311-0/+1
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2018-10-2648-458/+879
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-2548-458/+879
| |\|
| | * qtriangulator: Remove a bunch of dead codeIvan Komissarov2018-10-221-22/+8
| | * Extend PDF engine to allow the generation of PDFs with huge pagesAndre de la Rocha2018-10-225-11/+47
| | * qimagescale: Get rid of the memset callIvan Komissarov2018-10-212-5/+5
| | * QMovie: use rvalue moreAnton Kudryavtsev2018-10-211-2/+2
| | * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-214-14/+21
| | |\
| | | * QPicture: fix crash for malformed pictureEirik Aavitsland2018-10-181-11/+12
| | | * Fix enum passed to QFontDatabase::findFontAllan Sandfeld Jensen2018-10-162-3/+3
| | | * Fix pdf printing in static buildsEirik Aavitsland2018-10-161-0/+6
| | * | qpainterpath: Fix Q_ASSERT typoMikhail Svetkin2018-10-171-1/+1
| | * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-174-9/+7
| | |\|
| | | * Modernize the "mimetype" featureLiang Qi2018-10-121-2/+4
| | | * Modernize the "animation" featureLiang Qi2018-10-123-7/+3
| | * | Fix wrong keyword in configure.jsonTobias Hunger2018-10-161-1/+1
| | * | Drop cached shaders when arch is differentLaszlo Agocs2018-10-161-2/+7
| | * | Don't drop update requests when closing and reopening windowsUlf Hermann2018-10-161-0/+3
| | * | xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlersGatis Paeglis2018-10-163-4/+27
| | * | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-1518-363/+677
| | * | Improve support for QImages in QDataStream read transactionsEirik Aavitsland2018-10-151-1/+3
| | * | wasm: fix wasm shader compileLorn Potter2018-10-152-2/+20
| | * | QImageReader: add tracepoints for image loadingGiuseppe D'Angelo2018-10-142-1/+16
| | * | QImageWriter/QPNGHandler: Quality option should be CompressionRatioAlexandra Cherdantseva2018-10-141-19/+31
| | * | QCss: properly parse functions which contains additional spacesChristian Ehrlicher2018-10-121-1/+3
* | | | Add support for generating PDFs with losslessly encoded imagesAndre de la Rocha2018-10-254-7/+20
|/ / /
* | | Qt Style Sheets: fix range of hue in hsl/hsv functionsChristian Ehrlicher2018-10-181-1/+2
* | | Qt Style Sheets: add support for hsl(a) colorsChristian Ehrlicher2018-10-181-7/+25
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-135-32/+174
|\| |
| * | QPixmap: use rvalue moreAnton Kudryavtsev2018-10-101-3/+2
| * | Add missing null checks after detachAllan Sandfeld Jensen2018-10-101-2/+14
| * | Add NEON optimized ARGB32 unpremultiply routinesAllan Sandfeld Jensen2018-10-093-27/+158
* | | Remove GPU_BLACKLIST support from QTestEdward Welbourne2018-10-121-11/+0