summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix default line thickness for fontsEskil Abrahamsen Blomfeldt2021-08-231-1/+1
* Fix access to content: URLs with transient read/write permissionsVolker Krause2021-08-231-17/+21
* Use constexpr for constants and ranged-based for loopsEdward Welbourne2021-08-231-99/+89
* Android: guard getStateCount() with correct VERSION.SDK_INTAssam Boudjelthia2021-08-231-1/+7
* Fix the (currently unbuilt) qdir/tree/ benchmarkEdward Welbourne2021-08-231-20/+19
* QLineEdit: account for the placeholderText when computing lineRectZhang Hao2021-08-231-3/+10
* Re-add QPropertyAlias functionalityFabian Kosmale2021-08-234-12/+57
* QMetaEnum: write "proper code"Marc Mutz2021-08-231-27/+31
* Doc: Add global \versionlessCMakeCommandsNote qdoc macroJoerg Bornemann2021-08-234-60/+36
* QDir: add assert for nullptr ok parameter in qt_cleanPathIvan Solovev2021-08-231-1/+3
* Modify the internal rectangle drawing of CE_RubberBandTang Haixiang2021-08-231-4/+7
* Update Harfbuzz to version 2.9.0Eskil Abrahamsen Blomfeldt2021-08-23144-2295/+7313
* QLibrary: use QStringTokenizer in isLibrary()Marc Mutz2021-08-211-15/+25
* QMetaEnum: avoid quadratic behavior in valueToKeys()Marc Mutz2021-08-211-5/+33
* Add note about ImCursorPosition/ImAbsolutePosition not including preeditTor Arne Vestbø2021-08-211-2/+5
* macOS: Handle more NSUnderlineStyles during text compositionTor Arne Vestbø2021-08-211-2/+22
* macOS: Respect default marked text attributesTor Arne Vestbø2021-08-211-31/+37
* macOS: Clean up code style in [QNSView setMarkedText:]Tor Arne Vestbø2021-08-211-23/+23
* macOS: Ensure we provide a preedit format for non-attributed stringsTor Arne Vestbø2021-08-211-3/+1
* macOS: Simplify validAttributesForMarkedTextTor Arne Vestbø2021-08-211-10/+1
* tst_QPluginLoader: Simplify creating a fake pointer in fakeplugin.cppMartin Storsjö2021-08-201-2/+2
* Add missing -help argument to qt-configure-moduleJoerg Bornemann2021-08-203-1/+31
* Fix our usage of CMake script mode in Windows configureJoerg Bornemann2021-08-203-22/+19
* macOS: Clarify QAppleKeyMapperTor Arne Vestbø2021-08-201-7/+29
* QUrl: Fix typos in the documentationIevgenii Meshcheriakov2021-08-201-2/+2
* Don't force lld for Android when clang is usedJoerg Bornemann2021-08-201-9/+0
* macOS: Correct QNSPanelContentsWrapper @end marker placementTor Arne Vestbø2021-08-201-1/+2
* Fix QScroller::scrollTo failing in QGraphicsView with movable itemChunLin Wang2021-08-202-1/+31
* QCocoaTheme: add ButtonText color to standard paletteRichard Moe Gustavsen2021-08-201-1/+2
* Improve lancelot test of dashed line paintingEirik Aavitsland2021-08-203-4/+70
* Check for correct "Access Denied" errorMorten Sørvig2021-08-201-2/+2
* Fix Android -ltcg buildJoerg Bornemann2021-08-202-2/+14
* Remove unnecessary type conversionZhang Qipeng2021-08-201-1/+1
* macOS: close popups on mousedown within the window frameVolker Hilsheimer2021-08-193-34/+53
* macOS: Expand QNSView complex text documentationTor Arne Vestbø2021-08-191-1/+58
* macOS: Tweak method argument names in QNSView complex text implementationTor Arne Vestbø2021-08-191-19/+19
* macOS: Restructure QNSView complex text implementationTor Arne Vestbø2021-08-191-85/+89
* macOS: Reorder QNSView instance variablesTor Arne Vestbø2021-08-191-14/+23
* macOS: Update QCocoaInputContext documentationTor Arne Vestbø2021-08-191-6/+4
* macOS: Implement QPlatformInputContext::setFocusObject()Tor Arne Vestbø2021-08-192-13/+3
* macOS: Add some logging to QCocoaInputContextTor Arne Vestbø2021-08-191-2/+4
* macOS: Fix member variable name in QCocoaInputContextTor Arne Vestbø2021-08-192-8/+8
* macOS: Handle input source change notifications in QCocoaInputContextTor Arne Vestbø2021-08-196-26/+26
* macOS: Simplify string handling when handling complex textTor Arne Vestbø2021-08-191-18/+8
* macOS: Use helper method for querying input method parametersTor Arne Vestbø2021-08-194-105/+101
* wasm: add cmake build for manual testsMorten Johan Sørvig2021-08-194-0/+37
* wasm: support setting environment againMorten Johan Sørvig2021-08-191-1/+1
* wasm: fix unused variable warning/errorMorten Johan Sørvig2021-08-191-1/+1
* wasm: add DialogExec hack back with warningMorten Sørvig2021-08-191-0/+10
* wasm: fix assert in QDateTimeLorn Potter2021-08-191-1/+1