summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-273-6/+5
|\ \ \ \ \
| * | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-273-6/+5
| |\| | | |
| | * | | | QImage: optimize convertWithPalette()Marc Mutz2020-04-233-6/+5
| | | |/ / | | |/| |
* | | | | QUnicodeTables: port to charNN_tMarc Mutz2020-04-271-2/+2
* | | | | CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-272-30/+36
* | | | | Remove deprecated members from several QtGui classesVolker Hilsheimer2020-04-2716-347/+28
|/ / / /
* | | | Move Qt::codecForHtml() to qtextcodec.*Lars Knoll2020-04-242-21/+0
* | | | Clarify ResetNotification in QSurfaceFormat a bitLaszlo Agocs2020-04-242-1/+12
* | | | Deprecate QGuiApplication::fontChanged() signalAndy Shaw2020-04-242-2/+12
* | | | rhi: Take mip size into account for render target sizeLaszlo Agocs2020-04-237-8/+27
* | | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-224-334/+103
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-224-334/+103
| |\| | |
| | * | | Markdown writer: omit space after opening code block fenceShawn Rutledge2020-04-201-1/+1