summaryrefslogtreecommitdiffstats
path: root/core/string
Commit message (Expand)AuthorAgeFilesLines
* Fix usage of String.left()kobewi2021-05-211-1/+1
* Change behavior of String.rightTomasz Chabora2021-05-201-8/+16
* Check PHashTranslation generate p_from is validMaxStgs2021-05-031-0/+1
* Merge pull request #48205 from Faless/net/4.x_url_parsingFabio Alessandrelli2021-05-032-0/+66
|\
| * [Net] Implement String::parse_url for parsing URLs.Fabio Alessandrelli2021-04-262-0/+66
* | 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
* | Remove uses of `auto` for better readability and online code reviewsHugo Locurcio2021-04-262-11/+11
|/
* NodePath: Remove unimplemented `get_parent()` methodRémi Verschelde2021-04-231-2/+0
* 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
* | Merge pull request #46991 from madmiraal/rename-invert-reverseRémi Verschelde2021-04-011-1/+1
|\ \ | |/ |/|
| * Rename Array.invert() to Array.reverse()Marcel Admiraal2021-03-211-1/+1
* | Merge pull request #45234 from madmiraal/rename-phashtranslationRémi Verschelde2021-03-233-23/+23
|\ \
| * | Rename PHashTranslation to OptimizedTranslationMarcel Admiraal2021-03-203-23/+23
| |/
* | Merge pull request #34587 from YeldhamDev/translation_resource_notification_r...Rémi Verschelde2021-03-221-1/+1
|\ \ | |/ |/|
| * Make translation change notification when setting the locale of a Translation...Michael Alexsander2020-11-081-1/+1
* | Fixes small typos and grammar correctionAnshul7sp12021-03-123-4/+4
* | Merge pull request #45545 from abaire/relaxes_gltf_name_sanitizationRémi Verschelde2021-03-092-0/+16
|\ \
| * | Relaxes Node naming constraints in glTF documents to match the Editor.abaire2021-02-242-0/+16
* | | Merge pull request #45914 from HenryWConklin/45841-xml-entitiesRémi Verschelde2021-02-241-16/+46
|\ \ \
| * | | Add support for numeric XML entities to XMLParserHenry Conklin2021-02-141-16/+46
| |/ /
* | | Merge pull request #46195 from AndyBarcia/FixLanguageCodesIncosistenciesRémi Verschelde2021-02-241-3/+16
|\ \ \
| * | | Fixes some inconsistent ISO-639 language codesandybarcia2021-02-181-3/+16
| |/ /
* / / Reorganize Project Settingsreduz2021-02-181-6/+6
|/ /
* | Make String::ends_with don't use String::rfindkleonc2021-02-091-13/+20
* | Unify URI encoding/decoding and add to C#Aaron Franke2021-01-282-64/+6
* | Make hex_to_int and bin_to_int handle the prefix automaticallyAaron Franke2021-01-282-15/+11
* | 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-262-7/+7
|/ /
* | Fix String.ends_with() for empty string argumentsVedat Günel2021-01-191-1/+6
* | Update copyright statements to 2021Rémi Verschelde2021-01-0118-36/+36
* | Rename empty() to is_empty()Marcel Admiraal2020-12-286-39/+39
* | Fix the `String::get_base_dir()` logic to properly check for top level direct...Fredia Huya-Kouadio2020-12-231-1/+4
* | Static analyzer fixes:bruvzg2020-12-091-1/+1
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-262-0/+23
* | [Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...bruvzg2020-11-262-6/+6
* | Remove empty lines around braces with the formatting scriptAaron Franke2020-11-163-3/+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-0719-0/+10672