summaryrefslogtreecommitdiff
path: root/platform/javascript
AgeCommit message (Expand)Author
2022-08-22Replace Array return types with TypedArraykobewi
2022-08-22Merge pull request #64374 from RandomShaper/inheritable_cl_argsRémi Verschelde
2022-08-19Overhaul CLI argument forwarding to processes started by the editorPedro J. Estébanez
2022-08-15Improve performance of screen_get_dpi() in JavascriptJamie Pate
2022-08-14Refactor the export checking logic to improve separation of concernsFredia Huya-Kouadio
2022-08-04Add support for multiple virtual keyboard typesBrian Semrau
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-30Merge pull request #63563 from aaronfranke/export-archRémi Verschelde
2022-07-29Make some editor export methods constAaron Franke
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-27HTML5: Add support for `Input.vibrate_handheld()`pattlebass
2022-07-26Split up editor export code into multiple filesAaron Franke
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-15HTML5: Make `OS.get_locale()` match other platformspattlebass
2022-07-08Add static methods for creating Image and ImageTexturekobewi
2022-07-01Default cursor fix for html5 exportRaffaele Picca
2022-06-14refactoring: simplify compiler version checkJiri Suchan
2022-06-14[HTML5] Add GDNative+Threads build.Fabio Alessandrelli
2022-06-08Add readable export errors.bruvzg
2022-05-25HTML5: Run `npm audit fix`Rémi Verschelde
2022-05-25HTML5: Enable mbedTLS module for Crypto objectRémi Verschelde
2022-05-20Add a new HashSet templatereduz
2022-05-19Merge pull request #61020 from timothyqiu/wait-busyRémi Verschelde
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-14Swap the meaning of CURSOR_WAIT and CURSOR_BUSYHaoyu Qiu
2022-05-11Fix ZipIO crash when reused (and possible leaks).bruvzg
2022-05-11[HTML5] Limit the returned OS cpu count to 2.Fabio Alessandrelli
2022-05-10[HTML5] Fix JS "tools" editor plugin.Fabio Alessandrelli
2022-05-10[HTML5] Add "webgl/webgl2.h" as OpenGL include.Fabio Alessandrelli
2022-05-04Merge pull request #51682 from mdavisprog/os-is-process-runningRémi Verschelde
2022-05-03Add OS::is_process_running function.mdavisprog
2022-05-03[JS] Add flag to disable weak symbols in ZSTD.Fabio Alessandrelli
2022-05-03Added missing signature.Fabio Alessandrelli
2022-05-03Merge pull request #60714 from Calinou/typedef-remove-refRémi Verschelde
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-04-29Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond
2022-04-28Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg
2022-04-20Fix more issues found by cppcheck.bruvzg
2022-04-12Narrow FileAccess scope to prevent deadlocks.bruvzg
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-03-26HTML5: Explain why export templates are missingRémi Verschelde
2022-03-23Bump minimist from 1.2.5 to 1.2.6 in /platform/javascriptdependabot[bot]
2022-03-17Merge pull request #59062 from BastiaanOlij/storagerd_textureRémi Verschelde
2022-03-16Implement GDExtension export plugin.bruvzg
2022-03-16Split dummy renderer classes into separate filesBastiaan Olij
2022-03-11Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde
2022-03-10Discern between virtual and abstract class bindingsreduz
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-03-07Revert "[HTML5] Fetch API now passes credentials."Rémi Verschelde