aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix Shape stroke color when changing alpha from 0 to non-0Laszlo Agocs2023-01-181-0/+4
* QQmlPropertyCache: don't depend on locale for toupperMarc Mutz2023-01-131-2/+2
* Qml: Don't crash when as-casting to type with errorsUlf Hermann2023-01-031-2/+4
* Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-202-6/+3
* Fix missing glyphs when using NativeRenderingEskil Abrahamsen Blomfeldt2022-12-201-1/+3
* QV4: Avoid memory corruption in Reflect.applyFabian Kosmale2022-12-054-9/+27
* doc: Add note to PinchHandler.translation property about macOS trackpadShawn Rutledge2022-12-011-0/+3
* Revert "masm: Treat Android as generic Posix regarding mmap and friends"Ulf Hermann2022-11-252-17/+8
* QML: Check for stack overflows when creating objectsUlf Hermann2022-11-222-3/+23
* Fix wrong item-sizeHint-cache when StackLayout children were reorderedJan Arve Sæther2022-11-212-10/+14
* Doc: Add missing QQuickWindow constructorHatem ElKharashy2022-11-181-1/+5
* Handle missing stops gracefully in Shape gradientsLaszlo Agocs2022-11-141-3/+5
* Do not crash if madvise() fails on MADV_WILLNEEDUlf Hermann2022-11-091-1/+1
* Avoid double applyDelegateChange in QQIV::setDelegateFabian Kosmale2022-10-311-2/+0
* QSGGeometry: add Q_DISABLE_COPY_MOVEThiago Macieira2022-10-281-0/+1
* Qml: Don't crash on bad grouped propertiesUlf Hermann2022-10-281-1/+3
* Fix broken Text rendering when noantialiased NativeRendering is usedDominik Holland2022-10-111-1/+4
* masm: Treat Android as generic Posix regarding mmap and friendsUlf Hermann2022-10-072-8/+17
* Adjust baselineOffset correctly when fontSizeMode == HorizontalFitJan Arve Sæther2022-09-231-15/+17
* QQmlVMEMetaObjectEndpoint: ensure property cache before accessing itSami Shalayel2022-09-211-4/+1
* Text: Re-layout the text when a alignment is set and the height growsDominik Holland2022-09-201-1/+1
* Fix fractional scaling of text in Qt QuickEskil Abrahamsen Blomfeldt2022-09-131-3/+6
* qqmlprivate.h: make static constexpr members c++11 compliantSami Shalayel2022-09-121-0/+39
* V4: Account for the guard pages when allocating stack spaceUlf Hermann2022-09-091-6/+9
* Flickable: let changing contentItem pos also affect the drag starting posOliver Eftevaag2022-09-082-7/+25
* StackLayout: Do not set size of children to (-1, -1)Jan Arve Sæther2022-09-062-4/+11
* V4: Mark InternalClass parents when running GCUlf Hermann2022-08-296-63/+212
* A11Y: Send Scrolling Events when Flickable movesJens Trillmann2022-08-191-0/+12
* doc: Add missing PointerHandler.CanTakeOverFromItems enum valueShawn Rutledge2022-08-181-0/+2
* Qml: Don't crash on nested group properties with aliasesUlf Hermann2022-08-042-18/+23
* QV4::CompiledData: fix GCC 12 -Werror=uninitialized errorsMarc Mutz2022-07-211-3/+3
* QQuickText/Edit: fix C++20 -Wdeprecated-enum-enum-conversion warningsMarc Mutz2022-07-212-0/+4
* Android: Fix crash on tap handler with a S-PenSamuel Mira2022-07-201-0/+2
* masm: fix -Wdeprecated-enum-enum-conversionMarc Mutz2022-07-071-2/+2
* QML: Port QV4::CompiledData::RegExp to new special integer bitfieldUlf Hermann2022-06-243-18/+23
* QML: Port QV4::CompiledData::JSClassMember to new special integer bitfieldUlf Hermann2022-06-243-10/+17
* QML: Port QV4::CompiledData::Object to new special integer bitfieldUlf Hermann2022-06-2410-35/+90
* QML: Port icutils::Node to new special integer bitfieldUlf Hermann2022-06-243-21/+32
* QML: Port QV4::CompiledData::Lookup to new special integer bitfieldUlf Hermann2022-06-243-24/+19
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-06-2416-218/+298
* QML: Port QV4::CompiledData::Property to new special integer bitfieldUlf Hermann2022-06-245-34/+59
* QML: Port QV4::CompiledData::Alias to new special integer bitfieldUlf Hermann2022-06-246-48/+112
* QML: Port QV4::CompiledData::ParameterType to new special integer bitfieldUlf Hermann2022-06-243-15/+29
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-06-2420-110/+117
* Fix Qt build with Python being in path with spacesJoerg Bornemann2022-06-221-1/+1
* Quick test lib: Account for DPR when grabbing sub-imageTimur Pocheptsov2022-06-181-1/+2
* qqw: Invalidate and reinitialize the scenegraph correctlyLaszlo Agocs2022-06-171-0/+7
* Stop using the same buffer for vertex and index dataLaszlo Agocs2022-06-154-68/+18
* Fix race condition on QQmlEnginePrivate::qml_debugging_enabledMarc Mutz2022-06-094-4/+6
* qqmlimport.cpp: remove unused qreadwritelock.hMarc Mutz2022-06-091-1/+0