summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Tell code-checker drawPolygon can't be called with negative countAllan Sandfeld Jensen2021-05-111-0/+2
* Fix QStandardItemModel signals on takeChildLuca Beldi2021-05-111-2/+27
* Initialize FirstPtBlock.next to make static analysis happyAllan Sandfeld Jensen2021-05-111-0/+1
* Avoid potential read of uninitialized clip dataAllan Sandfeld Jensen2021-05-111-2/+1
* Make resizeMaximizedWindows() preserve native geometryMorten Sørvig2021-05-111-6/+13
* Windows: Add synthesized fonts also when there is a style nameEskil Abrahamsen Blomfeldt2021-05-113-12/+18
* rhi: Fix memory leakRobert Löhning2021-05-101-3/+4
* Move QtX11Extras into QtGui as private APITor Arne Vestbø2021-05-103-0/+663
* Fix antialiasing of rotated non-smooth scaled imagesAllan Sandfeld Jensen2021-05-101-1/+2
* Move QNativeInterface helpers to their own header fileTor Arne Vestbø2021-05-1011-0/+16
* Avoid coverage overflowAllan Sandfeld Jensen2021-05-101-0/+4
* Avoid fast transform paint path on values it can't handleAllan Sandfeld Jensen2021-05-101-2/+6
* Allow background inheritance between non-body block elementsAllan Sandfeld Jensen2021-05-081-1/+4
* Support CSS text-decoration-color in underlines, overlines, strikethroughShawn Rutledge2021-05-076-4/+19
* Apply specialData font capitalization to non-rawFont textAllan Sandfeld Jensen2021-05-061-2/+12
* QWindow: synthesize a QContextMenuEvent from relevant mouse eventsVolker Hilsheimer2021-05-062-5/+30
* Remove duplicated declaration of QCocoaGLContext native interfaceTor Arne Vestbø2021-05-061-7/+0
* macOS: Fix synthesized boldEskil Abrahamsen Blomfeldt2021-05-061-1/+3
* Windows: Work-around misreporting of Script and RomanEskil Abrahamsen Blomfeldt2021-05-061-1/+3
* Remove Qt6 switches from QtGuiAllan Sandfeld Jensen2021-05-0512-70/+0
* Fix rare integer overflow in text shapingPaul Olav Tvete2021-05-051-1/+2
* Edid parser: fix performance issuesGiuseppe D'Angelo2021-05-052-34/+58
* Write out the HTML correctly for nested listsAndy Shaw2021-05-052-3/+27
* Export text-decorationAllan Sandfeld Jensen2021-05-051-7/+22
* rhi: gl: Sanity check vertex outputs and fragment inputsLaszlo Agocs2021-05-032-0/+26
* Disable spurious MSVC warning C4273 in Qt Gui, Qt OpenGLKai Köhne2021-05-032-0/+10
* Parse QT_SCREEN_SCALE_FACTORS spec only onceMorten Johan Sørvig2021-05-032-36/+66
* Add grabber context pointersShawn Rutledge2021-05-012-0/+26
* Fix “unused variable” warningMorten Sørvig2021-04-301-0/+2
* Revert "Add grabber context pointers"Shawn Rutledge2021-04-293-16/+11
* Call updateHighDpiScaling() on screenAdded()Morten Johan Sørvig2021-04-283-16/+1
* Add grabber context pointersShawn Rutledge2021-04-283-11/+16
* CMake: Regenerate configure.cmake filesAlexandru Croitor2021-04-271-1/+1
* Add storage for (pixel) deltas and fingerCount to QNativeGestureEventShawn Rutledge2021-04-276-13/+105
* CMake: Remove GENERATE_METATYPES usageMaximilian Goldstein2021-04-271-1/+0
* doc: Warn about kerning in QRawFont::advancesForGlyphIndexes()Eskil Abrahamsen Blomfeldt2021-04-271-2/+12
* Avoid adding null-objects to the icon cacheFan PengCheng2021-04-231-3/+3
* Don't own unique name for QDBusTrayIconIlya Fedin2021-04-212-14/+5
* Don't use qreal as a loop counterEirik Aavitsland2021-04-211-5/+7
* Add Solaris support in cmake buildNiclas Rosenvik2021-04-211-1/+1
* QEdidParser: build only on XCB/EGLFSGiuseppe D'Angelo2021-04-211-2/+6
* Edid vendor table generator (3/N): regenerate the tableGiuseppe D'Angelo2021-04-211-37/+271
* Edid vendor table generator (2/N): use idiomatic C++Giuseppe D'Angelo2021-04-211-2/+2
* Avoid combining enum values from different enum typesEirik Aavitsland2021-04-211-2/+2
* Remove xcb-native-painting setting from the configure summaryEirik Aavitsland2021-04-201-1/+0
* Draw the cursor considering the descent is 0Tang Haixiang2021-04-201-3/+3
* CMake: Introduce zlib find script to work around hardcoded iOS SDKAlexandru Croitor2021-04-191-1/+1
* Assert that engine isn't nullptr before dereferencingVolker Hilsheimer2021-04-191-0/+1
* Assert that engine isn't nullptr before dereferencingVolker Hilsheimer2021-04-191-6/+8
* Fix handling of surrogates in QBidiAlgorithmEdward Welbourne2021-04-161-2/+2