summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add new enum value VisualTabCharacter into QCharZhang Hao2021-04-151-1/+1
* Merge integration refs/builds/qtci/dev/1618405176Qt CI Bot2021-04-141-1/+1
|\
| * Fix partial pixel coverage calculationAllan Sandfeld Jensen2021-04-141-1/+1
* | Avoid processing-intensive painting of high number of tiny dashesEirik Aavitsland2021-04-141-9/+35
|/
* Cleanup leftover QWSTasuku Suzuki2021-04-141-1/+0
* Fix build without features.highdpiTasuku Suzuki2021-04-141-3/+11
* Merge integration refs/builds/qtci/dev/1618310175Qt CI Bot2021-04-131-4/+11
|\
| * Adapt to Harfbuzz 2.8.0 updateEskil Abrahamsen Blomfeldt2021-04-131-4/+11
* | Fix qdoc warningVolker Hilsheimer2021-04-131-1/+1
|/
* Fix GLX on non-linux X11 systemsNiclas Rosenvik2021-04-115-7/+7
* Set QGuiApplicationPrivate variables after platform window is destroyedAndy Shaw2021-04-081-11/+11
* Don't judge other people's writing systemsVolker Hilsheimer2021-04-081-10/+8
* Merge integration refs/builds/qtci/dev/1617826149Qt CI Bot2021-04-071-1/+1
|\
| * QTextHtmlParserNode: Limit colspan to avoid segfaultRobert Löhning2021-04-071-1/+1
* | Merge integration refs/builds/qtci/dev/1617813097Qt CI Bot2021-04-072-8/+8
|\ \ | |/ |/|
| * fix Alt+` shortcut on non-US layoutsAndrey Butirsky2021-04-072-8/+8
* | Merge integration refs/builds/qtci/dev/1617802255Qt CI Bot2021-04-071-2/+6
|\ \
| * | Do not notify about property changes if the value hasn't changedSona Kurazyan2021-04-071-2/+6
| |/
* | Add QRhiTexture::RG16 formatLars Knoll2021-04-076-0/+29