summaryrefslogtreecommitdiffstats
path: root/platform/javascript/api/javascript_tools_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix ZipIO crash when reused (and possible leaks).bruvzg2022-05-111-1/+2
* [HTML5] Fix JS "tools" editor plugin.Fabio Alessandrelli2022-05-101-1/+1
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-6/+8
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-11/+6
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-1/+1
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix various typosluz paz2022-01-021-1/+1
* Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde2021-10-051-1/+2
|\
| * Provide a getter for the project data directory.ne0fhyk2021-09-151-1/+2
* | [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