summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
* | | Compile fixes for clang10Lars Knoll2020-04-154-15/+15
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-112-8/+10
|\| |
| * | Remove more calls to deprecated TouchPoint functionsShawn Rutledge2020-04-091-4/+5
| * | MinGW: Fix debug only angle buildsKai Koehne2020-04-091-4/+5
* | | Fix a few size_t / int conversion warningsFriedemann Kleint2020-04-102-2/+2
* | | Change qHash() to work with size_t instead of uintLars Knoll2020-04-0927-51/+51
* | | Support multiple page ranges in QPrinterSzabolcs David2020-04-098-7/+448
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-0824-158/+418
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-0824-158/+418
| |\| |
| | * | Wasm: don’t deadlock on parallel image conversionsMorten Johan Sørvig2020-04-051-3/+8
| | * | qpa: Remove references to lighthouseTor Arne Vestbø2020-04-033-3/+3
| | * | macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-035-6/+6
| | * | QLineEdit: clarify the impact of using validatorsVolker Hilsheimer2020-04-011-2/+7
| | * | Fix 1 pixel wide imagesAllan Sandfeld Jensen2020-03-301-1/+1
| | * | Finish deprecating TouchPoint::rect, sceneRect and screenRect accessorsShawn Rutledge2020-03-302-26/+20
| | * | Raster painting: fix dashing for separate linesEirik Aavitsland2020-03-271-2/+5
| | * | Doc: Mark gamma-related functions deprecated in QImageReader/WriterTopi Reinio2020-03-262-9/+14
| | * | Doc: Don't mention deprecated functions in QTabletEvent overviewTopi Reinio2020-03-261-8/+8
| | * | Call post routines from ~QGuiApplicationMichal Klocek2020-03-251-0/+3
| | * | Fix memory leakGiulio Camuffo2020-03-251-0/+3
| | * | Extend tiled optimization in 64-bit painting to 64-bit sourcesAllan Sandfeld Jensen2020-03-241-4/+10
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-241-4/+4
| | |\|
| | | * Doc: fix copy paste errors in border-*-style documentationJoni Poikelin2020-03-211-4/+4
| | * | rhi: gles2: fix uniform gathering after struct-type member in UBOsJean-Michaël Celerier2020-03-231-3/+4
| | * | Doc: replace deprecated references to QGLWidgetChristian Ehrlicher2020-03-201-1/+1
| | * | Add SSE2 optimized solid source compositionAllan Sandfeld Jensen2020-03-202-0/+35
| | * | rhi: gl: Reduce state changesLaszlo Agocs2020-03-202-74/+278
| | * | QDrawHelper cleanupsAllan Sandfeld Jensen2020-03-193-10/+5
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-181-2/+6
| | |\|
| | | * Fix double scaling of SVG icons on high DPI screensTor Arne Vestbø2020-03-131-2/+6
* | | | CMake: Add 'opengl' to QT.gui.CONFIG if OpenGL is ONJoerg Bornemann2020-04-081-0/+6
|/ / /
* | | rhi: d3d11: Disable DXGI message queue monitoringLaszlo Agocs2020-04-061-1/+1
* | | CMake: Regenerate projects after .pro files were modifiedAlexandru Croitor2020-04-032-10/+30
* | | Make setRange methods in QValidator subclasses non-virtualVolker Hilsheimer2020-04-032-7/+3
* | | Remove QTabletEvent::PointerType::XFreeEraserShawn Rutledge2020-04-022-3/+1
* | | CMake: Regenerate configure.cmake filesAlexandru Croitor2020-04-021-11/+11
* | | Remove QRegExp based API and QRegExp usage from QTextDocumentLars Knoll2020-04-012-134/+8
* | | RHI: Fix running with Vulkan on WaylandEskil Abrahamsen Blomfeldt2020-03-302-19/+12