summaryrefslogtreecommitdiff
path: root/platform/javascript/display_server_javascript.cpp
AgeCommit message (Expand)Author
2021-02-19[HTML5] Better fullscreen, canvas resizing.Fabio Alessandrelli
2021-02-19[HTML5] Easier HTML templates, better deinit/cleanup.Fabio Alessandrelli
2021-02-12[HTML5] Detect screen scale and DPI.Fabio Alessandrelli
2021-02-11[HTML5] Handle contextmenu, webglcontextlost internally.Fabio Alessandrelli
2021-02-02[HTML5] Fix mouse_mode and fullscreen detection.Fabio Alessandrelli
2021-01-18[HTML5] Custom Gamepad library to allow remapping.Fabio Alessandrelli
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-29Fix missed renamings from empty() to is_empty()Rémi Verschelde
2020-11-30[HTML5] Fix broken layout on load in HiDPI screensFabio Alessandrelli
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-10[HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli
2020-09-23Better HiDPI support in HTML5.Fabio Alessandrelli
2020-09-23Window event listener do not use capture.Fabio Alessandrelli
2020-09-23Small refactor to JavaScript handlers.Fabio Alessandrelli
2020-07-27Implement HTML5 cancel/ok button swap on Windows.Fabio Alessandrelli
2020-07-27Properly set HTML5 DisplayServer init error value.Fabio Alessandrelli
2020-07-01[JS] Check canvas size each loop, force redraw.Fabio Alessandrelli
2020-07-01More static methods in DisplayServerJavaScript.Fabio Alessandrelli
2020-07-01Refactor canvas ID and locale handling.Fabio Alessandrelli
2020-06-04Swtich HTML5 key detection from keyCode to code.Fabio Alessandrelli
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Style: Fix missing/invalid copyright headersRémi Verschelde
2020-05-13Update game controller enums.Marcel Admiraal
2020-05-10Add drop files functionFabio Alessandrelli
2020-05-10Fix Closure compiler build, python style.Fabio Alessandrelli
2020-05-10DisplayServerJavaScript implementation.Fabio Alessandrelli