summaryrefslogtreecommitdiffstats
path: root/core/string/ustring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-5/+2
* Merge pull request #49291 from NoFr1ends/fix-49262Rémi Verschelde2021-07-131-19/+0
|\
| * String::format leave passed values untouchedJonas Bernemann2021-06-031-19/+0
* | Rename `is_valid_integer()` to `is_valid_int()`Lightning_A2021-06-161-3/+3
* | Merge pull request #49505 from underdoeg/patch-2Rémi Verschelde2021-06-161-1/+1
|\ \
| * | fix url parsing with port numbersPhilip Whitfield2021-06-111-1/+1
| |/
* | Reformat structure string operatorsAaron Franke2021-06-111-2/+4
* | Merge pull request #49279 from Calinou/rename-string-is-abs-path-methodRémi Verschelde2021-06-111-2/+2
|\ \
| * | Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-2/+2
| |/
* / Increase String::num default decimal precisionHeikki Simojoki2021-05-291-9/+22
|/
* Fix usage of String.left()kobewi2021-05-211-1/+1
* Change behavior of String.rightTomasz Chabora2021-05-201-8/+16
* Merge pull request #48205 from Faless/net/4.x_url_parsingFabio Alessandrelli2021-05-031-0/+65
|\
| * [Net] Implement String::parse_url for parsing URLs.Fabio Alessandrelli2021-04-261-0/+65
* | Fix `url_decode` with mixed percent-encoding/Unicode strings. Treat Unix driv...bruvzg2021-04-301-9/+10
* | Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-4/+4
|/
* Merge pull request #47512 from DanielKriz/bugfix/uri_encodeFabio Alessandrelli2021-04-101-2/+2
|\
| * fix wrong encoding in uri_encodeDaniel Kříž2021-04-101-2/+2
* | Rename Array.invert() to Array.reverse()Marcel Admiraal2021-03-211-1/+1
|/
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-2/+2
* Merge pull request #45545 from abaire/relaxes_gltf_name_sanitizationRémi Verschelde2021-03-091-0/+12
|\
| * Relaxes Node naming constraints in glTF documents to match the Editor.abaire2021-02-241-0/+12
* | Add support for numeric XML entities to XMLParserHenry Conklin2021-02-141-16/+46
|/
* Make String::ends_with don't use String::rfindkleonc2021-02-091-13/+20
* Unify URI encoding/decoding and add to C#Aaron Franke2021-01-281-59/+4
* Make hex_to_int and bin_to_int handle the prefix automaticallyAaron Franke2021-01-281-13/+9
* Merge pull request #45489 from aaronfranke/coreRémi Verschelde2021-01-271-3/+4
|\
| * Type consistencies in coreAaron Franke2021-01-261-3/+4
* | Renamed String.ord_at to unicode_atYuri Roubinsky2021-01-261-6/+6
|/
* Fix String.ends_with() for empty string argumentsVedat Günel2021-01-191-1/+6
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-31/+31
* Fix the `String::get_base_dir()` logic to properly check for top level direct...Fredia Huya-Kouadio2020-12-231-1/+4
* [Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...bruvzg2020-11-261-3/+2
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-0/+4899