summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* [Doc] Fix minor typosSze Howe Koh2019-07-101-1/+1
* QTextObject: One more 0 to nullptr conversionAndre Hartmann2019-07-081-1/+1
* Handle multiple font-families in <font> face attributeAllan Sandfeld Jensen2019-07-031-1/+10
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-291-5/+9
|\
| * Fix crash with drag cursor handlingJoni Poikelin2019-06-281-5/+9
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-284-47/+47
|\|
| * Do not downscale png when the size is exactly rightAleix Pol2019-06-261-1/+1
| * Fix crash when setting QGuiApplication palette before app is availableTor Arne Vestbø2019-06-251-1/+4
| * QHighDpi::fromNativePixels: use correct screenMorten Johan Sørvig2019-06-192-45/+42
* | 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-253-6/+3
|\|
| * Fix GCC 9's warning about deprecated violation of Rule of 5Thiago Macieira2019-06-232-6/+0
| * Release program when returning from QOpenGLTextureBlitter::create()Laszlo Agocs2019-06-191-0/+3
* | Fix crash in QPainterPath::reserve()Eirik Aavitsland2019-06-191-1/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-209-249/+120
|\|
| * High DPI: Fix crash in QWindow::mapFromGlobal()Friedemann Kleint2019-06-191-1/+1
| * Add accessibility notification roleFrederik Gladhorn2019-06-122-0/+2
| * QVector3D: fix documentation spelling errorRichard Moe Gustavsen2019-06-191-1/+1
| * QHighDpi: Replace fromNative()/toNative() with scale()Morten Johan Sørvig2019-05-141-209/+55
| * Fix raster paint error in path joins of tightly bending bezier curvesEirik Aavitsland2019-06-141-1/+1
| * Raster paint engine: optimize rect clippingLars Knoll2019-06-112-33/+54
| * Generalize image file name @2x suffix handling to higher scale factorsEirik Aavitsland2019-06-141-4/+6
* | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-05-031-0/+1
* | 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
|/ / / /
* | | | 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
* | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-162-2/+4
|\| | |
| * | | QMenu: show shortcuts in context menus by defaultRichard Moe Gustavsen2019-05-151-1/+3
| * | | Fix QRasterBuffer::scanLine miscalculation with big imagesJoni Poikelin2019-05-141-1/+1