summaryrefslogtreecommitdiffstats
path: root/platform/javascript/api/javascript_tools_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* [HTML5] Fix build error due to missing string cast.Fabio Alessandrelli2021-09-121-2/+2
* Improve the generated ZIP archive name when using Download Project SourceHugo Locurcio2021-08-161-7/+25
* [HTML5] Fix JS build without eval.Fabio Alessandrelli2021-06-141-1/+1
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-2/+2
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-2/+2
* [HTML5] Add easy to use download API.Fabio Alessandrelli2021-05-211-2/+7
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-1/+1
* Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde2021-04-291-10/+10
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Fix missed renamings from empty() to is_empty()Rémi Verschelde2020-12-291-1/+1
* Make tool menu plugins use Callables for callbackkobewi2020-12-161-6/+1
* [HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli2020-11-101-19/+6
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* [HTML5] Add JavaScriptToolsEditorPlugin.Fabio Alessandrelli2020-10-141-0/+153