summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Compile fixes for clang10Lars Knoll2020-05-054-15/+15
* | | | Enable Universal Links on iOSLars Schmertmann2020-05-192-0/+39
|/ / /
* | | Remove deprecated method from QFont, QFontMetrics, and QFontInfoVolker Hilsheimer2020-05-155-420/+0
* | | Deprecate QGuiApplication::paletteChanged() signalAndy Shaw2020-05-152-4/+7
* | | Remove deprecated QAccessible::updateAccessibility overloadVolker Hilsheimer2020-05-152-26/+2
* | | Initialize TextureOp and BufferOp structsVolker Hilsheimer2020-05-151-7/+7
* | | Fix artifacts when rendering multisubpath dashed QPainterPath with openGLDmitry Kazakov2020-05-151-8/+27
* | | QBasicDrag: Send QDragMoveEvent when modifiers changeAlexander Volkov2020-05-142-2/+6
* | | Move the UTF conversion methods to qstringconverterLars Knoll2020-05-141-3/+1
* | | Avoid format conversion in backing store texture uploadAllan Sandfeld Jensen2020-05-131-44/+50
* | | Remove deprecated QDesktopServices APIsVolker Hilsheimer2020-05-132-114/+1
* | | ARM neon draw helper only available for little endianPeter Seiderer2020-05-131-4/+4
* | | Remove obsolete storage, constructors and accessors in QEvent subclassesShawn Rutledge2020-05-125-481/+14
* | | rhi: d3d11: Handle DXGI_ERROR_SDK_COMPONENT_MISSING gracefullyLaszlo Agocs2020-05-121-0/+9
* | | MSVC: Fix build with -developer-buildEskil Abrahamsen Blomfeldt2020-05-121-2/+2
* | | Replace some QString::fromRawData() with QStringViews around the codeMarc Mutz2020-05-122-2/+2
* | | Doc: Specify QTextOption behavior in drawTextPaul Wicking2020-05-121-1/+2
* | | Use QChar::fromUcs4() moreMarc Mutz2020-05-121-1/+4
* | | Fix coverity warnings about uninitialized data membersVolker Hilsheimer2020-05-122-2/+2
* | | Rhi: improve qHash implementationsGiuseppe D'Angelo2020-05-122-5/+26
* | | Long live qHashMulti(Commutative)Giuseppe D'Angelo2020-05-122-20/+14
* | | QtGui: fix deprecated QChar conversionsMarc Mutz2020-05-1115-35/+30
* | | Split PixelLayout to separate source fileAllan Sandfeld Jensen2020-05-1114-1869/+1958
* | | Fix out-of-bounds access when searching arraysVolker Hilsheimer2020-05-081-1/+1
* | | QTextOdfWriter: store all bulletChar()s as char16_t'sMarc Mutz2020-05-081-21/+24
* | | QFontDatabase: store all writingSystemSample()s as char16_t string literalsMarc Mutz2020-05-081-211/+77
* | | QFontDatabase: store Vietnamese writingSystemSample() in UTF-16Marc Mutz2020-05-081-9/+1
* | | rhi: vulkan: Fix calling finish() twice with some copy commands in-betweenLaszlo Agocs2020-05-071-3/+6
* | | Remove QScreen::orientationUpdateMaskShawn Rutledge2020-05-077-99/+9
* | | rhi: Correct another scissor/viewport clamping problemLaszlo Agocs2020-05-071-2/+2
* | | RHI: fix off-by-one clippingEirik Aavitsland2020-05-071-2/+2
* | | Template fetching of pixels for perspective transformed bilinearAllan Sandfeld Jensen2020-05-061-121/+79
* | | Remove a bunch of deprecated members from src/gui/painting classesVolker Hilsheimer2020-05-065-362/+0
* | | QGridLayoutEngine: remove now-unused enumMarc Mutz2020-05-061-7/+0
* | | Emit QScreen::(availableG|g)eometryChanged() on logical DPI changeFriedemann Kleint2020-05-053-11/+25
* | | Fix Clang 10 warning about LLONG_MAX being inexact in doubleThiago Macieira2020-05-051-2/+3
* | | Fix bug in QTextLayout::min/maxWidth for WrapAtWordBoundaryOrAnywhereJan Arve Sæther2020-05-051-20/+31
* | | Port two more local QSets to QDuplicateTrackersMarc Mutz2020-05-051-4/+3
* | | QStandardItemModel: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-051-4/+3
* | | QGridLayoutEngine: port to QHVContainerMarc Mutz2020-05-052-82/+84
* | | Long live QHVContainer!Marc Mutz2020-05-052-29/+57
* | | Add virtual QWindow::closeEvent handlerVolker Hilsheimer2020-05-052-2/+17
* | | QPlatformTheme: Use operator| instead of operator+ to define a shortcutGiuseppe D'Angelo2020-05-051-1/+1
* | | Hotfix for int->qsizetype fallout in QShaderLaszlo Agocs2020-05-052-16/+16
* | | QKeySequence: remove docs of methods recently removedGiuseppe D'Angelo2020-05-051-19/+0
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-044-15/+50
|\| |
| * | Merge remote-tracking branch 'origin/5.15.0' into 5.15Liang Qi2020-04-284-15/+50
| |\|
| | * Fix 8bit image conversions with non-default bytes_per_lineAllan Sandfeld Jensen2020-04-271-11/+33
| | * Doc: add since for QWheelEvent::positionPaul Wicking2020-04-271-0/+1
| | * Merge remote-tracking branch 'origin/5.14' into 5.15.0Qt Forward Merge Bot2020-04-271-1/+10
| | |\