summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* gl: Try the local CacheLocation when the shared one failsLaszlo Agocs2021-10-082-20/+45
* Revert "Support family names that end/start with space"Eskil Abrahamsen Blomfeldt2021-10-071-3/+1
* QPlatformWindow: fix isAncestorOf not breaking recursionRichard Moe Gustavsen2021-09-131-1/+1
* Fix querying font aliases that share name with other fontsEskil Abrahamsen Blomfeldt2021-09-111-5/+14
* QPaintEngineEx: solve compile errorZhang Hao2021-09-071-1/+1
* Fix deprecation of QMouseEvent::source() and flags()Shawn Rutledge2021-08-272-1/+3
* Painting: handle large and negative dash offset valuesEirik Aavitsland2021-08-242-3/+6
* QDashStroker: cap the number of repetitions of the patternEirik Aavitsland2021-08-244-24/+39
* Fix default line thickness for fontsEskil Abrahamsen Blomfeldt2021-08-231-1/+1
* Fix bug with NoFontMerging when font does not support scriptEskil Abrahamsen Blomfeldt2021-08-193-3/+15
* rhi: metal: Make base vertex and instance support optionalLaszlo Agocs2021-08-183-14/+34
* macOS: Don't treat null-key as potential shortcut keyTor Arne Vestbø2021-08-161-0/+2
* macOS: Map dead keys directly to their terminator when building key mapTor Arne Vestbø2021-08-162-4/+5
* Doc: Ensure deprecated APIs in Gui are documented as suchNico Vertriest2021-08-1210-44/+70
* Refix for avoiding huge number of tiny dashesEirik Aavitsland2021-08-101-4/+4
* QXpmHandler: actually limit characters-per-pixel to fourMarc Mutz2021-08-061-2/+5
* QXpmHandler: fix re-entrancy bug in xpm_color_nameMarc Mutz2021-08-051-13/+13
* QFileSystemModel: cache the name filters regexpsGiuseppe D'Angelo2021-08-042-12/+33
* [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