summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Doc: Qt GUI: Fix documentation warningsTopi Reinio2018-11-067-4/+15
* Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-11-053-13/+24
|\
| * Don't create an offscreen surface when not on the GUI threadAndy Nichols2018-10-301-12/+21
| * Fix leaking QTabletEventPrivate instanceKirill Burtsev2018-10-251-0/+1
| * Don't block mouse events if the window is a Tooltip typeAndy Shaw2018-10-241-1/+2
* | 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
* | 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
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-081-8/+6
|\|
| * fix HTML subset documentation is not very readable on smaller screensAndrew O'Doherty2018-09-301-8/+6
* | Optimize gamma-table lookup on SSE2 and NEONAllan Sandfeld Jensen2018-10-051-34/+122
* | QLineEdit: Disable input methods for password unless IME supports hidden textFriedemann Kleint2018-09-293-15/+19
* | QOpenGLShader: report geom. and tess. on GLES 3.2+Laszlo Agocs2018-09-281-44/+33
* | Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-09-271-0/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-0/+2
| |\|
| | * Disable RGB64 backend for ARGB32 when it will be very slowAllan Sandfeld Jensen2018-09-141-0/+2
* | | Fix crash when detaching dangling QTextCursorEskil Abrahamsen Blomfeldt2018-09-271-1/+2
|/ /
* | Fix typos in the documentationAleix Pol2018-09-252-2/+2
* | More fixups for GL_CONTEXT_LOSTAllan Sandfeld Jensen2018-09-253-3/+30
* | Android: add support for custom buttons in native MessageDialog helperShawn Rutledge2018-09-252-3/+56
* | QImageWriter: Fix default compressionratioEirik Aavitsland2018-09-251-1/+1
* | QPainter cosmetic stroker: Fix painting error for FlatCap linesEirik Aavitsland2018-09-251-1/+2
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-141-0/+2
|\|
| * bmp image handler: check for out of range image sizeEirik Aavitsland2018-09-111-0/+2
* | Fix spelling mistake in qimage.hTor Arne Vestbø2018-09-131-1/+1
* | Texture file support: add mipmap reading to ktx handlerv5.12.0-alpha1Eirik Aavitsland2018-09-121-10/+20
* | QVulkanWindow: Fix some load/store ops in the default renderpassLaszlo Agocs2018-09-121-2/+2
* | QVulkanWindow: Fix bogus stage masks in readbackLaszlo Agocs2018-09-121-1/+1