summaryrefslogtreecommitdiffstats
path: root/core/string
Commit message (Expand)AuthorAgeFilesLines
* StringName: Use inline static field definitionsGergely Kis2024-09-162-13/+4
* Fix split_floats behavior when spaces are used as separatorsHaoyu Qiu2024-09-161-2/+8
* Remove editor pseudolocalization debug featureRémi Verschelde2024-06-242-8/+2
* Improve PR plural translation rules handling.bruvzg2024-06-182-25/+79
* Merge pull request #91619 from AThousandShips/find_improveRémi Verschelde2024-05-081-1/+1
|\
| * Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* | [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-0/+2
|/
* Add const char * overloads to String classWilson E. Alvarez2024-05-072-8/+441
* Merge pull request #81639 from MJacred/is_letterRémi Verschelde2024-05-032-0/+667
|\
| * Add is_valid_letter() to TextServerMJacred2024-05-022-0/+667
* | Rename internal is_ascii_char to is_ascii_alphabet_charAaron Franke2024-04-202-2/+2
* | Prefer family name in fonts' names tableHaoyu Qiu2024-04-062-4/+8
* | Add context support for editor property name i18nHaoyu Qiu2024-03-312-3/+3
* | [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-202-39/+97
|/ /
* | Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-072-4/+4
* | Fix String::begins_with when both strings are emptyMika Viskari2024-03-051-1/+5
* | Merge pull request #87191 from Mickeon/autocompletion-TranslationServerRémi Verschelde2024-03-012-0/+27
|\ \
| * | Add autocompletion for TranslationServerMicky2024-02-292-0/+27
* | | Merge pull request #86222 from YeldhamDev/give_me_those_strings_babyRémi Verschelde2024-02-294-22/+84
|\ \ \
| * | | Add option to add built-in strings in the POT generationMichael Alexsander2024-02-284-22/+84
| | |/ | |/|
* | | Merge pull request #81822 from nlupugla/nodepath-sliceRémi Verschelde2024-02-292-2/+33
|\ \ \ | |/ / |/| |
| * | Added NodePath::slice method.nlupugla2023-12-132-2/+33
* | | Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-231-1/+1
* | | Merge pull request #84906 from /fix-some-defvalsRémi Verschelde2024-02-233-7/+62
|\ \ \
| * | | Fix some DEFVALs to use the right typeRaul Santos2024-02-233-7/+62
* | | | Add Unicode support to `String.to_*_case()` methodsDanil Alexeev2024-02-223-20/+1347
|/ / /
* | | Merge pull request #88339 from Rubonnek/remove-hashunionRémi Verschelde2024-02-151-5/+0
|\ \ \
| * | | Remove _HashUnion from StringNameWilson E. Alvarez2024-02-141-5/+0
* | | | Add const lvalue ref to core/* container parametersMuller-Castro2024-02-144-15/+15
|/ / /
* | | Link xid_start and xid_continue externally to prevent data duplication in binaryBartłomiej T. Listwon2024-02-111-2/+2
* | | Remove unnecessary `this->` expressionsA Thousand Ships2024-01-292-16/+16
| |/ |/|
* | [Pseudolocalization] Prevent out of bounds reads.bruvzg2024-01-051-5/+5
* | 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-042-8/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Add const references in String classWilson E. Alvarez2023-11-022-8/+8
| |/ /
* | | Merge pull request #70315 from RandomShaper/d3d12_mesaRémi Verschelde2023-12-121-5/+21
|\ \ \ | |_|/ |/| |
| * | Add 'u' format modifier for unsigned int/hexPedro J. Estébanez2023-12-011-5/+21
* | | Do not reload resources and send notification if locale is not changed.bruvzg2023-12-051-1/+5
|/ /
* | Add unsigned char cast ifdef.bruvzg2023-11-291-0/+20
* | Fix remapped font reloading on locale change.bruvzg2023-11-131-4/+6
* | Allow auto-generated node names in `PopupMenu::add_submenu_item`Yuri Sizov2023-11-092-2/+7
* | [X11] Add fallback from desktop GL to GLES, suppress PRIME detector error spam.bruvzg2023-11-061-1/+1
|/
* Fix StringName leaks in VariantParserYuri Sizov2023-10-191-6/+4
* Do not replace starting digit with underscore when making identifierAlfonso J. Ramos2023-10-041-11/+13