| .. |
|
char_range.inc
|
[TextEdit / LineEdit] Add support for OEM Alt codes input.
|
2025-04-10 08:52:19 +03:00 |
|
char_utils.h
|
Add Options, Functions and Settings to convert Node-Names and Strings to kebab-case
|
2025-04-10 21:22:21 +02:00 |
|
fuzzy_search.cpp
|
Add original index field to fuzzy search result
|
2025-04-29 17:39:59 -07:00 |
|
fuzzy_search.h
|
Add original index field to fuzzy search result
|
2025-04-29 17:39:59 -07:00 |
|
locales.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
|
node_path.cpp
|
Replace size() == 0 with is_empty().
|
2025-04-02 19:18:43 +08:00 |
|
node_path.h
|
Core: Expand is_zero_constructible coverage
|
2025-03-17 11:45:26 -05:00 |
|
optimized_translation.cpp
|
Replace size() == 0 with is_empty().
|
2025-04-02 19:18:43 +08:00 |
|
optimized_translation.h
|
Fix hash issue with OptimizedTranslation caused by signed char
|
2025-03-16 15:21:06 +08:00 |
|
print_string.cpp
|
Merge pull request #104774 from Cykyrios/fix-center-bbcode-ansi-tag
|
2025-04-15 12:28:44 -05:00 |
|
print_string.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
|
SCsub
|
SCons: Add unobtrusive type hints in SCons files
|
2024-09-25 09:34:35 -05:00 |
|
string_buffer.h
|
Smoke test: In collections, log an error if reserve() is called with a number smaller than the current size. Don't log an error if it is called with a number smaller than the current capacity.
|
2025-04-23 16:47:47 +02:00 |
|
string_builder.cpp
|
Core: Modernize C headers with C++ equivalents
|
2025-05-02 08:23:01 -05:00 |
|
string_builder.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
|
string_name.cpp
|
Simplify StringName to bool conversions.
|
2025-04-30 16:59:34 +02:00 |
|
string_name.h
|
Simplify StringName to bool conversions.
|
2025-04-30 16:59:34 +02:00 |
|
translation.cpp
|
Add ConstIterator to Dictionary.
|
2025-03-13 01:28:46 +08:00 |
|
translation.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
|
translation_domain.cpp
|
Use std::size instead of sizeof(a) / sizeof(a[0]) pattern throughout the codebase.
|
2025-02-07 14:57:48 +01:00 |
|
translation_domain.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
|
translation_po.cpp
|
Using iterator pattern instead of List::Element *.
|
2025-03-28 13:29:15 +08:00 |
|
translation_po.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
|
translation_server.compat.inc
|
Expose standardize_locale add_default param publicly
|
2024-11-21 16:50:31 -07:00 |
|
translation_server.cpp
|
Add String::replace_char(s) methods for performance and convenience
|
2025-04-10 13:08:45 +02:00 |
|
translation_server.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
|
ucaps.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
|
ustring.cpp
|
Merge pull request #86653 from Mickeon/string-format-error
|
2025-04-29 16:05:20 -05:00 |
|
ustring.h
|
Core: Integrate CharStringT
|
2025-04-27 09:58:39 -05:00 |