summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextformat.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTextDocument: Add support for responsive imagesCarl Schwan3 days1-1/+20
* Improve default style of QTextTableCarl Schwan10 days1-1/+2
* QTextFormat: Use QMap::constFind() to avoid unnecessary detachesVladimir Belyavsky2024-04-211-8/+8
* Fix out of bounds access during QTextDocument cloningJoni Poikelin2024-01-231-1/+1
* qtextformat: port while loops to range forAnton Kudryavtsev2023-10-131-13/+5
* QTextFormat: Allow merging unset propertiesViktor Arvidsson2023-09-141-5/+7
* gui: use const methods moreAnton Kudryavtsev2023-09-091-1/+1
* QTextFormat: documentation fixChristian Ehrlicher2023-08-281-1/+1
* Doc: use [since] tag for enum values added in Qt 6.6Volker Hilsheimer2023-05-261-2/+2
* Docs: document QTextFormat::Property::ListStartVolker Hilsheimer2023-04-051-0/+2
* Add QTextListFormat::start: html and markdown ordered list index offsetNicolas Werner2023-03-221-1/+29
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-10/+10
* Do not use QTextFormat::FontFamily when building with QT_DISABLE_DEPRECATED_B...Ivan Solovev2022-07-211-2/+3
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* QtGui: includemocsMarc Mutz2022-04-291-0/+2
* QText*Format: future-proof by adding own QDataStream stream operatorsThiago Macieira2022-03-081-1/+51
* Doc: Fix qdoc warnngsVenugopal Shivashankar2021-10-231-2/+2
* gui: Fix typos in documentationJonas Kvinge2021-10-121-2/+2
* Doc: Ensure deprecated APIs in Gui are documented as suchNico Vertriest2021-07-261-3/+3
* QTextCharFormat: mark a couple of API mistakes to be fixed in Qt 7Giuseppe D'Angelo2021-07-221-0/+30
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-2/+2
* Support CSS text-decoration-color in underlines, overlines, strikethroughShawn Rutledge2021-05-071-4/+5
* Fix deprecated macrosVolker Hilsheimer2021-03-251-0/+2
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-6/+9
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-2/+2
* Fix a few qdoc warningsVolker Hilsheimer2020-11-061-1/+1
* Fix QDataStream compatibility for QTextFormat::TextUnderlineColorLars Knoll2020-11-031-0/+8
* Deprecate QVariant::TypeLars Knoll2020-10-231-5/+5
* Fix some bad uses of QSharedPointerData::operator T*Allan Sandfeld Jensen2020-10-161-7/+7
* Fix some qdoc warnings: function parameter namesVolker Hilsheimer2020-09-221-4/+6
* Avoid overflows in variantHash()Robert Loehning2020-08-281-2/+2
* Use OpenType font weightsJonas Karlsson2020-08-281-1/+1
* Allow arbitrary baseline shift in QTextCharacterFormatJordi Pujol Foyo2020-08-261-0/+58
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-251-3/+3
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-2/+2
* QVariant::setValue(): enable move semanticsGiuseppe D'Angelo2020-07-131-1/+1
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-18/+18
* Remove deprecated methods and address some ### Qt 6 comments in gui/textVolker Hilsheimer2020-06-091-48/+0
* Fix warnings about size_t to uint truncationLars Knoll2020-05-021-13/+13
* Fix distribution of font properties in QTextFormatEskil Abrahamsen Blomfeldt2020-03-101-9/+29
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-26/+26
* Fix qdoc warningsFriedemann Kleint2019-09-101-0/+1
* QTextDocument: allow css-styling of table cell bordersNils Jeisecke2019-08-081-0/+279
* QTextMarkdownWriter: write fenced code blocks with language declarationShawn Rutledge2019-06-041-0/+3
* Markdown and HTML: support image alt text and titleShawn Rutledge2019-06-011-1/+7
* Add documentation for the QTextBlockFormat::marker propertyShawn Rutledge2019-05-231-0/+44
* Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-211-0/+9
* Fix some qdoc warningsFriedemann Kleint2019-03-071-1/+1