summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* RHI: Fix running with Vulkan on WaylandEskil Abrahamsen Blomfeldt2020-03-302-19/+12
* Move undo framework out of Qt WidgetsMitch Curtis2020-03-309-0/+2328
* Merge QGuiShortcut and QShortcut again in QtGuiVolker Hilsheimer2020-03-298-464/+670
* Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-2911-332/+583
* Follow bundled Harfbuzz updateKonstantin Ritt2020-03-283-62/+33
* HB-to-Qt bridge: get rid of stale/dubious safety checksKonstantin Ritt2020-03-281-18/+6
* Avoid recreating QRegularExpression for every text blockJoni Poikelin2020-03-251-9/+9
* Don't call QSet::erase() on an end iteratorLars Knoll2020-03-251-1/+1
* CMake: Fix configuration of FEATURE_JPEGLeander Beernaert2020-03-251-1/+1
* Remove QRegExp usage from the XBM handlerLars Knoll2020-03-251-23/+28
* HB-to-Qt: stop propagating helpers and types not used outside QtGuiKonstantin Ritt2020-03-252-12/+16
* Darwin: get rid of Harfbuzz/CoreText specific codeKonstantin Ritt2020-03-241-53/+7
* QTextEngine: stop guessing the same language in a loopKonstantin Ritt2020-03-241-2/+2
* Fix deprecation warnings from NSColor(Space) with macOS 10.14 SDKVolker Hilsheimer2020-03-231-14/+29
* Fix memory leakGiulio Camuffo2020-03-231-0/+3
* Don't limit AAT support to Darwin based platformsLars Knoll2020-03-181-2/+0
* Fix compilation with -no-feature-regularexpressionEskil Abrahamsen Blomfeldt2020-03-171-0/+1
* Remove QRegExpValidatorLars Knoll2020-03-173-205/+5
* Bump the minimum requirement for harfbuzz to version 2.6.0Lars Knoll2020-03-171-1/+1
* Remove old harfbuzz support from QFontEngineLars Knoll2020-03-171-146/+3
* Remove old harfbuzz dependency from QTextEngineLars Knoll2020-03-172-150/+6
* Remove harfbuzz dependency from qunicodetoolsLars Knoll2020-03-171-1/+1
* Change signature of initScripts to take out pointer to a QVLA<ScriptItem>Lars Knoll2020-03-171-4/+8
* Remove unused includeLars Knoll2020-03-161-1/+0
* Get rid of QRegExp from the xpm image handlerLars Knoll2020-03-161-10/+18
* Re-generate various CMake projects and configure after mergeSimon Hausmann2020-03-161-1/+1
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Simon Hausmann2020-03-1614-1262/+459
|\
| * Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-1614-1262/+459
| |\
| | * wasm: remove uneeded platform plugins from buildLorn Potter2020-03-161-1/+1
| | * Doc: Remove \contentspage commandsTopi Reinio2020-03-152-9/+0
| | * Update UCD to Revision 26Edward Welbourne2020-03-141-0/+6
| | * qpa: Return accepted state from mouse, touch and wheel handlersLorn Potter2020-03-132-77/+79
| | * Fix range-loop implicit copy warningMorten Johan Sørvig2020-03-131-1/+1
| | * Hide default-invisible characters when shaping is disabledEskil Abrahamsen Blomfeldt2020-03-131-25/+46
| | * Make vulkan-flavored GLSL known to QShaderFormatJean-Michaël Celerier2020-03-132-2/+4
| | * macOS: Streamline QIcon to NSImage conversionTor Arne Vestbø2020-03-122-17/+33
| | * macOS: Streamline QImage to NSImage conversionTor Arne Vestbø2020-03-122-15/+34
| | * Fix multi-threaded shrinking conversionAllan Sandfeld Jensen2020-03-111-1/+13
| | * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-03-112-13/+17
| | |\
| | | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-112-13/+17
| | | |\
| | | | * Fix non-trivial soft-hyphen line breaksAllan Sandfeld Jensen2020-03-101-13/+16
| | | | * Add the include for QPointer to avoid MSVC compilation errorShawn Rutledge2020-03-031-0/+1
| | * | | Replace initialization of sparse table of converts with settersAllan Sandfeld Jensen2020-03-111-1105/+230
| | |/ /
* | | | cmake: Regenerate projectsAlexandru Croitor2020-03-162-4/+4
* | | | cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-163-15/+15
* | | | cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-162-5/+5
|/ / /
* | | Use qsizetype for size related methods in QVarlengthArrayLars Knoll2020-03-143-4/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-1124-837/+1434
|\| |
| * | QVulkanWindow: Fix setQueueCreateInfoModifier signatureLaszlo Agocs2020-03-102-2/+2
| * | rhi: d3d11: Honor resource/sampler slot limitsLaszlo Agocs2020-03-101-66/+124