summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | Markdown writer: don't wrap code block, and detect its endShawn Rutledge2020-04-201-7/+10
| | |/ /
| | * | Fix image scaling on WASM platformAllan Sandfeld Jensen2020-04-153-326/+92
* | | | Use consistent vertical metrics on all platformsEskil Abrahamsen Blomfeldt2020-04-222-4/+98
|/ / /
* | | Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-4/+0
* | | Remove unused forward declarationLars Knoll2020-04-211-4/+0
* | | Remove QTextCodec dependency from QClipboardLars Knoll2020-04-211-8/+3
* | | Always encode HTML as utf-8Lars Knoll2020-04-216-35/+16
* | | Always save QTextDocuments encoded in utf-8Lars Knoll2020-04-214-53/+3
* | | Prevent asserts in certain QWindow re-creation casesLaszlo Agocs2020-04-211-2/+7
* | | Resolve OpenGL version functions in thread-safe mannerEskil Abrahamsen Blomfeldt2020-04-171-0/+10
* | | Get rid of QT_OPENGL_ES*Eskil Abrahamsen Blomfeldt2020-04-1710-180/+168
* | | Move versioned OpenGL functions from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-04-1667-105571/+6