A Thousand Ships
|
e211d08c92
[Core] Optimize `String::join`
|
1 year ago |
A Thousand Ships
|
a0dbdcc3ab
Replace `find` with `contains/has` where applicable
|
1 year ago |
Wilson E. Alvarez
|
d4154dbc55
Add const char * overloads to String class
|
1 year ago |
Haoyu Qiu
|
9bcda8f94c
Prefer family name in fonts' names table
|
1 year ago |
A Thousand Ships
|
bb6305d1c4
[Core] Fix incorrect file sort method
|
1 year ago |
Rémi Verschelde
|
8f9136963d
Merge pull request #89671 from alesliehughes/string_underrun
|
1 year ago |
A Thousand Ships
|
2cbf469912
Fix sorting of files/dirs in dialogs
|
1 year ago |
Alistair Leslie-Hughes
|
87fe71f52f
Stop possible underrun when processing a string
|
1 year ago |
Thaddeus Crews
|
9903e6779b
Enforce template syntax `typename` over `class`
|
1 year ago |
Mika Viskari
|
3026b566b0
Fix String::begins_with when both strings are empty
|
1 year ago |
Michael Alexsander
|
d70c45b5c8
Add option to add built-in strings in the POT generation
|
1 year ago |
Robert Yevdokimov
|
13e82094ee
Remove word duplicates in comments and strings, and fix casing and punctuation
|
1 year ago |
Danil Alexeev
|
c0aa88ae4f
Add Unicode support to `String.to_*_case()` methods
|
1 year ago |
Muller-Castro
|
a8bc9f3e78
Add const lvalue ref to core/* container parameters
|
1 year ago |
A Thousand Ships
|
15369fdb1d
Remove unnecessary `this->` expressions
|
1 year ago |
Rémi Verschelde
|
5fd5176a79
Merge pull request #84462 from MewPurPur/optimize-humanizesize
|
1 year ago |
Rémi Verschelde
|
6c390b620d
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
|
1 year ago |
Rémi Verschelde
|
b66d16fcc9
Merge pull request #84375 from Rubonnek/use-const-reference
|
1 year ago |
Wilson E. Alvarez
|
a3cb1b096f
Add const references detected by clang-tidy
|
1 year ago |
Pedro J. Estébanez
|
208c1020f5
Add 'u' format modifier for unsigned int/hex
|
2 years ago |
bruvzg
|
ec052cd38a
Add unsigned char cast ifdef.
|
1 year ago |
Yuri Sizov
|
edcad2ea88
Allow auto-generated node names in `PopupMenu::add_submenu_item`
|
1 year ago |
MewPurPur
|
931928feb9
Optimize String.humanize_size()
|
1 year ago |
Wilson E. Alvarez
|
dbc49d2a68
Add const references in String class
|
1 year ago |
Alfonso J. Ramos
|
5cd7ca0ccc
Do not replace starting digit with underscore when making identifier
|
1 year ago |
Jan Haller
|
43be9fa0c8
Fix platform-dependent hashing for char* and wchar_t*
|
1 year ago |
bruvzg
|
2b3bbde6da
[String] Fix string conversion for -0.0 float values.
|
2 years ago |
MewPurPur
|
c9287e5224
Optimize String.left() and String.right()
|
2 years ago |
Rémi Verschelde
|
20e24bd2bb
Merge pull request #78529 from Chaosus/string_reverse
|
2 years ago |
bruvzg
|
84a6f0d232
[String] Fix Unicode parsing error message encoding and related JSON tests.
|
2 years ago |