Thaddeus Crews
|
416a86f47c
Merge pull request #100434 from Ivorforce/string-copy-from-rename
|
8 months ago |
Yufeng Ying
|
be86ce3103
Apply iwyu suggestion in core.
|
8 months ago |
Lukas Tenbrink
|
df3e9291c6
Rename `String::copy_from` functions to their respective encodings (`parse_latin1`, `parse_wstring`, `parse_utf32`).
|
8 months ago |
Lukas Tenbrink
|
57073ba14e
Add move constructor and move assignment to CowData, String, Char16String, CharString and Vector.
|
8 months ago |
Lukas Tenbrink
|
a3f48f7047
Optimize String construction from statically known strings allowing `strlen` to be evaluated at compile time, where possible.
|
8 months ago |
Lukas Tenbrink
|
b5c31ebb41
Add contains_char() for single-character 'contains' calls.
|
8 months ago |
Thaddeus Crews
|
63838c936c
Merge pull request #98278 from a-johnston/fuzzy-search-rebase
|
9 months ago |
Thaddeus Crews
|
363c0b5fec
Merge pull request #47502 from KoBeWi/add_0
|
9 months ago |
Adam Johnston
|
3ac043c508
Add fuzzy string matching to quick open search
|
10 months ago |
Adam Scott
|
0d350e7108
Set clang-format `RemoveSemicolon` rule to `true`
|
10 months ago |
kobewi
|
5c0f2414cd
Always add decimal when printing float
|
1 year ago |
Haoyu Qiu
|
6516ca6b11
Parse fragment from URL
|
1 year ago |
Haoyu Qiu
|
a751c05b15
Fix script editor wrongly replaces and quotes non-ASCII letters
|
10 months ago |
Haoyu Qiu
|
8bf4ecc026
Add `String.is_valid_unicode_identifier()`
|
11 months ago |
A Thousand Ships
|
b4c6cc7d82
[Core] Add case-insensitive `String::containsn`
|
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
|
2cbf469912
Fix sorting of files/dirs in dialogs
|
1 year ago |
Thaddeus Crews
|
9903e6779b
Enforce template syntax `typename` over `class`
|
1 year ago |
Michael Alexsander
|
d70c45b5c8
Add option to add built-in strings in the POT generation
|
1 year ago |
Muller-Castro
|
a8bc9f3e78
Add const lvalue ref to core/* container parameters
|
1 year ago |
Rémi Verschelde
|
b66d16fcc9
Merge pull request #84375 from Rubonnek/use-const-reference
|
1 year ago |
Yuri Sizov
|
edcad2ea88
Allow auto-generated node names in `PopupMenu::add_submenu_item`
|
1 year ago |
Wilson E. Alvarez
|
dbc49d2a68
Add const references in String class
|
1 year ago |
Rémi Verschelde
|
20e24bd2bb
Merge pull request #78529 from Chaosus/string_reverse
|
2 years ago |
Rémi Verschelde
|
100082b3ac
Merge pull request #74760 from lassade/unicode-err-uses-replacement-char
|
2 years ago |
Yuri Roubinski
|
230385b587
Add `String.reverse` method
|
2 years ago |
Rémi Verschelde
|
5ade250c7d
Merge pull request #76735 from AThousandShips/natural_cmp
|
2 years ago |
Ninni Pipping
|
46a7018e3c
Add `naturalcasecmp_to` function to `String`
|
2 years ago |
Clay John
|
7a13cf9aeb
Merge pull request #75510 from SilicDev/string_erase
|
2 years ago |