| Commit message (Expand) | Author | Age | Files | Lines |
| * | QUnicodeTools: Use QVarLengthArray in Thai support code | Ievgenii Meshcheriakov | 2023-01-17 | 1 | -41/+20 |
| * | QUnicodeTools: Use a global static to manage libthai state | Ievgenii Meshcheriakov | 2023-01-17 | 1 | -48/+85 |
| * | QUnicodeTools: Use thread-safe libthai API | Ievgenii Meshcheriakov | 2023-01-13 | 1 | -5/+21 |
| * | QUnicodeTools: mark a test-only flag constexpr/constinit | Marc Mutz | 2022-08-12 | 1 | -3/+6 |
| * | QUnicodeTools: fix truncation in debug statements | Marc Mutz | 2022-08-11 | 1 | -5/+5 |
| * | QUnicodeTools: fix data race in initialization of libthai symbols | Marc Mutz | 2022-08-11 | 1 | -5/+12 |
| * | QUnicodeTools: fix types used around th_brk() | Marc Mutz | 2022-08-11 | 1 | -2/+2 |
| * | QUnicodeTools: fix types used around th_next_cell | Marc Mutz | 2022-08-11 | 1 | -3/+4 |
| * | QUnicodeTools: Fix line breaking before open parentheses | Ievgenii Meshcheriakov | 2022-05-24 | 1 | -4/+18 |
| * | QUnicodeTools: Fix line breaking for potential emojis | Ievgenii Meshcheriakov | 2022-05-24 | 1 | -0/+11 |
| * | QUnicodeTools: Fix interactions of WB3d and WB4 rules | Ievgenii Meshcheriakov | 2022-05-24 | 1 | -2/+7 |
| * | QUnicodeTools: Handle WB3c word break rule | Ievgenii Meshcheriakov | 2022-05-24 | 1 | -2/+12 |
| * | Unicode: Remove obsolete word break classes | Ievgenii Meshcheriakov | 2022-05-24 | 1 | -24/+20 |
| * | QUnicodeTools: Adjust properties of WSegSpace word break class | Ievgenii Meshcheriakov | 2022-05-24 | 1 | -23/+23 |
| * | QUnicodeTools: Fix handling of LB22 line break rule | Ievgenii Meshcheriakov | 2022-05-24 | 1 | -11/+11 |
| * | QUnicodeTools: Remove ZWJ data from the line break table | Ievgenii Meshcheriakov | 2022-05-24 | 1 | -38/+37 |
| * | QUnicodeTools: Fix handling of ZWJ for line breaks | Ievgenii Meshcheriakov | 2022-05-24 | 1 | -3/+2 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Fix unused variables in qtbase | Andrei Golubev | 2022-04-25 | 1 | -8/+0 |
| * | Apply Q_CONSTINIT across the codebase | Marc Mutz | 2022-03-29 | 1 | -3/+3 |
| * | QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable | Sona Kurazyan | 2022-03-25 | 1 | -2/+4 |
| * | Restore C++20-deprecated mixed-enum bitwise operators | Marc Mutz | 2022-03-15 | 1 | -0/+3 |
| * | Add additional grapheme, word, and sentence break class tests from tr29 | Øystein Heskestad | 2021-11-10 | 1 | -4/+0 |
| * | corelib: Fix typos in source code comments | Jonas Kvinge | 2021-10-12 | 1 | -1/+1 |
| * | Unicode: fix the grapheme clustering algorithm | Giuseppe D'Angelo | 2021-08-24 | 1 | -15/+27 |
| * | Fix build without features.library | Tasuku Suzuki | 2021-05-19 | 1 | -0/+4 |
| * | Unicodetools: compile | Giuseppe D'Angelo | 2021-04-19 | 1 | -0/+2 |
| * | Unicode: fix the extended grapheme cluster algorithm | Giuseppe D'Angelo | 2021-04-16 | 1 | -58/+121 |
| * | Canonical pointer usage | Hou Lei | 2021-02-09 | 1 | -3/+3 |
| * | Specification of pointer usage | Hou Lei | 2021-01-29 | 1 | -7/+8 |
| * | Clean up QTextBoundaryFinder and qunicodetools | Lars Knoll | 2020-09-07 | 1 | -85/+85 |
| * | Another round of 0->nullptr cleanup | Allan Sandfeld Jensen | 2020-07-31 | 1 | -3/+3 |
| * | Silence some warnings about fallthrough | Friedemann Kleint | 2020-07-09 | 1 | -2/+2 |
| * | QUnicodeTables: port to charNN_t | Marc Mutz | 2020-04-27 | 1 | -5/+5 |
| * | Remove harfbuzz dependency from qunicodetools | Lars Knoll | 2020-03-17 | 1 | -37/+1492 |
| * | Change signature of initScripts to take out pointer to a QVLA<ScriptItem> | Lars Knoll | 2020-03-17 | 1 | -3/+3 |
| * | Update UCD data to Unicode 12.1.0's Revision 24 | Edward Welbourne | 2019-10-30 | 1 | -23/+24 |
| * | Move text-related code out of corelib/tools/ to corelib/text/ | Edward Welbourne | 2019-07-10 | 1 | -0/+847 |