summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Replace QPainter::initFrom() with begin()Christian Ehrlicher2019-06-132-11/+18
* QGradient: add a last-enum enumerator to the presetsGiuseppe D'Angelo2019-06-141-0/+2
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-1412-32/+146
|\
| * 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-112-2/+3
| |\ \
| | * | QOpenGLWindow: set QOffScreenSurface screenMorten Johan Sørvig2019-05-141-1/+1
| | * | Merge 5.13 into 5.13.0Frederik Gladhorn2019-05-0710-42/+234
| | |\ \
| | * | | 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-112-7/+9
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix: QTextDocument::find backward search crossing paragraphsEirik Aavitsland2019-06-041-0/+2
| | * | | doc: Correct several QEnterEvent accessorsShawn Rutledge2019-06-061-7/+7
| * | | | doc: Improve the Coordinate System rectangle coordinate examplesSamuel Gaist2019-05-232-1/+10
| * | | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Liang Qi2019-06-073-19/+49
| |\ \ \ \
| | * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-073-19/+49
| | |\| | |
| | | * | | Work around crash where a destroyed window becomes focus_windowMorten Johan Sørvig2019-05-221-0/+6
| | | * | | Guard against numerical overflow when processing QPainterPathsEirik Aavitsland2019-05-151-19/+38
| | | * | | QDataStream: Fix inconsistent results of iostream with QPalette objectsRyan Chu2019-05-201-0/+5
| * | | | | doc: Add dontdocument.qdoc filesMartin Smith2019-05-071-0/+66
| |/ / / /
* | | | | Introduce the Qt graphics abstraction as private QtGui helpersLaszlo Agocs2019-06-1330-0/+29414
* | | | | Avoid uninitialized texture data in image glyph cacheLaszlo Agocs2019-05-281-0/+8
* | | | | Remove a few usages of deprecated APIShawn Rutledge2019-06-131-1/+2
* | | | | Make QColor a literal typeGiuseppe D'Angelo2019-06-122-22/+27
* | | | | 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
* | | | | Remove QLatin1Literal usagesGiuseppe D'Angelo2019-06-101-8/+8
* | | | | QInputDeviceManager: replace a QMap<enum,int> with a std::array<int,#enum-val...Marc Mutz2019-06-063-5/+8
* | | | | QDistanceField: add missing copy assignment operatorMarc Mutz2019-06-062-0/+4
* | | | | vulkan: Add debug message filteringLaszlo Agocs2019-05-284-0/+57
* | | | | 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
* | | | | Add attribute to disable QSessionManagerDavid Edmundson2019-03-011-1/+5
* | | | | QCommandLineParser: add --help-all, to show Qt options as wellDavid Faure2019-05-152-0/+53
* | | | | Fix gui build without feature.highdpiscalingTasuku Suzuki2019-05-261-0/+2
* | | | | 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-224-3/+28
* | | | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-277-162/+128
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-274-158/+122
| |\| | |
| | * | | 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
| | * | | QHighDpi: Remove fromNativePixels()/toNativePixels() overloadsMorten Johan Sørvig2019-05-221-116/+35
| | * | | QPA: Prevent QPlatformWindow::initialGeometry() from returning invalid geomet...Friedemann Kleint2019-05-221-3/+9
| | * | | QHighDpi: Simplify top-level window handling codeMorten Johan Sørvig2019-05-142-40/+29
| * | | | doc: improve QStandardItemModel code snippetSamuel Gaist2019-05-161-2/+2