summaryrefslogtreecommitdiffstats
path: root/core/string/ustring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-20/+20
* Merge pull request #98278 from a-johnston/fuzzy-search-rebaseThaddeus Crews2024-11-101-1/+14
|\
| * Add fuzzy string matching to quick open searchAdam Johnston2024-10-281-1/+14
* | Merge pull request #47502 from KoBeWi/add_0Thaddeus Crews2024-10-311-7/+21
|\ \
| * | Always add decimal when printing floatkobewi2024-10-231-7/+21
* | | Add `Object` support for `String.format`Mansur Isaev2024-10-291-1/+12
| |/ |/|
* | Add checks for valid base in String::num_int64, uint64().yeojunh2024-10-201-0/+4
|/
* Parse fragment from URLHaoyu Qiu2024-09-271-4/+21
* Fix script editor wrongly replaces and quotes non-ASCII lettersHaoyu Qiu2024-09-231-1/+24
* Add `String.is_valid_unicode_identifier()`Haoyu Qiu2024-08-271-2/+22
* Merge pull request #92548 from AThousandShips/string_cleaningRémi Verschelde2024-08-261-29/+48
|\
| * [Core] Optimize some `String` methodsA Thousand Ships2024-08-151-29/+48
* | Merge pull request #92546 from AThousandShips/faster_replaceRémi Verschelde2024-08-191-60/+157
|\ \
| * | [Core] Optimize `String::replace` methodsA Thousand Ships2024-08-151-60/+157
| |/
* | Merge pull request #95184 from jsjtxietian/shader-include-relativeRémi Verschelde2024-08-171-4/+1
|\ \
| * | Fix error when use relative #include in .gdshader / .gdshaderinc filejsjtxietian2024-08-081-4/+1
| |/
* | Merge pull request #95613 from timothyqiu/split-emptyRémi Verschelde2024-08-161-2/+8
|\ \
| * | Fix split_floats behavior when spaces are used as separatorsHaoyu Qiu2024-08-161-2/+8
* | | Merge pull request #95549 from timothyqiu/split-translation-serverRémi Verschelde2024-08-161-1/+1
|\ \ \ | |/ / |/| |
| * | Split TranslationServer into its own fileHaoyu Qiu2024-08-151-1/+1
| |/
* | Merge pull request #94558 from stuartcarnie/sgc/sprintf_allocationsRémi Verschelde2024-08-161-9/+14
|\ \
| * | use operator += (char32_t)Stuart Carnie2024-07-251-9/+14
| |/
* | Merge pull request #92555 from AThousandShips/insert_improveRémi Verschelde2024-08-161-6/+16
|\ \
| * | [Core] Optimize `String::insert`A Thousand Ships2024-08-151-6/+16
| |/
* / [Core] Optimize `String::join`A Thousand Ships2024-08-151-4/+34
|/
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* Add const char * overloads to String classWilson E. Alvarez2024-05-071-8/+426
* Prefer family name in fonts' names tableHaoyu Qiu2024-04-061-3/+7
* [Core] Fix incorrect file sort methodA Thousand Ships2024-03-241-4/+3
* Merge pull request #89671 from alesliehughes/string_underrunRémi Verschelde2024-03-241-2/+2
|\
| * Stop possible underrun when processing a stringAlistair Leslie-Hughes2024-03-191-2/+2
* | Fix sorting of files/dirs in dialogsA Thousand Ships2024-03-201-39/+88
|/
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
* Fix String::begins_with when both strings are emptyMika Viskari2024-03-051-1/+5
* Add option to add built-in strings in the POT generationMichael Alexsander2024-02-281-14/+7
* Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-231-1/+1
* Add Unicode support to `String.to_*_case()` methodsDanil Alexeev2024-02-221-5/+5
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-1/+1
* Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-14/+14
* Merge pull request #84462 from MewPurPur/optimize-humanizesizeRémi Verschelde2024-01-041-16/+31
|\
| * Optimize String.humanize_size()MewPurPur2023-11-051-16/+31
* | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-2/+2
|\ \
| * | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-2/+2
* | | Merge pull request #84375 from Rubonnek/use-const-referenceRémi Verschelde2024-01-041-4/+4
|\ \ \ | |/ / |/| |
| * | Add const references in String classWilson E. Alvarez2023-11-021-4/+4
| |/
* | Add 'u' format modifier for unsigned int/hexPedro J. Estébanez2023-12-011-5/+21
* | Add unsigned char cast ifdef.bruvzg2023-11-291-0/+20
* | Allow auto-generated node names in `PopupMenu::add_submenu_item`Yuri Sizov2023-11-091-1/+6
|/
* Do not replace starting digit with underscore when making identifierAlfonso J. Ramos2023-10-041-11/+13
* Fix platform-dependent hashing for char* and wchar_t*Jan Haller2023-09-241-6/+14