Age | Commit message (Expand) | Author |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-13 | Merge pull request #49291 from NoFr1ends/fix-49262 | Rémi Verschelde |
2021-06-16 | Rename `is_valid_integer()` to `is_valid_int()` | Lightning_A |
2021-06-16 | Merge pull request #49505 from underdoeg/patch-2 | Rémi Verschelde |
2021-06-11 | Reformat structure string operators | Aaron Franke |
2021-06-11 | Merge pull request #49279 from Calinou/rename-string-is-abs-path-method | Rémi Verschelde |
2021-06-11 | fix url parsing with port numbers | Philip Whitfield |
2021-06-03 | String::format leave passed values untouched | Jonas Bernemann |
2021-06-03 | Rename `String.is_abs_path()` to `String.is_absolute_path()` | Hugo Locurcio |
2021-05-29 | Increase String::num default decimal precision | Heikki Simojoki |
2021-05-21 | Fix usage of String.left() | kobewi |
2021-05-20 | Change behavior of String.right | Tomasz Chabora |
2021-05-03 | Merge pull request #48205 from Faless/net/4.x_url_parsing | Fabio Alessandrelli |
2021-04-30 | Fix `url_decode` with mixed percent-encoding/Unicode strings. Treat Unix driv... | bruvzg |
2021-04-27 | Core: Drop custom `copymem`/`zeromem` defines | Rémi Verschelde |
2021-04-26 | [Net] Implement String::parse_url for parsing URLs. | Fabio Alessandrelli |
2021-04-10 | Merge pull request #47512 from DanielKriz/bugfix/uri_encode | Fabio Alessandrelli |
2021-04-10 | fix wrong encoding in uri_encode | Daniel Kříž |
2021-03-21 | Rename Array.invert() to Array.reverse() | Marcel Admiraal |
2021-03-12 | Fixes small typos and grammar correction | Anshul7sp1 |
2021-03-09 | Merge pull request #45545 from abaire/relaxes_gltf_name_sanitization | Rémi Verschelde |
2021-02-24 | Relaxes Node naming constraints in glTF documents to match the Editor. | abaire |
2021-02-14 | Add support for numeric XML entities to XMLParser | Henry Conklin |
2021-02-09 | Make String::ends_with don't use String::rfind | kleonc |
2021-01-28 | Unify URI encoding/decoding and add to C# | Aaron Franke |
2021-01-28 | Make hex_to_int and bin_to_int handle the prefix automatically | Aaron Franke |
2021-01-27 | Merge pull request #45489 from aaronfranke/core | Rémi Verschelde |
2021-01-26 | Type consistencies in core | Aaron Franke |
2021-01-26 | Renamed String.ord_at to unicode_at | Yuri Roubinsky |
2021-01-19 | Fix String.ends_with() for empty string arguments | Vedat Günel |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-23 | Fix the `String::get_base_dir()` logic to properly check for top level direct... | Fredia Huya-Kouadio |
2020-11-26 | [Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex... | bruvzg |
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |