summaryrefslogtreecommitdiff
path: root/core/ustring.cpp
AgeCommit message (Expand)Author
2019-04-22fixed an access after free in OS_X11::set_context.Ibrahn Sahir
2019-04-08Add ability to edit editor feature profilesJuan Linietsky
2019-02-22Don't crash when parse_utf8 receives a NULL pointerHein-Pieter van Braam
2019-02-21Fix warnings seen with -Wignored-qualifiers.marxin
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-20Fix wrong bounds check in String::rightlupoDharkael
2019-01-07Repair String lstrip and rstrip.Ibrahn Sahir
2019-01-04Merge pull request #21708 from hpvb/fix-21242v2Hein-Pieter van Braam
2019-01-04String[size()] should return a default constructed CharTypeHein-Pieter van Braam
2019-01-04Merge pull request #24585 from Xrayez/fix-crash-hex-numberRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-24Fix crash when checking empty string for valid hex numberAndrii Doroshenko (Xrayez)
2018-12-16Reduce String CoWHein-Pieter van Braam
2018-11-09Fix formatting -0.0 by %+f displays +-0.0Poommetee Ketson
2018-11-01Merge pull request #23159 from DavidSichma/string-escapeJuan Linietsky
2018-10-25Fix: String::format Variant to String conversionDavid Sichma
2018-10-19Fixing warnings generated by MSVCDualtagh Murray
2018-10-11Make visualscript search better.K. S. Ernest (iFire) Lee
2018-10-07fixes #22828 - res://user had incorrect substr valueexts
2018-10-03Fix some more warnings reported by CIRémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-14Merge pull request #20443 from AlexHolly/add-string-format-no-indexRémi Verschelde
2018-08-14Merge pull request #20772 from dragmz/string_copy_oob_read_fixRémi Verschelde
2018-08-07removed some surplus null appends that got typoed in 0e29f7974b59e4440cf02e13...Ibrahn Sahir
2018-08-06fix out of buffer read when copying non-null terminated stringsMarcin Zawiejski
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-25Added String.format "no index" supportAlexander Holland
2018-07-25Fix format ignores case in placeholderAlexander Holland
2018-07-24removed redundant strlen calculation from String::substrIbrahn Sahir
2018-07-22Fix upper/lower case convertion for characters >= 0x80Marcelo Fernandez
2018-07-17reworked ustring.rsplit to fix behaviour.Ibrahn Sahir
2018-05-23Merge pull request #14715 from Krakean/string_add_rsplit2Max Hilbrunner
2018-05-07Merge pull request #17316 from ShyRed/significantdigitsJuan Linietsky
2018-04-30fix API string pathPaul Joannon
2018-04-22Merge pull request #18176 from nikibobi/string-trimGeorge Marques
2018-04-18Fix some Coverity warnings in String APIRémi Verschelde
2018-04-17add string trim_prefix trim_suffix lstrip and rstrip methodsbosak
2018-04-12Revert "Unify http- and percent- encode/decode"Pedro J. Estébanez
2018-04-05Fix buggy percent-encodingPedro J. Estébanez
2018-03-27Unify http- and percent- encode/decodePedro J. Estébanez
2018-03-06Adjust decimal precisionShyRed
2018-02-25Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry
2018-01-18improves portability with some compilersAriel Manzur
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-15Filled tutorial field in most relevent classes.Juan Linietsky
2018-01-13Fix String::itos/String::num_int64(INT64_MIN) output.bruvzg
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2018-01-01Merge pull request #14973 from poke1024/docs-word-selectionNoshyaar