summaryrefslogtreecommitdiffstats
path: root/platform/javascript/display_server_javascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* [HTML5] Fix broken layout on load in HiDPI screensFabio Alessandrelli2020-11-301-2/+2
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-2/+0
* [HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli2020-11-101-237/+81
* Better HiDPI support in HTML5.Fabio Alessandrelli2020-09-231-2/+6
* Window event listener do not use capture.Fabio Alessandrelli2020-09-231-2/+5
* Small refactor to JavaScript handlers.Fabio Alessandrelli2020-09-231-19/+10
* Implement HTML5 cancel/ok button swap on Windows.Fabio Alessandrelli2020-07-271-0/+15
* Properly set HTML5 DisplayServer init error value.Fabio Alessandrelli2020-07-271-0/+2
* [JS] Check canvas size each loop, force redraw.Fabio Alessandrelli2020-07-011-0/+16
* More static methods in DisplayServerJavaScript.Fabio Alessandrelli2020-07-011-9/+8
* Refactor canvas ID and locale handling.Fabio Alessandrelli2020-07-011-45/+23
* Swtich HTML5 key detection from keyCode to code.Fabio Alessandrelli2020-06-041-2/+2
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-40/+0
* Style: Fix missing/invalid copyright headersRémi Verschelde2020-05-141-0/+30
* Update game controller enums.Marcel Admiraal2020-05-131-8/+1
* Add drop files functionFabio Alessandrelli2020-05-101-2/+29
* Fix Closure compiler build, python style.Fabio Alessandrelli2020-05-101-5/+5
* DisplayServerJavaScript implementation.Fabio Alessandrelli2020-05-101-0/+1181