summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qcssparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTextDocument: Add support for responsive imagesCarl Schwan3 days1-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
|\
| * Fix assert in QTextDocument CSS parser on "border-width: 1pt"David Faure2019-12-031-0/+1
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* | QStyleSheetStyle: add new property to QPushButton: iconRichard Moe Gustavsen2019-11-141-0/+32
|/
* Android: Update clang mkspecsBogDan Vatra2019-08-221-4/+0
* QTextDocument: add css-styling of table cell borders to HTML import/exportNils Jeisecke2019-08-191-0/+9
* Support missing white-space:pre-line CSSAllan Sandfeld Jensen2019-08-121-4/+5
* Support copy-pasting foreground images within same documentEskil Abrahamsen Blomfeldt2019-06-211-0/+1
* Use a QMultiMap for the weighted rulesLars Knoll2018-12-121-3/+3
* Handle fonts that have commas/quotes in the family nameAndy Shaw2018-11-081-3/+8