summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QOpenGLWidget: Fix a typo in the public documentationLaszlo Papp2022-05-271-1/+1
* qglobal.h: use the GCC attribute for nothrow in C modeThiago Macieira2022-05-272-2/+7
* qglobal.h: reorganize and simplify the C++11 keyword macrosThiago Macieira2022-05-271-64/+23
* qglobal.h: remove superfluous C++11 check from Qt 5.6Thiago Macieira2022-05-271-6/+0
* Add compile-time generation of JNI class namesVolker Hilsheimer2022-05-276-6/+79
* Make it possible to create QTextureFileData from imagesPaul Olav Tvete2022-05-272-17/+55
* Avoid some new clang 14 warnings on Android NDK 24 buildVille Voutilainen2022-05-271-0/+5
* Fix documentation that claims that QStyleHints is read onlyVolker Hilsheimer2022-05-271-5/+4
* Adjust installing and running wasm-testrunnerDavid Skoland2022-05-272-4/+17
* wasm: update emscripten to 3.1.10Lorn Potter2022-05-272-2/+2
* Conan: Fix how conans.model.options.PackageOption value is evaluatedIikka Eklund2022-05-271-1/+1
* Core: make CLDR data constexprYuhang Zhao2022-05-274-42/+42
* Optimize QThreadPrivate::addObjectWithPendingBindingStatusChange()Marc Mutz2022-05-262-9/+14
* QTextDocument: add setLayoutEnabled()David Faure2022-05-266-4/+85
* macOS: create application menu as QCocoaNSMenu with delegateVolker Hilsheimer2022-05-263-1/+9
* Expand QColorTransformAllan Sandfeld Jensen2022-05-269-30/+166
* Core: make Unicode Database constexprYuhang Zhao2022-05-262-22/+22
* Fix Windows display versionYuhang Zhao2022-05-261-5/+10
* Add test of QColorTransformAllan Sandfeld Jensen2022-05-264-1/+238
* CMake: Test the linker too for -mno-direct-extern-accessThiago Macieira2022-05-255-2/+49
* QFileSystemModelPrivate: de-inline ctor and dtorThiago Macieira2022-05-252-1/+6
* uic: Fix string list properties for PythonFriedemann Kleint2022-05-261-10/+27
* Short live q20::remove_cvref{,_t}!Marc Mutz2022-05-261-0/+13
* q20functional.h: transitively include <functional>Marc Mutz2022-05-261-0/+2
* QMap: fix values() documentationGiuseppe D'Angelo2022-05-251-3/+1
* doc: cross-link markdown functions in QTextDocumentFragment, QTextCursorShawn Rutledge2022-05-251-6/+5
* macOS: Add private API to ensure that a process is responsible/disclaimedTor Arne Vestbø2022-05-252-0/+54
* QStringConverter: Do not crash if invalidFabian Kosmale2022-05-252-4/+82
* QKeySequence: Add missing modifier namesLaszlo Papp2022-05-252-0/+8
* tst_qpainter: change the FP exception block-list to a pass-listThiago Macieira2022-05-241-1/+8
* tst_qtextboundaryfinder: Remove full copies of data filesIevgenii Meshcheriakov2022-05-243-9541/+0
* QUnicodeTools: Fix line breaking before open parenthesesIevgenii Meshcheriakov2022-05-242-28/+42
* Unicode: Extract EastAsianWidth propertyIevgenii Meshcheriakov2022-05-244-9761/+12606
* QUnicodeTools: Fix line breaking for potential emojisIevgenii Meshcheriakov2022-05-242-1/+12
* QUnicodeTools: Fix interactions of WB3d and WB4 rulesIevgenii Meshcheriakov2022-05-242-3/+8
* QUnicodeTools: Handle WB3c word break ruleIevgenii Meshcheriakov2022-05-242-11/+21
* Unicode: Remove obsolete word break classesIevgenii Meshcheriakov2022-05-244-45/+25
* QUnicodeTools: Adjust properties of WSegSpace word break classIevgenii Meshcheriakov2022-05-243-60/+60
* QUnicodeTools: Fix handling of LB22 line break ruleIevgenii Meshcheriakov2022-05-242-39/+39
* QUnicodeTools: Remove ZWJ data from the line break tableIevgenii Meshcheriakov2022-05-241-38/+37
* QUnicodeTools: Fix handling of ZWJ for line breaksIevgenii Meshcheriakov2022-05-242-12/+11
* Refactor if-else snake into switch statementVolker Hilsheimer2022-05-241-19/+20
* Make sure the correct context is current when invoking resizeGLLaszlo Agocs2022-05-241-0/+3
* rhi: Fix texture format doc typo and rephraseLaszlo Agocs2022-05-241-3/+3
* Enable text layout drawing on coordinates outside QFIXED_MAXEirik Aavitsland2022-05-241-5/+12
* Fix race conditions in moveToThreadFabian Kosmale2022-05-243-33/+135
* Update qt_attribution for harfbuzzEskil Abrahamsen Blomfeldt2022-05-241-1/+1
* Fix QWidget::metric to use widget screen dpr instead of app-dprThorbjørn Lund Martsum2022-05-241-13/+4
* wasm: move CTRL <-> META comment into right placeMorten Sørvig2022-05-242-2/+3
* wasm: Improve wheel event handlingMorten Sørvig2022-05-242-17/+15