summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* wasm: fix qpa plugin build system integrationOswald Buddenhagen2018-11-211-1/+1
* Don't start a new page when printing very large imagesLars Knoll2018-11-211-1/+2
* Fix vertical alignment of inline imagesLars Knoll2018-11-192-15/+63
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-193-7/+11
|\
| * Modernize the "settings" featureLiang Qi2018-11-153-7/+11
* | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-167-4/+15
|\ \
| * | Doc: Qt GUI: Fix documentation warningsTopi Reinio2018-11-067-4/+15
* | | Correctly initialize the logClusters array for tabs and objectsLars Knoll2018-11-141-8/+13
* | | Increase QOpenGLTextureCache max sizeLaszlo Agocs2018-11-141-1/+1
* | | Fix precision in parsing hex format QColorsAllan Sandfeld Jensen2018-11-121-43/+43
* | | QImageWriter: improve documentation regarding use of resourcesSamuel Gaist2018-11-122-0/+81
* | | Fix a typo in the docsLars Knoll2018-11-121-1/+1
* | | Document QScreen::grabWindow high-DPI behaviorMorten Johan Sørvig2018-11-121-0/+5
* | | Make grabWindow return pixmap with correct dprMorten Johan Sørvig2018-11-111-1/+1
* | | QtGui: Check event type in QWindowSystemInterface::handleMouseEvent()Friedemann Kleint2018-11-091-0/+3
* | | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-0914-25/+30
|\ \ \ | | |/ | |/|
| * | QSyntaxHighlighter: Delay all highlights until first rehighlightMårten Nordheim2018-11-081-5/+5
| * | Doc: Clarify what samples() returns if not explicitly setAndy Shaw2018-11-071-1/+2
| * | Fix typo in define. s/GL_FRAMEBUFFER_SRB/GL_FRAMEBUFFER_SRGBSergio Martins2018-11-071-1/+1
| * | Modernize the "textcodec" featureLiang Qi2018-11-0711-18/+22
* | | QImage: merge the size calculations with proper (non-UB) checksThiago Macieira2018-11-083-70/+93
* | | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-053-13/+24
|\ \ \ | | |/ | |/|
| * | 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
* | | Enable swizzlingAllan Sandfeld Jensen2018-11-051-1/+1
* | | Fix docJarek Kobus2018-10-311-1/+1
* | | Fix painter opacity being ignored when rendering to PDFAndre de la Rocha2018-10-301-2/+24
|/ /
* | 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