Marco Bortolin
|
b9029c0848
Fix log message format string when compiling in debug mode
|
4 years ago |
Michael Ragazzon
|
148c4724e5
Remove built-in conversion between UTF-8 and UTF-16 strings, replace with Windows conversion functions in Windows shell.
|
4 years ago |
Michael Ragazzon
|
1572783926
Merge branch 'data_binding'
|
5 years ago |
actboy168
|
afecffd956
Attribute value supports rml escape
|
5 years ago |
Michael Ragazzon
|
3a96cba713
Fix unit test crash when running in debug mode.
|
5 years ago |
Michael Ragazzon
|
8d7cc702fc
Move StringUtilities test to unit tests.
|
5 years ago |
Rokas Kupstys
|
c261c1ff81
Add ability for user to override container types.
|
5 years ago |
Rokas Kupstys
|
21a7a5fc48
Fix build with EASTL when it is configured to use size_type different from size_t.
|
5 years ago |
Michael Ragazzon
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 years ago |
Michael Ragazzon
|
6ce69a8ebe
Add data expression transform functions (callbacks).
|
5 years ago |
Michael Ragazzon
|
54cf573f91
Trim trailing zeros in float converted to String. Remove PrettyFormatNumbers from debugger.
|
5 years ago |
Michael Ragazzon
|
9c930fa7f7
Update utf8 string iterator
|
6 years ago |
Michael Ragazzon
|
6d5975da52
Remove non-standard string comparison, and unnecessary template.
|
5 years ago |
Michael Ragazzon
|
e17b866e84
StripWhitespace from string view
|
6 years ago |
Michael Ragazzon
|
6422b655c3
Fix StringView construction and comparison
|
6 years ago |
Michael Ragazzon
|
6c53cbf85b
Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81.
|
5 years ago |
Michael Ragazzon
|
4be83d440e
Debugger: Enable listing of hidden elements, and escape attribute values.
|
6 years ago |
Michael Ragazzon
|
111de6bcc7
Use our own white space functions in string utilities
|
6 years ago |
Michael Ragazzon
|
b9450f7980
Try fixing compilation on MaxOSX and X11
|
6 years ago |
Michael Ragazzon
|
16fb312b4e
Rename CodePoint to Character.
|
6 years ago |
Michael Ragazzon
|
79c7a159a4
Improved text input selection for utf8.
|
6 years ago |
Michael Ragazzon
|
b4e6b22e87
Use char16_t for utf16, and char32_t for underlying CodePoint type. Some refactoring.
|
6 years ago |
Michael Ragazzon
|
2f6fd1494d
Proper conversion to and from UTF-16, use unicode for interaction with Windows API
|
6 years ago |
Michael Ragazzon
|
1c00fea5aa
Convert UTF-16 to UTF-8
|
6 years ago |
Michael Ragazzon
|
ac42bcb8ec
Lazy loading unicode characters (work in progress!)
|
6 years ago |
Michael Ragazzon
|
6e4ba091d8
Text input widget: Move the cursor word by word with ctrl + arrow keys. Better utf-8 handling.
|
6 years ago |
Michael Ragazzon
|
5655f84cf4
Let's add some emojis!
|
6 years ago |
Michael Ragazzon
|
8a085f6798
Clean up, introduce StringView
|
6 years ago |
Michael Ragazzon
|
ab2d4210c7
Remove all usage of 'word' type, replace by CodePoint
|
6 years ago |
Michael Ragazzon
|
f9975a0e8e
Begin conversion to UTF8
|
6 years ago |