summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
...
| * | Handle multiple font-families in <font> face attributeAllan Sandfeld Jensen2019-07-031-1/+10
* | | Improve performance when loading application fontsEskil Abrahamsen Blomfeldt2019-06-281-13/+8
* | | Optimize some atomic countersMarc Mutz2019-06-271-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-272-2/+32
|\| |
| * | Output all font families in HTML outputAllan Sandfeld Jensen2019-06-212-2/+32
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-252-6/+0
| |\|
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-252-6/+0
|\ \ \ | | |/ | |/|
| * | Fix GCC 9's warning about deprecated violation of Rule of 5Thiago Macieira2019-06-232-6/+0
* | | Overload QTextBrowser::setSource() to add optional type argumentShawn Rutledge2019-06-201-0/+2
* | | Support copy-pasting foreground images within same documentEskil Abrahamsen Blomfeldt2019-06-216-3/+59
* | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-207-23/+23
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-144-4/+13
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-141-1/+1
| |\|
| | * Don't count all engines as "in use" in cacheEskil Abrahamsen Blomfeldt2019-06-091-1/+1
| * | Fix printing of table headers in multi-frame QTextDocumentsEirik Aavitsland2019-04-111-2/+8
| * | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-111-1/+2
| |\ \
| | * \ Merge 5.13 into 5.13.0Frederik Gladhorn2019-05-073-3/+6
| | |\ \
| | * | | Don't duplicate font family names in the fallback listAndy Shaw2019-05-071-1/+2
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-111-0/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix: QTextDocument::find backward search crossing paragraphsEirik Aavitsland2019-06-041-0/+2
* | | | | qtlite: Fix build with -no-feature-texthtmlparserMikhail Svetkin2019-06-111-1/+1
* | | | | Use insert instead of insertMulti when operating on a QMultiHashLars Knoll2018-12-031-1/+1
* | | | | QDistanceField: add missing copy assignment operatorMarc Mutz2019-06-062-0/+4
* | | | | QTextMarkdownWriter: write fenced code blocks with language declarationShawn Rutledge2019-06-047-11/+79
* | | | | Markdown and HTML: support image alt text and titleShawn Rutledge2019-06-019-12/+48
* | | | | QTextBrowser: detect and load markdown rather than assuming HTMLShawn Rutledge2019-05-302-0/+2
* | | | | Improve qHash(QFont)Marc Mutz2019-05-271-13/+14
* | | | | QTextMarkdownWriter: fix some bad cases with word wrapShawn Rutledge2019-05-241-3/+18
* | | | | QTextMarkdownImporter: don't keep heading level on following list itemShawn Rutledge2019-05-242-49/+58
* | | | | Support clicking to toggle checkboxes in QTextEditShawn Rutledge2019-05-242-0/+32
* | | | | QTextDocumentLayout: Avoid table border drawing artifactsNils Jeisecke2017-09-071-4/+20
* | | | | Fix gui build without feature.regularexpressionTasuku Suzuki2019-05-222-1/+15
* | | | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-271-19/+69
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-271-19/+69
| |\| | |
| | * | | Write an anchor-type attribute when embedding images in an ODF documentAndrew den Exter2019-05-131-0/+1
| | * | | Avoid re-encoding embedded images when writing an ODF fileAndrew den Exter2019-05-131-19/+68
* | | | | Add documentation for the QTextBlockFormat::marker propertyShawn Rutledge2019-05-231-0/+44
* | | | | Fix font matching of typographic families on WindowsEskil Abrahamsen Blomfeldt2019-05-233-0/+20
* | | | | Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-212-2/+15
* | | | | QtGui: get rid of the last Java-style iteratorMarc Mutz2019-05-211-3/+1
* | | | | QFontMetricsF: add noexceptGiuseppe D'Angelo2019-05-151-2/+2
* | | | | QFontEngine: replace QLinkedList with std::listMarc Mutz2019-05-142-7/+6
* | | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-133-35/+24
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-092-33/+22
| |\| | |
| | * | | Fix QTextEngine::shapeText casing of surrogate pairsJüri Valdmann2019-05-071-1/+2
| | * | | Use "monospace" as fallback system FixedFont in KDE theme; loggingShawn Rutledge2019-05-071-32/+20
| * | | | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-2/+2
| | |_|/ | |/| |
* | | | Markdown: blockquotes, code blocks, and generalized nestingShawn Rutledge2019-05-086-42/+133
* | | | Change QTextMarkdownWriter to pass by const pointer and QAIMShawn Rutledge2019-05-084-17/+17
* | | | Markdown: deal with horizontal rules (thematic breaks)Shawn Rutledge2019-05-082-1/+5