summaryrefslogtreecommitdiffstats
path: root/core/string
Commit message (Expand)AuthorAgeFilesLines
* 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 `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* | Rename `is_valid_integer()` to `is_valid_int()`Lightning_A2021-06-162-4/+4
* | 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
| |/
* | Merge pull request #34668 from aaronfranke/to-stringRémi Verschelde2021-06-132-3/+5
|\ \
| * | Reformat structure string operatorsAaron Franke2021-06-112-3/+5
* | | Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde2021-06-111-1/+1
|\ \ \ | |/ / |/| |
| * | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
| |/
* | Merge pull request #49279 from Calinou/rename-string-is-abs-path-methodRémi Verschelde2021-06-112-3/+3
|\ \
| * | Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-032-3/+3
| |/
* / 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
* 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