summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\
| | | * Doc: Describe updating fonts with substitutes5.14Leena Miettinen2020-04-241-1/+10
| | * | Don't warn when loading icons via the image loadersTor Arne Vestbø2020-04-261-2/+0
| | * | Merge remote-tracking branch 'origin/5.15' into 5.15.0Qt Forward Merge Bot2020-04-211-8/+11
| | |\ \
| | * | | Warn when trying to load an icon without a matching icon engineTor Arne Vestbø2020-04-171-0/+2
| | * | | macOS: Don't produce NSImages without a single representationTor Arne Vestbø2020-04-171-3/+6
* | | | | Fix font height metrics with embedded bitmapsEskil Abrahamsen Blomfeldt2020-05-042-8/+9
* | | | | Fix warnings about size_t to uint truncationLars Knoll2020-05-022-14/+14
* | | | | CMake: Fix 32 bit Qt builds like our MinGW config in CoinAlexandru Croitor2020-05-011-1/+1
* | | | | Remove a couple of QTextStream usagesLars Knoll2020-05-014-17/+4
* | | | | rhi: Warn better in D3D/Vulkan for incompatible multisample resolve formatsLaszlo Agocs2020-04-302-3/+17
* | | | | QtGui: fix a few more char/int/uint -> QChar conversionsMarc Mutz2020-04-305-7/+7
* | | | | Clean up in QTransformJarek Kobus2020-04-292-117/+28
* | | | | rhi: Add backing format hint to QRhiRenderBufferLaszlo Agocs2020-04-2913-250/+332
* | | | | Remove deprecated members from QtGui/image classesVolker Hilsheimer2020-04-2913-477/+3