summaryrefslogtreecommitdiffstats
path: root/platform/javascript/display_server_javascript.h
Commit message (Expand)AuthorAgeFilesLines
* 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