summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qchar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Q(Latin1)Char: use comparison helper macrosIvan Solovev2024-03-021-6/+13
* unicode: Import version 15.1 (UCD version 32)Ievgenii Meshcheriakov2024-02-081-0/+1
* QString & QByteArray: ensure QT_NO_CAST_* are not defined on WindowsThiago Macieira2024-01-231-8/+0
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-151-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-3/+3
* Update UCD to Revision 30Ievgenii Meshcheriakov2022-10-111-0/+3
* Port from container.count()/length() to size()Marc Mutz2022-10-041-5/+5
* QChar: replace uint with char32_t in the implementationMarc Mutz2022-08-121-10/+10
* Convert Since ... comments on \value lines to [since ...] parametersEdward Welbourne2022-05-311-75/+75
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-1/+1
* Add literal operators for QLatin1String and QLatin1CharSona Kurazyan2022-03-041-0/+17
* Update UCD to Revision 28Ievgenii Meshcheriakov2021-10-181-0/+6
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-241-2/+2
* Doc: Use https for links to unicode.orgPaul Wicking2021-06-251-11/+9
* Clean up types in Unicode decomposition codeEdward Welbourne2021-06-141-31/+28
* Hangul composition: use < base + count checks, not <= checksEdward Welbourne2021-06-111-2/+2
* Add new enum value VisualTabCharacter into QCharZhang Hao2021-04-151-0/+1
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-0/+53
* Fix documentation for hidden friend operatorsVolker Hilsheimer2020-10-231-18/+6
* Use checked string iteration in case conversionsEdward Welbourne2020-08-291-0/+1
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-241-32/+0
* QChar: purge deprecated APIEdward Welbourne2020-07-201-51/+1
* Port QString to qsizetypeLars Knoll2020-07-061-20/+20
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-4/+4
* QString: throughly port internals to char16_tMarc Mutz2020-05-191-25/+0
* QChar: make fullConvertCase()'s result type more usableMarc Mutz2020-05-171-4/+15
* Modernize foldCase() internal functionsMarc Mutz2020-05-111-0/+25
* QChar: add fromUcs{2,4}()Marc Mutz2020-05-091-25/+51
* QChar/QString: centralize case folding in qchar.cppMarc Mutz2020-05-091-0/+23
* QChar: finish port to char16_tMarc Mutz2020-05-081-4/+4
* QUnicodeTables: port to charNN_tMarc Mutz2020-04-271-13/+13
* QChar: port low-level functions from uint/ushort to char32/16_tMarc Mutz2020-04-241-41/+115
* Update UCD to Revision 26Edward Welbourne2020-03-141-0/+5
* Fix some qdoc warningsFriedemann Kleint2020-01-031-1/+1
* Add missing docs for UCD additions at 5.15Edward Welbourne2019-11-281-0/+14
* Add Since markers to QChar::Script docs and sort in alphabetic orderEdward Welbourne2019-11-271-122/+122
* docs: Mark QPair and QLatin1Char as reentrantKavindra Palaraja2019-10-041-0/+1
* QUnicodeTables: use array for case folding tablesMarc Mutz2019-09-041-13/+13
* QChar: add FormFeed (FF) special characterThiago Macieira2019-08-121-0/+1
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+2059