summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix QScreen orientation not being updated when setting a platform screenFriedemann Kleint2020-10-291-3/+3
* Fix to make g++-10.2 happyAndreas Buhr2020-10-221-0/+2
* Use valid glyph index for box font engineEskil Abrahamsen Blomfeldt2020-10-211-2/+2
* rhi: Add missing \internal doc commandsTor Arne Vestbø2020-10-181-0/+3
* Fix compilation with optimization with g++-10.2Andreas Buhr2020-10-161-0/+3
* Fallback to using the family when doing an exact matchAndy Shaw2020-10-131-6/+23
* Protect QImage work on shutdownAllan Sandfeld Jensen2020-10-124-6/+6
* Avoid heap-buffer-overflowRobert Loehning2020-10-121-1/+1
* Make the named QColorSpace constructor thread-safeAllan Sandfeld Jensen2020-10-101-5/+24
* End touch->mouse synthesis when the chosen touchpoint is releasedShawn Rutledge2020-10-061-23/+25
* Doc: Qt GUI: Depend on qtprintsupport documentation moduleTopi Reinio2020-10-051-0/+1
* Ignore mouse events where globalPos contains NaNSteffen Kieß2020-10-021-0/+5
* Do not assert on invalid ICC curv tableAllan Sandfeld Jensen2020-10-022-17/+35
* Emit QScreen::geometryChanged when the logical DPI changesFriedemann Kleint2020-10-012-6/+11
* Avoid heap-buffer-overflowRobert Loehning2020-09-251-0/+2
* QFontEngine: Do not call getSfntTable with uninitalized valueChristoph Schleifenbaum2020-09-241-2/+2
* xcb: add xcb-util dependency for xcb-imageLiang Qi2020-09-221-2/+12
* xpm handler: fix read error caused by off-by-one in overflow checkEirik Aavitsland2020-09-181-2/+2
* QIcc: fix alignment concerns in ICC profile parsingAndrei Golubev2020-09-182-86/+103
* Fix deprecation documentation about margin and orientation in QPrinterÖmer Fadıl USTA2020-09-172-5/+5
* Fix documentations string in QPagedPaintDeviceNicolas Fella2020-09-121-1/+1
* Fix build with -trace lttngJoerg Bornemann2020-09-111-1/+1
* When finding the engine for a fallback font, then clear the familiesAndy Shaw2020-09-061-0/+1
* Mark obsolete QPrinter functions as deprecated from 5.15 onVolker Hilsheimer2020-09-033-5/+24
* QTextHtmlParserNode: Fix warnings flood about setting negative pixel sizeFriedemann Kleint2020-09-021-1/+2
* Avoid overflows in variantHash()Robert Loehning2020-08-281-2/+2
* QTextHtmlParserNode: Avoid extreme values for font's pixelsizeRobert Loehning2020-08-281-0/+1
* Manually initialize TextureOp and BufferOp structsEirik Aavitsland2020-08-271-7/+21
* QPixelFormat: Fix warning about mixing different enumsMarcel Krems2020-08-231-14/+14
* qwsi: revert parts of 00ae1e6b7bf6efa5f5e57d37844e44d521604fb6Gatis Paeglis2020-08-232-24/+2
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-1/+1
* Allow smooth curve stroking for very wide linesEirik Aavitsland2020-08-211-1/+5
* 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