summaryrefslogtreecommitdiffstats
path: root/platform/javascript/godot_js.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for multiple virtual keyboard typesBrian Semrau2022-08-041-1/+1
* HTML5: Add support for `Input.vibrate_handheld()`pattlebass2022-07-271-0/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+10
* [HTML5] Implement JavaScript PWA update callbacks.Fabio Alessandrelli2022-02-061-0/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* [HTML5] Refactor display/input JS library code.Fabio Alessandrelli2021-10-051-14/+16
* [HTML5] Implement Pointer Lock API in JS library.Fabio Alessandrelli2021-10-051-0/+2
* [HTML5] Implement window blur in JS library.Fabio Alessandrelli2021-10-051-0/+1
* [HTML5] Implement fullscreenchange in JS library.Fabio Alessandrelli2021-10-051-0/+1
* [HTML5] Implement mouse/touch/key events in JS library.Fabio Alessandrelli2021-10-051-1/+5
* [HTML5] Fix some JS library signature.Fabio Alessandrelli2021-06-141-1/+1
* [HTML5] Implement WebGL fallback.Fabio Alessandrelli2021-04-061-0/+1
* [HTML5] Opt-in virtual keyboard support.Fabio Alessandrelli2021-03-111-0/+7
* [HTML5] Respect allow_hidpi option during setupFabio Alessandrelli2021-03-081-1/+1
* [HTML5] Better fullscreen, canvas resizing.Fabio Alessandrelli2021-02-191-4/+8
* [HTML5] Easier HTML templates, better deinit/cleanup.Fabio Alessandrelli2021-02-191-1/+1
* [HTML5] Implement get_processor_count.Fabio Alessandrelli2021-02-171-0/+1
* [HTML5] Detect screen scale and DPI.Fabio Alessandrelli2021-02-121-0/+1
* [HTML5] Handle contextmenu, webglcontextlost internally.Fabio Alessandrelli2021-02-111-0/+1
* [HTML5] Custom Gamepad library to allow remapping.Fabio Alessandrelli2021-01-181-0/+6
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* [HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli2020-11-101-0/+87