summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-136-32/+66
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-125-30/+64
| |\
| | * Refactor lockedAlphaMapForGlyphLars Knoll2019-08-082-28/+20
| | * Add attribution for AGLFNEskil Abrahamsen Blomfeldt2019-08-082-0/+43
| | * Fix crash in QTextDocument::clearUndoRedoStacks()Eskil Abrahamsen Blomfeldt2019-08-081-2/+1
| * | Fix GCC 4.8 buildVille Voutilainen2019-08-051-2/+2
* | | Support missing white-space:pre-line CSSAllan Sandfeld Jensen2019-08-125-8/+21
* | | QTextDocument: allow css-styling of table cell bordersNils Jeisecke2019-08-083-58/+1204
* | | QTextDocumentLayout: Refactor pagination logic for bordersNils Jeisecke2019-08-081-12/+40
* | | QTextDocumentLayout: Fix regression in table column width calculationNils Jeisecke2019-08-071-0/+6
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-173-6/+17
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-123-6/+17
| |\|
| | * Support pen color with color fontsEskil Abrahamsen Blomfeldt2019-07-053-6/+17
* | | Revert "QDistanceField: add missing copy assignment operator"Marc Mutz2019-07-112-4/+0
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-101-1/+1
|\| |
| * | QTextObject: One more 0 to nullptr conversionAndre Hartmann2019-07-081-1/+1
* | | QtGui: port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-062-4/+4
* | | Fix build without features.itemmodelTasuku Suzuki2019-07-062-1/+9
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-051-1/+10
|\| |
| * | 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