summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* RHI: Fix compilation with MinGW developer buildsFriedemann Kleint2019-06-281-2/+3
* Optimize some atomic countersMarc Mutz2019-06-273-8/+5
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-274-3/+35
|\
| * 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 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
| |\ \
| * | | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-05-031-0/+1
* | | | rhi: d3d: gl: Remove incorrect exec.Cmd.Buf. assumptionLaszlo Agocs2019-06-212-4/+0
* | | | rhi: d3d11: Add compute and load/store res supportLaszlo Agocs2019-06-212-80/+450
* | | | rhi: metal: Reuse drawable after a frame without a presentLaszlo Agocs2019-06-181-2/+7
* | | | rhi: Add compute api and implement for Vulkan and MetalLaszlo Agocs2019-06-1716-421/+1902
* | | | rhi: Make it possible to request making the context current on GLLaszlo Agocs2019-06-1713-0/+49
* | | | rhi: Remove reserved and since from the shader classesLaszlo Agocs2019-06-173-5/+0
* | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-2512-255/+123
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
| | |/ | |/|
| * | 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
* | | 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-2053-452/+452
* | | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-1/+1
* | | 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