| .. |
|
SCsub
|
…
|
|
|
alt_codes.h
|
…
|
|
|
char_range.inc
|
…
|
|
|
char_utils.h
|
Replace `std::size` usage with `std_size` to avoid `<iterator>` include.
|
2025-10-05 00:26:11 +07:00 |
|
fuzzy_search.cpp
|
…
|
|
|
fuzzy_search.h
|
…
|
|
|
locales.h
|
Merge pull request #112092 from timothyqiu/ts-nums
|
2025-11-10 17:47:09 +07:00 |
|
node_path.cpp
|
…
|
|
|
node_path.h
|
Remove `Array` include from `dictionary.h` and `ustring.h`.
|
2025-10-06 16:21:36 +07:00 |
|
optimized_translation.cpp
|
Improve CSV translations
|
2025-10-27 17:47:45 +07:00 |
|
optimized_translation.h
|
Remove empty constructors and destructors from core/
|
2025-11-17 20:09:05 +07:00 |
|
plural_rules.cpp
|
Move plural rules logic into a separate class
|
2025-09-26 10:51:55 +07:00 |
|
plural_rules.h
|
Move plural rules logic into a separate class
|
2025-09-26 10:51:55 +07:00 |
|
print_string.cpp
|
Remove dependency of variant.h in print_string.h
|
2025-09-19 14:57:36 +07:00 |
|
print_string.h
|
Remove empty constructors and destructors from core/
|
2025-11-17 20:09:05 +07:00 |
|
string_buffer.h
|
Change "reserve called with a capacity smaller than the current size" error message to a verbose message.
|
2025-09-23 20:02:40 +07:00 |
|
string_builder.cpp
|
…
|
|
|
string_builder.h
|
Remove empty constructors and destructors from core/
|
2025-11-17 20:09:05 +07:00 |
|
string_name.cpp
|
…
|
|
|
string_name.h
|
Remove empty constructors and destructors from core/
|
2025-11-17 20:09:05 +07:00 |
|
translation.cpp
|
Move context and plural support to Translation
|
2025-09-26 10:51:57 +07:00 |
|
translation.h
|
Add CSV translation template generation
|
2025-10-30 08:44:41 +07:00 |
|
translation_domain.cpp
|
Remove empty constructors and destructors from core/
|
2025-11-17 20:09:05 +07:00 |
|
translation_domain.h
|
Remove empty constructors and destructors from core/
|
2025-11-17 20:09:05 +07:00 |
|
translation_server.compat.inc
|
…
|
|
|
translation_server.cpp
|
Prevent the main locale from being set to an empty string
|
2025-11-18 10:07:35 +07:00 |
|
translation_server.h
|
Merge pull request #112092 from timothyqiu/ts-nums
|
2025-11-10 17:47:09 +07:00 |
|
ucaps.h
|
…
|
|
|
ustring.cpp
|
Clean up String::find to remove duplicate code, and speed up comparison with `memcmp` where possible.
|
2025-11-19 22:39:05 +07:00 |
|
ustring.h
|
Add `Span` equality (`==` and `!=`) operators.
|
2025-11-15 14:21:54 +07:00 |