Historique des commits

Auteur SHA1 Message Date
  Michael Ragazzon 574c78ffeb Various StringUtilities feature and safety improvements il y a 1 an
  Michael Ragazzon 553b6f41fe CreateString and FormatString: Remove the now unused `max_size` argument from API il y a 1 an
  Michael Ragazzon 0f8c7073ca CreateString and FormatString: No longer needs or uses the `max_size` argument il y a 1 an
  Jan Lupčík d2ce1326ce Add Input Method Editor (IME) support (#541) il y a 1 an
  gleblebedev 0e89257e53 StringUtilities::DecodeRml to use strtoul (#475) il y a 2 ans
  Michael Ragazzon 7492876298 The great formattening - format all library source code and documents il y a 2 ans
  Michael Ragazzon b8cca82dd5 Add StartsWith string utility, and string literal constructor for StringView il y a 2 ans
  Maximilian Stark 4c61fef63f RML support for numeric character reference (Unicode escape sequences) (#401) il y a 2 ans
  Michael Ragazzon 9bba912933 Cleanup: Use appropriate types, fix unused assignments and uninitialized variables il y a 3 ans
  Michael Ragazzon 18b9a2a6ed Fix missing moves and avoid some allocations il y a 3 ans
  Marco Bortolin b9029c0848 Fix log message format string when compiling in debug mode il y a 4 ans
  Michael Ragazzon 148c4724e5 Remove built-in conversion between UTF-8 and UTF-16 strings, replace with Windows conversion functions in Windows shell. il y a 4 ans
  Michael Ragazzon 1572783926 Merge branch 'data_binding' il y a 5 ans
  actboy168 afecffd956 Attribute value supports rml escape il y a 5 ans
  Michael Ragazzon 3a96cba713 Fix unit test crash when running in debug mode. il y a 5 ans
  Michael Ragazzon 8d7cc702fc Move StringUtilities test to unit tests. il y a 5 ans
  Rokas Kupstys c261c1ff81 Add ability for user to override container types. il y a 5 ans
  Rokas Kupstys 21a7a5fc48 Fix build with EASTL when it is configured to use size_type different from size_t. il y a 5 ans
  Michael Ragazzon e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. il y a 5 ans
  Michael Ragazzon 6ce69a8ebe Add data expression transform functions (callbacks). il y a 5 ans
  Michael Ragazzon 54cf573f91 Trim trailing zeros in float converted to String. Remove PrettyFormatNumbers from debugger. il y a 5 ans
  Michael Ragazzon 9c930fa7f7 Update utf8 string iterator il y a 6 ans
  Michael Ragazzon 6d5975da52 Remove non-standard string comparison, and unnecessary template. il y a 5 ans
  Michael Ragazzon e17b866e84 StripWhitespace from string view il y a 6 ans
  Michael Ragazzon 6422b655c3 Fix StringView construction and comparison il y a 6 ans
  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. il y a 5 ans
  Michael Ragazzon 4be83d440e Debugger: Enable listing of hidden elements, and escape attribute values. il y a 6 ans
  Michael Ragazzon 111de6bcc7 Use our own white space functions in string utilities il y a 6 ans
  Michael Ragazzon b9450f7980 Try fixing compilation on MaxOSX and X11 il y a 6 ans
  Michael Ragazzon 16fb312b4e Rename CodePoint to Character. il y a 6 ans