summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Manually initialize TextureOp and BufferOp structsEirik Aavitsland2020-08-271-7/+21
* QGuiApplication: fix handling of spontaneous events' modifiersNicolas Guichard2020-08-202-0/+57
* rhi: d3d11: Enable setting xxxColor as an alpha src/dst blend factorLaszlo Agocs2020-08-191-11/+17
* QBezier: Don't try calculating a unit vector when length is nullRobert Loehning2020-08-191-0/+2
* Update QHighDpiScaling on DPI changeMorten Johan Sørvig2020-08-192-0/+4
* High-DPI: Use correct DPI for QT_USE_PHYSICAL_DPIMorten Johan Sørvig2020-08-191-1/+3
* Avoid recreating QRegularExpression for every text blockJoni Poikelin2020-08-191-9/+9
* Discard extra mouse move event generated by touchpadAndre de la Rocha2020-08-181-0/+7
* MSVC: Fix C4996 warnings in 5.15 when building QtKai Koehne2020-08-171-0/+3
* Doc: Remove outdated documentationPaul Wicking2020-08-121-5/+0
* Avoid potential ub in corrupt bmp fileEirik Aavitsland2020-08-071-0/+2
* Clear old triangulated vertex data when a path is completely clippedJoni Poikelin2020-08-051-1/+1
* Fix "rectange" typos in qtbaseOliver Wolff2020-08-053-3/+3
* Reintroduce QGradientData for BC purposesMårten Nordheim2020-08-041-11/+13
* Sanitize lengthValue in CSS parserRobert Loehning2020-07-271-5/+4
* Fix under non-integer scaling incorrect update areaTang HaiXiang2020-07-241-1/+1
* Fix buffer overflow in XBM parserAllan Sandfeld Jensen2020-07-241-1/+3
* Multiply instead of shiftingRobert Loehning2020-07-241-1/+1
* Ensure styles always get to polish the application paletteTor Arne Vestbø2020-07-211-1/+2
* Fix SSE4 instruction leak in GCC10 debug buildsAllan Sandfeld Jensen2020-07-211-2/+2
* Avoid warnings regarding bit-field signednessDimitrios Apostolou2020-07-163-4/+4
* Check returns of hex2int in get_hex_rgbRobert Loehning2020-07-151-0/+2
* Fix buffer overflowRobert Loehning2020-07-101-1/+1
* Fix one check for AVX2Allan Sandfeld Jensen2020-07-101-1/+1
* Fix floating point clip rectangle rounding in raster and opengl paint engineJani Hautakangas2020-07-082-2/+2
* Fix rendering error in some glyphsPengfei Zhang2020-07-071-1/+1
* Export the letter and word spacing settings set on the default formatAndy Shaw2020-07-073-1/+58
* Support glyphs larger than 255x255 with Freetype engineEskil Abrahamsen Blomfeldt2020-07-021-3/+3
* Fix up QVulkanWindow docsLaszlo Agocs2020-06-261-0/+14
* Avoid converting supersized QRectF to QRectAllan Sandfeld Jensen2020-06-251-3/+8
* Make qdoc generate usable docs for QVulkanInstanceLaszlo Agocs2020-06-251-0/+4
* Fix the vertical alignment of images in a text documentDominik Holland2020-06-181-3/+16
* Disable float-equal warnings in QGenericMatrixLars Knoll2020-06-181-6/+8
* QFontDatabase: Guard against Null-dereference READRobert Loehning2020-06-151-1/+1
* Add more LTTNG tracing pointsJosé Dapena Paz2020-06-126-1/+59
* Make it possible to avoid loading comments from JPEG and PNG filesElvis Lee2020-06-122-0/+11
* Doc: Prefer nullptr over 0 literal in inline snippetPaul Wicking2020-06-111-1/+1
* Add the 'accessiblebridge' as a plugintype of gui moduleJeongBong Seo2020-06-101-0/+1
* Make the QFontCache size configurableMartin Jansa2020-06-101-2/+4
* Doc snippets: Use nullptr instead of 0 literalPaul Wicking2020-06-1011-11/+11
* Add QT_QPA_SYSTEM_ICON_THEME to override icon theme nameShawn Rutledge2020-06-091-0/+3
* Do not fully initialize QIconLoader when setting the fallback themeAlbert Astals Cid2020-06-042-3/+15
* Set the dontPrint attribute correctly for the character being checkedAndy Shaw2020-06-041-1/+1
* Do not multithread if already in a global threadpool threadAllan Sandfeld Jensen2020-06-035-15/+22
* bmp/ico decoder: fail early for unsupported bit depthsEirik Aavitsland2020-05-301-1/+5
* Fix ExtendedRgb and Rgb encoding comparisonsAllan Sandfeld Jensen2020-05-281-0/+10
* Do a proper convert from [0-65535] to [0-255] on QColor integer readsAllan Sandfeld Jensen2020-05-271-29/+30
* Update QColor::operator== documentationAllan Sandfeld Jensen2020-05-271-2/+6
* QTextMarkdownImporter: allow nesting text span formattingShawn Rutledge2020-05-271-0/+2
* Fix artifacts when rendering multisubpath dashed QPainterPath with openGLDmitry Kazakov2020-05-261-8/+27