.. |
alt_codes.h
|
Move alt_code_oem437 and alt_code_cp1252 to separate header file
|
2025-05-03 11:52:49 +03:00 |
char_range.inc
|
Move alt_code_oem437 and alt_code_cp1252 to separate header file
|
2025-05-03 11:52:49 +03:00 |
char_utils.h
|
Replace std::size usage with std_size to avoid <iterator> include.
|
2025-10-05 00:26:11 +02:00 |
fuzzy_search.cpp
|
Change fuzzy search to only set case sensitive within set_query
|
2025-05-15 12:00:55 -07:00 |
fuzzy_search.h
|
Change fuzzy search to only set case sensitive within set_query
|
2025-05-15 12:00:55 -07:00 |
locales.h
|
Add default plural rules
|
2025-09-26 10:51:57 +08:00 |
node_path.cpp
|
Replace size() == 0 with is_empty().
|
2025-04-02 19:18:43 +08:00 |
node_path.h
|
Remove Array include from dictionary.h and ustring.h .
|
2025-10-06 16:21:36 +02:00 |
optimized_translation.cpp
|
Move context and plural support to Translation
|
2025-09-26 10:51:57 +08:00 |
optimized_translation.h
|
Fix hash issue with OptimizedTranslation caused by signed char
|
2025-03-16 15:21:06 +08:00 |
plural_rules.cpp
|
Move plural rules logic into a separate class
|
2025-09-26 10:51:55 +08:00 |
plural_rules.h
|
Move plural rules logic into a separate class
|
2025-09-26 10:51:55 +08:00 |
print_string.cpp
|
Remove dependency of variant.h in print_string.h
|
2025-09-19 14:57:36 +08:00 |
print_string.h
|
Change "reserve called with a capacity smaller than the current size" error message to a verbose message.
|
2025-09-23 20:02:40 +02:00 |
SCsub
|
SCons: Add unobtrusive type hints in SCons files
|
2024-09-25 09:34:35 -05: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 +02:00 |
string_builder.cpp
|
Rename String::resize to resize_uninitialized , to better communicate to callers that new characters must be initialized.
|
2025-06-11 18:13:02 +02:00 |
string_builder.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
string_name.cpp
|
Remove unused StringName::search .
|
2025-06-11 00:16:51 +02:00 |
string_name.h
|
Remove unused StringName::search .
|
2025-06-11 00:16:51 +02:00 |
translation.cpp
|
Move context and plural support to Translation
|
2025-09-26 10:51:57 +08:00 |
translation.h
|
Move context and plural support to Translation
|
2025-09-26 10:51:57 +08:00 |
translation_domain.cpp
|
Merge pull request #107999 from timothyqiu/translation-cleanup
|
2025-10-15 16:31:09 -05:00 |
translation_domain.h
|
Cleanup editor translation related methods
|
2025-09-18 20:27:09 +08:00 |
translation_po.cpp
|
Move context and plural support to Translation
|
2025-09-26 10:51:57 +08:00 |
translation_po.h
|
Move context and plural support to Translation
|
2025-09-26 10:51:57 +08:00 |
translation_server.compat.inc
|
Expose standardize_locale add_default param publicly
|
2024-11-21 16:50:31 -07:00 |
translation_server.cpp
|
Merge pull request #107999 from timothyqiu/translation-cleanup
|
2025-10-15 16:31:09 -05:00 |
translation_server.h
|
Merge pull request #107999 from timothyqiu/translation-cleanup
|
2025-10-15 16:31:09 -05:00 |
ucaps.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
ustring.cpp
|
Merge pull request #107999 from timothyqiu/translation-cleanup
|
2025-10-15 16:31:09 -05:00 |
ustring.h
|
Remove Array include from dictionary.h and ustring.h .
|
2025-10-06 16:21:36 +02:00 |