summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix RHI-GL mapping of DXT3/5 compressed texture format identifiersEirik Aavitsland2020-05-251-2/+2
* Fix typo in documentation of QPlatformWindowMichal Klocek2020-05-251-2/+2
* Fix bug in QTextLayout::min/maxWidth for WrapAtWordBoundaryOrAnywhereJan Arve Sæther2020-05-211-20/+31
* QBasicDrag: Send QDragMoveEvent when modifiers changeAlexander Volkov2020-05-202-2/+6
* Fix Clang 10 warning about LLONG_MAX being inexact in doubleThiago Macieira2020-05-201-2/+3
* Emit QScreen::(availableG|g)eometryChanged() on logical DPI changeFriedemann Kleint2020-05-203-11/+25
* ARM neon draw helper only available for little endianPeter Seiderer2020-05-201-4/+4
* Fix out-of-bounds access when searching arraysVolker Hilsheimer2020-05-191-1/+1
* Fix coverity warnings about uninitialized data membersVolker Hilsheimer2020-05-192-2/+2
* Enable Universal Links on iOSLars Schmertmann2020-05-192-0/+39
* Add error message on unaligned profile inputsAllan Sandfeld Jensen2020-05-192-0/+8
* Doc: Specify QTextOption behavior in drawTextPaul Wicking2020-05-181-1/+2
* Prevent asserts in certain QWindow re-creation casesLaszlo Agocs2020-05-181-2/+7
* Avoid using qGuiApp in QOpenGLVao::destroy()Laszlo Agocs2020-05-181-1/+5
* Clarify ResetNotification in QSurfaceFormat a bitLaszlo Agocs2020-05-182-1/+12
* Initialize TextureOp and BufferOp structsVolker Hilsheimer2020-05-181-7/+7
* doc: Add version of deprecation for QFont enumsEskil Abrahamsen Blomfeldt2020-05-181-4/+4
* Avoid format conversion in backing store texture uploadAllan Sandfeld Jensen2020-05-161-44/+50
* Revert "WebGradients: redo implementation"Giuseppe D'Angelo2020-05-158-600/+1006