summaryrefslogtreecommitdiffstats
path: root/core/string/ustring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix split_floats behavior when spaces are used as separatorsHaoyu Qiu2024-09-161-2/+8
* 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
* [String] Fix string conversion for -0.0 float values.bruvzg2023-09-051-5/+5
* Optimize String.left() and String.right()MewPurPur2023-08-201-2/+6
* Merge pull request #78529 from Chaosus/string_reverseRémi Verschelde2023-08-161-0/+17
|\
| * Add `String.reverse` methodYuri Roubinski2023-06-211-0/+17
* | [String] Fix Unicode parsing error message encoding and related JSON tests.bruvzg2023-07-281-1/+1
* | Fix erroneous pad_zeros warningMewPurPur2023-07-081-4/+5
* | Merge pull request #74760 from lassade/unicode-err-uses-replacement-charRémi Verschelde2023-06-221-31/+50
|\ \ | |/ |/|
| * use the unicode replacement char on errorFelipe Jorge2023-03-121-31/+50
* | Merge pull request #76735 from AThousandShips/natural_cmpRémi Verschelde2023-05-091-48/+110
|\ \
| * | Add `naturalcasecmp_to` function to `String`Ninni Pipping2023-05-071-48/+110
* | | Merge pull request #75510 from SilicDev/string_eraseClay John2023-05-051-0/+6
|\ \ \
| * | | Reimplement String.eraseSilicDev2023-05-041-0/+6
* | | | Merge pull request #72288 from MewPurPur/use-string-repeatClay John2023-05-051-24/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | Use String.repeat() in more placesVolTer2023-05-011-24/+17
* | | | Fix misuses of error macrosDanil Alexeev2023-04-181-1/+1
* | | | Optimize Node::add_child validationJuan Linietsky2023-04-071-6/+73
| |/ / |/| |
* | | add `hex_decode()` to `String`bendn2023-04-051-0/+29
* | | Add GDScript `to_wchar_buffer` and `get_string_from_wchar` functions.bruvzg2023-03-211-0/+8
| |/ |/|
* | Fix String.split() with empty string and delimeterVolTer2023-02-021-0/+8
* | Handle gltf binaryK. S. Ernest (iFire) Lee2023-01-271-1/+19
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix String::word_wrap() for long wordsHaoyu Qiu2022-12-161-31/+0
* Improve logic for detecting and tracking extensionsBastiaan Olij2022-11-241-0/+12
* Double precision of `String.split_floats`Micky2022-11-201-2/+2