summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Markdown: deal with horizontal rules (thematic breaks)Shawn Rutledge2019-05-082-1/+5
* Markdown: fix several issues with lists and continuationsShawn Rutledge2019-05-084-27/+152
* Remove 3rdparty include from QTextMarkdownImporter header fileShawn Rutledge2019-05-082-47/+47
* Deprecate conversion functions between QList and QSetLars Knoll2019-05-072-2/+2
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-0710-42/+234
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-063-5/+7
| |\
| | * fix compilation with various -no-feature-* optionsNick Shaforostov2019-05-052-3/+5
| | * configure: skip Freetype/Fontconfig autodetection only on MSVCMassimo Callegari2019-05-031-2/+2
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-032-30/+208
| |\|
| | * Only generate temporaries when it makes sensePaul Lemire2019-05-022-30/+208
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-023-7/+16
| |\|
| | * Use QPlatformTheme::TouchDoubleTapDistance for touch eventsAlexander Volkov2019-05-012-6/+15
| | * Don't pass scope args to _exit trace pointsMilian Wolff2019-04-301-1/+1
| * | Fix -Wdeprecated-copy warningsAllan Sandfeld Jensen2019-05-012-0/+3
* | | Fix minor compiler warning from ClangKevin Funk2019-05-031-1/+0
* | | Prefix QTextStream operators with Qt::Lars Knoll2019-05-031-3/+3
* | | Custom color-space based on chromaticitiesAllan Sandfeld Jensen2019-05-024-28/+201
* | | QTextMarkdownImporter: Fix deprecation warningFriedemann Kleint2019-05-021-1/+1
* | | Compile with Qt 6Lars Knoll2019-05-022-0/+12
* | | Compile with Qt 6Lars Knoll2019-05-021-0/+2
* | | Prefix textstream operators with Qt::Lars Knoll2019-05-0219-49/+49
* | | Remove handling of missing =delete and =default supportAllan Sandfeld Jensen2019-05-021-1/+1
* | | Add QTextMarkdownWriter::writeTable(QAbstractTableModel)Shawn Rutledge2019-05-022-0/+33
* | | Render markdown task lists (checkboxes instead of bullets) in QTextEditShawn Rutledge2019-05-021-6/+26
* | | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-0125-64/+0
* | | Add QTextMarkdownWriter, QTextEdit::markdown property etc.Shawn Rutledge2019-05-017-4/+513
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-294-14/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-284-14/+6
| |\|
| | * Fix QOpenGLDebugLogger crash on ANGLEAlvin Wong2019-04-271-1/+1
| | * Fix determination of OpenGL include paths on macOS, take 3Joerg Bornemann2019-04-272-12/+1
| | * Fix page breaking with large imagesLars Knoll2019-04-261-1/+4
* | | QTextMarkdownImporter: insert list items into the correct listShawn Rutledge2019-04-271-2/+3
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-273-1/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-263-1/+6
| |\|
| | * Fix aliased painting with non-uniform scalingEirik Aavitsland2019-04-251-1/+1
| | * Avoid hanging on painting dashed lines with non-finite coordinatesEirik Aavitsland2019-04-252-0/+5
* | | QLineF: add intersects() as a replacement for intersect()Christian Ehrlicher2019-04-251-1/+1
* | | Fix -Wc++11-narrowing error in qtextmarkdownimporterMårten Nordheim2019-04-241-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-247-105/+205
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-242-101/+93
| |\|
| | * macOS: Clean up and deduplicate QMacCGContextTor Arne Vestbø2019-04-192-101/+93
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-165-4/+112
| |\|
| | * QOffscreenSurface: Suppress setting of a default geometry on the windowFriedemann Kleint2019-04-111-0/+8
| | * QShaderGenerator: don't generate temporary variables for global inputsPaul Lemire2019-04-101-2/+60
| | * QShaderGenerator: fix substitution for attributes on GL2/ES2Paul Lemire2019-04-104-2/+44
* | | QRegExp include cleanupSamuel Gaist2019-04-195-4/+3
* | | Add QTextMarkdownImporterShawn Rutledge2019-04-177-2/+663
* | | tslib: use ts_setup() to find the deviceRolf Eike Beer2019-04-151-1/+1
* | | Add Extended RGB model to QColorAllan Sandfeld Jensen2019-04-124-67/+229
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-114-133/+137
|\| |