summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QFontDatabase: Delete redundant semicolonsJüri Valdmann2019-10-252-2/+2
* Enforce QTextDocument::MarkdownFeature compatibility at compile timeShawn Rutledge2019-10-244-18/+40
* QKeySequence: Add missing names for multimedia keysAlexander Volkov2019-10-241-0/+6
* rhi: Use Q_GLOBAL_STATIC for QRhiGles2 GL program cacheTor Arne Vestbø2019-10-241-3/+3
* Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-10-2410-2/+98
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-2410-2/+98
| |\
| | * QtGui: Disable Windows on ARM64 preprocessor conflict in QtOpenGLHernan Martinez2019-10-219-0/+92
| | * Fix cursor not showing in empty block preceding a tableKari Hormi2019-10-141-2/+6
* | | rhi: metal: Fix and clean up committing resource bindingsLaszlo Agocs2019-10-241-45/+51
* | | rhi: metal: Remap resource bindings based on the QShader tableLaszlo Agocs2019-10-242-31/+73
* | | Store a native resource binding map in QShaderLaszlo Agocs2019-10-243-18/+135
* | | Fix: confusion in QImage paintEngine creation on shared imagesEirik Aavitsland2019-10-241-3/+3
|/ /
* | rhi: Enhance swapchain size query docsLaszlo Agocs2019-10-211-2/+24
* | Remove mapping from CJK/Latin to Common script in Harfbuzz NGEskil Abrahamsen Blomfeldt2019-10-211-17/+7
* | Propagate application termination requests through QPATor Arne Vestbø2019-10-195-1/+36
* | Fix: QPainter off-by-one clipping for some non-integer scalingsEirik Aavitsland2019-10-182-3/+3
* | rhi: gl: Do not let external rendering trash our vaoLaszlo Agocs2019-10-152-7/+22
* | Protect global variable g_pointIdMap with mutexesRainer Keller2019-10-112-0/+7
* | Make QTextBlockFormat::MarkerType an enum classShawn Rutledge2019-10-106-10/+10
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-102-2/+2
|\|
| * Don't crash when calling jumpToFrame() on an empty QMovieLars Knoll2019-10-091-1/+1
| * Fix warning about out of bounds access in QString::operator[]Lars Knoll2019-10-091-1/+1
* | rhi: Autotest for rendering a triangle into a windowLaszlo Agocs2019-10-091-1/+1
* | rhi: Autotest rendering a textured quadLaszlo Agocs2019-10-091-0/+2
* | rhi: Fix non-base level copy and readback wrt source sizeLaszlo Agocs2019-10-094-17/+19
* | rhi: Autotest rendering a triangleLaszlo Agocs2019-10-098-4/+61
* | rhi: gl: Add a feature flag for reading back non-zero mip levelsLaszlo Agocs2019-10-097-11/+41
* | rhi: gl: Switch GetBufferSubData emulation to MapBufferRangeLaszlo Agocs2019-10-093-13/+19
* | rhi: Autotest basic texture operationsLaszlo Agocs2019-10-093-12/+114
* | Make QRhi::create() return false when there is no MTLDeviceLaszlo Agocs2019-10-091-0/+5
* | rhi: Add support for buffer readbacksLaszlo Agocs2019-10-0912-440/+752
* | Handle context loss in QPlatformBackingStoreDavid Edmundson2019-10-081-1/+10
* | CoreText: Warn the user when family alias lookup slows down the applicationTor Arne Vestbø2019-10-082-2/+2
* | Fix double free when debug printing QFont with non-default verbosityTor Arne Vestbø2019-10-081-2/+1
* | Fix build with QT_NO_CSSPARSER / -no-feature-cssparserNils Jeisecke2019-10-042-0/+30
* | Modernize QWindowSystemInterface::handleCloseEventTor Arne Vestbø2019-10-045-16/+10
* | Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-043-21/+19
* | QPainter: don't print deprecated warnings for HighQualityAntialiasingChristian Ehrlicher2019-10-032-0/+6
* | Add TriangleFan pipeline topologyPaul Olav Tvete2019-10-036-2/+20
* | rhi: vulkan: Disable vkmemalloc's own synchronizationLaszlo Agocs2019-10-031-0/+3
* | rhi: Remove QVectors from the data description structs as wellLaszlo Agocs2019-10-039-200/+254
* | Quiet several more warnings about QWheelEvent deprecationsShawn Rutledge2019-10-022-2/+15
* | rhi: Speed up buffer and texture trackingLaszlo Agocs2019-09-304-32/+30
* | Remove QVector in the API of QRhiResource subclassesLaszlo Agocs2019-09-308-27/+58
* | De-d-pointer QRhiShaderResourceBindingLaszlo Agocs2019-09-307-190/+118
* | Share and enable shader disk cache in QRhi OpenGL backendLaszlo Agocs2019-09-305-120/+271
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-5/+6
|\|
| * iOS: Fix fallback fonts on iOS 13+Eskil Abrahamsen Blomfeldt2019-09-261-0/+7
| * Ensure that QFont::fromString() doesn't parse empty font specificationsShawn Rutledge2019-09-241-5/+6
* | Ensure drawable size atomicity within a frameLaszlo Agocs2019-09-295-75/+89