summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* [qgenericunixservices] Consider kde-open5 for opening URLsNicolas Fella2021-07-281-0/+2
* Improve fix for avoiding huge number of tiny dashesEirik Aavitsland2021-07-271-1/+1
* Doc: Remove mentioning of Qt::MidButtonKai Köhne2021-07-191-1/+1
* macOS: Don't assume NSEvent charactersByApplyingModifiers: produces characterTor Arne Vestbø2021-07-121-2/+5
* Fix QTextFormat::FullWidthSelection for right-to-left text layoutsOliver Eftevaag2021-07-101-4/+11
* Fix auto completion in QFileDialog on WindowsVolker Hilsheimer2021-07-081-0/+3
* fc: Clean up current config on shutdownEskil Abrahamsen Blomfeldt2021-06-302-0/+6
* Revert "Windows: Add synthesized fonts also when there is a style name"Eskil Abrahamsen Blomfeldt2021-06-302-6/+6
* QDBusMenuConnection: Close open D-Bus connectionJonas Kvinge2021-06-302-0/+9
* Doc: Improve QTransform documentationPaul Wicking2021-06-253-12/+31
* Fix right-to-left text with DirectWrite engine + QPainterPathEskil Abrahamsen Blomfeldt2021-06-211-1/+2
* QTextDocumentFragment: fix ifdef rangeIvan Solovev2021-06-181-1/+2
* Avoid overflow in text layoutv6.1.2Eirik Aavitsland2021-06-171-1/+2
* Fix rendering of text checkboxes when text is selectedShawn Rutledge2021-06-161-4/+8
* Fix unaligned specialData formatsAllan Sandfeld Jensen2021-06-111-4/+9
* Correct examples for int validation in QValidator documentationVolker Hilsheimer2021-06-081-2/+2
* QIcc: Update test for invalid valuesRobert Löhning2021-06-081-1/+1
* macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-072-7/+7
* QtGui/math3d : Fix QQuaternion::getEulerAnglesInho Lee2021-06-011-1/+5
* rhi: d3d: Avoid debug layer warning when having no vertex inputsLaszlo Agocs2021-05-311-7/+9
* minor: Clean up areMetricsTooLarge() conditionsEskil Abrahamsen Blomfeldt2021-05-271-2/+2
* qxkbcommon: Map Super/Hyper to Meta early enough to have an effectAndrey Butirsky2021-05-251-6/+6
* QFileSystemModel fails to locate a host from root's visible childrenDongmei Wang2021-05-221-2/+5
* macOS: Don't wrap key event keys in QCharTor Arne Vestbø2021-05-212-13/+17
* Fix memory leak when using small caps fontEskil Abrahamsen Blomfeldt2021-05-201-4/+8
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-181-3/+3
* Windows QPA: Fix dock widget drag&drop failureAndre de la Rocha2021-05-171-1/+1
* QPageSize: make PageSizeId ctor non-explicitMarc Mutz2021-05-131-1/+1
* Windows: Add synthesized fonts also when there is a style nameEskil Abrahamsen Blomfeldt2021-05-123-12/+18
* Initialize FirstPtBlock.next to make static analysis happyAllan Sandfeld Jensen2021-05-111-0/+1
* Fix QStandardItemModel signals on takeChildLuca Beldi2021-05-111-2/+27
* Avoid potential read of uninitialized clip dataAllan Sandfeld Jensen2021-05-111-2/+1
* rhi: Fix memory leakRobert Löhning2021-05-111-3/+4
* Make resizeMaximizedWindows() preserve native geometryMorten Sørvig2021-05-111-6/+13
* 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
* macOS: Fix synthesized boldEskil Abrahamsen Blomfeldt2021-05-071-1/+3
* Apply specialData font capitalization to non-rawFont textAllan Sandfeld Jensen2021-05-071-2/+12
* Fix rare integer overflow in text shapingPaul Olav Tvete2021-05-061-1/+2
* Windows: Work-around misreporting of Script and RomanEskil Abrahamsen Blomfeldt2021-05-061-1/+3
* Write out the HTML correctly for nested listsAndy Shaw2021-05-062-3/+27
* 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
* Add grabber context pointersShawn Rutledge2021-05-012-0/+26
* Revert "Add grabber context pointers"Shawn Rutledge2021-04-293-16/+11
* Add grabber context pointersShawn Rutledge2021-04-283-11/+16
* 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
* Draw the cursor considering the descent is 0Tang Haixiang2021-04-211-3/+3