| Commit message (Expand) | Author | Age | Files | Lines |
| * | QUnicodeTools: port getSentenceBreaks() to QStringIterator | Marc Mutz | 2025-10-30 | 1 | -20/+8 |
| * | QUnicodeTools: port getWordBreaks() to QStringIterator | Marc Mutz | 2025-10-30 | 1 | -20/+7 |
| * | QUnicodeTools: port initScripts() to QStringIterator | Marc Mutz | 2025-10-28 | 1 | -10/+4 |
| * | QUnicodeTools: don't look up surrogate line-break properties | Marc Mutz | 2025-10-28 | 1 | -6/+12 |
| * | QUnicodeTools: port some functions to QStringIterator | Marc Mutz | 2025-10-28 | 1 | -22/+9 |
| * | QUnicodeTools: fix weird variable assignment in initScripts() loop | Marc Mutz | 2025-10-27 | 1 | -3/+2 |
| * | QUnicodeTools: improve variable allocation in getSentenceBreaks() | Marc Mutz | 2025-10-27 | 1 | -4/+4 |
| * | QUnicodeTools: improve variable allocation in getWordBreaks() | Marc Mutz | 2025-10-27 | 1 | -4/+4 |
| * | QUnicodeTools: prefer lineBreakClass() convenience function | Marc Mutz | 2025-10-27 | 1 | -4/+2 |
| * | Fix off-by-one in QUnicodeTools::getWhiteSpaces() | Marc Mutz | 2025-10-24 | 1 | -1/+2 |
| * | Mark QUnicodeTools as security-critical | Marc Mutz | 2025-09-26 | 1 | -0/+1 |
| * | QUnicodeTools: collapse adjacent identical case statements | Marc Mutz | 2025-03-11 | 1 | -25/+0 |
| * | QUnicodeTools: reduce unneeded relocations | Marc Mutz | 2025-03-10 | 1 | -70/+215 |
| * | Update UCD to Unicode 16.0.0 | Mårten Nordheim | 2025-02-10 | 1 | -112/+385 |
| * | Fix -Wimplicit-fallthrough for clang | Tim Blechmann | 2024-03-01 | 1 | -0/+1 |
| * | Unicode line breaking: Implement rules LB15a and LB15b | Ievgenii Meshcheriakov | 2024-02-08 | 1 | -34/+93 |
| * | 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 |