summaryrefslogtreecommitdiffstats
path: root/core/string/ustring.h
Commit message (Expand)AuthorAgeFilesLines
* File: Re-add support to skip CR (`\r`) in `File::get_as_text`Rémi Verschelde2022-08-011-1/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+2
* Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...bruvzg2022-07-071-2/+5
* Fix parameter name for String.left and String.rightHaoyu Qiu2022-06-121-2/+2
* Add dedicated macros for property name extractionHaoyu Qiu2022-05-191-0/+10
* Create onready variables when dropping nodes and holding CtrlHaoyu Qiu2022-05-171-0/+1
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-4/+0
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-0/+1
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-1/+1
* String: Add contains().Anilforextra2022-02-041-0/+2
* Merge pull request #57116 from bruvzg/win_net_shareRémi Verschelde2022-01-281-0/+1
|\
| * [Windows] Add support for handling network share paths.bruvzg2022-01-241-0/+1
* | Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez2022-01-261-1/+1
|/
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Make `--doctool` locale awareHaoyu Qiu2021-12-161-0/+1
* Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-15/+5
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* CharProxy: Add copy constructorRémi Verschelde2021-09-301-6/+10
* fix invalid string castDaniel Doran2021-09-041-4/+4
* Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-1/+1
* Rename `is_valid_integer()` to `is_valid_int()`Lightning_A2021-06-161-1/+1
* Reformat structure string operatorsAaron Franke2021-06-111-1/+1
* Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-1/+1
* [Net] Implement String::parse_url for parsing URLs.Fabio Alessandrelli2021-04-261-0/+1
* Relaxes Node naming constraints in glTF documents to match the Editor.abaire2021-02-241-0/+4
* Unify URI encoding/decoding and add to C#Aaron Franke2021-01-281-5/+2
* Make hex_to_int and bin_to_int handle the prefix automaticallyAaron Franke2021-01-281-2/+2
* Renamed String.ord_at to unicode_atYuri Roubinsky2021-01-261-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* [Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...bruvzg2020-11-261-3/+4
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Create Variant built-in functions.reduz2020-11-101-0/+20
* Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde2020-11-091-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-0/+539