summaryrefslogtreecommitdiffstats
path: root/platform/javascript/display_server_javascript.h
Commit message (Expand)AuthorAgeFilesLines
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+16
* Add screen_get_refresh_rate to DisplayServerjordi2022-02-031-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* [HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer.Fabio Alessandrelli2021-11-191-2/+5
* Use "enum class" for input enumsAaron Franke2021-11-121-1/+1
* [HTML5] Implement window blur in JS library.Fabio Alessandrelli2021-10-051-3/+1
* [HTML5] Implement fullscreenchange in JS library.Fabio Alessandrelli2021-10-051-2/+1
* [HTML5] Implement mouse/touch/key events in JS library.Fabio Alessandrelli2021-10-051-18/+20
* Release pressed events when the window is blurred on HTML5 platformSelgesel2021-09-231-0/+2
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-1/+0
* Modernize Display server to use override keywordHendrik Brucker2021-07-161-54/+54
* [HTML5] Fix build (with module_webxr_enabled=no).Fabio Alessandrelli2021-07-151-2/+2
* [HTML5] Opt-in virtual keyboard support.Fabio Alessandrelli2021-03-111-0/+5
* [HTML5] Better fullscreen, canvas resizing.Fabio Alessandrelli2021-02-191-3/+0
* [HTML5] Detect screen scale and DPI.Fabio Alessandrelli2021-02-121-0/+1
* [HTML5] Custom Gamepad library to allow remapping.Fabio Alessandrelli2021-01-181-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* [HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli2020-11-101-19/+16
* [HTML5] Add override keyword, cleanup methods.Fabio Alessandrelli2020-09-181-52/+52
* Implement HTML5 cancel/ok button swap on Windows.Fabio Alessandrelli2020-07-271-0/+3
* [JS] Check canvas size each loop, force redraw.Fabio Alessandrelli2020-07-011-0/+6
* More static methods in DisplayServerJavaScript.Fabio Alessandrelli2020-07-011-0/+11
* Refactor canvas ID and locale handling.Fabio Alessandrelli2020-07-011-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Add drop files functionFabio Alessandrelli2020-05-101-0/+1
* DisplayServerJavaScript implementation.Fabio Alessandrelli2020-05-101-0/+187