summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qcssparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* QCssParser: statically verify QCssKnownValue arraysMarc Mutz2025-03-131-10/+42
* Mark HTML, CSS and Markdown parsers as security-criticalShawn Rutledge2025-03-121-0/+1
* QCssParser: shrink indexOfId by halfMarc Mutz2025-03-121-1/+4
* QCssParser: attempt to fix Coverity OVERRUN issueMarc Mutz2025-03-111-1/+1
* QCssParser: Add missing palette rolesKai Uwe Broulik2025-03-041-4/+11
* QCssParser: don't allow negative values for cuts in border-imageChristian Ehrlicher2025-03-041-0/+7
* Support parsing animations in the CSS parserHatem ElKharashy2024-10-041-0/+70
* QTextHtmlParser: Handle fractional font-size pixel valuesTor Arne Vestbø2024-08-131-1/+1
* Support SVG specific stroke styling propertiesHatem ElKharashy2024-05-141-4/+46
* QTextDocument: Add support for responsive imagesCarl Schwan2024-05-071-0/+12
* Support rendering CSS 'border' property for html tableSanthosh Kumar2024-04-181-3/+5
* Support foreground gradient in CSS parser and HTML generatorEskil Abrahamsen Blomfeldt2024-03-181-6/+12
* Implement support for stroke color and width in CSS parserEskil Abrahamsen Blomfeldt2024-03-181-0/+2
* Rename accent color in QPaletteSanthosh Kumar2023-08-181-3/+3
* Implement color role AccentColor in QStyleSheetStyle and QCssParserAxel Spoerl2023-05-221-6/+13
* Fix dangling referencesVille Voutilainen2023-01-121-1/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-6/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-041-75/+75
* Style sheets: add placeholder text color property for edit widgetsEirik Aavitsland2022-09-291-1/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-281-7/+7
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-28/+29
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-13/+11
* QtGui: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [2/2]: private APIMarc Mutz2022-04-051-0/+4
* Fix deprecated use of QColor::setNamedColorMårten Nordheim2022-03-171-1/+1
* Gui: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* QCSS: Support Qt 5-style integer property selectorsVolker Hilsheimer2022-01-151-2/+2
* Fix caching of parsed border color values in CSS parserVolker Hilsheimer2021-10-121-2/+11
* Prevent array-out-of-bounds accessVolker Hilsheimer2021-07-211-1/+5
* Support pt units for sizes, as documentedVolker Hilsheimer2021-07-201-5/+15
* Support CSS text-decoration-color in underlines, overlines, strikethroughShawn Rutledge2021-05-071-0/+1
* Limit value in setFontSizeFromValue()Robert Löhning2021-03-011-2/+2
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-1/+0
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-6/+6
* Limit value in setFontWeightFromValue()Robert Loehning2020-11-091-1/+2
* Use QStringTokenizer instead of QStringView::splitLars Knoll2020-10-051-2/+9
* Fix Qt6 todo in qcssparserAllan Sandfeld Jensen2020-09-231-3/+6
* Use OpenType font weightsJonas Karlsson2020-08-281-1/+1
* Use QMetaType in QMetaCallEventLars Knoll2020-08-241-2/+2
* Clean up int based convert() APILars Knoll2020-08-241-2/+2
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-061-1/+1
* Sanitize lengthValue in CSS parserRobert Loehning2020-07-271-5/+4
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-16/+16
* Export the letter and word spacing settings set on the default formatAndy Shaw2020-07-061-1/+38
* Port QtGui from QStringRef to QStringViewLars Knoll2020-06-111-10/+10
* QtGui: fix deprecated QChar conversionsMarc Mutz2020-05-111-2/+2
* Fix out-of-bounds access when searching arraysVolker Hilsheimer2020-05-081-1/+1
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-10/+10
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-041-0/+1
|\