index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
javascript
/
display_server_javascript.h
Age
Commit message (
Expand
)
Author
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-04-28
Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...
bruvzg
2022-02-03
Add screen_get_refresh_rate to DisplayServer
jordi
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-19
[HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer.
Fabio Alessandrelli
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-10-05
[HTML5] Implement window blur in JS library.
Fabio Alessandrelli
2021-10-05
[HTML5] Implement fullscreenchange in JS library.
Fabio Alessandrelli
2021-10-05
[HTML5] Implement mouse/touch/key events in JS library.
Fabio Alessandrelli
2021-09-23
Release pressed events when the window is blurred on HTML5 platform
Selgesel
2021-07-22
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-16
Modernize Display server to use override keyword
Hendrik Brucker
2021-07-15
[HTML5] Fix build (with module_webxr_enabled=no).
Fabio Alessandrelli
2021-03-11
[HTML5] Opt-in virtual keyboard support.
Fabio Alessandrelli
2021-02-19
[HTML5] Better fullscreen, canvas resizing.
Fabio Alessandrelli
2021-02-12
[HTML5] Detect screen scale and DPI.
Fabio Alessandrelli
2021-01-18
[HTML5] Custom Gamepad library to allow remapping.
Fabio Alessandrelli
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-10
[HTML5] Port JavaScript inline code to libraries.
Fabio Alessandrelli
2020-09-18
[HTML5] Add override keyword, cleanup methods.
Fabio Alessandrelli
2020-07-27
Implement HTML5 cancel/ok button swap on Windows.
Fabio Alessandrelli
2020-07-01
[JS] Check canvas size each loop, force redraw.
Fabio Alessandrelli
2020-07-01
More static methods in DisplayServerJavaScript.
Fabio Alessandrelli
2020-07-01
Refactor canvas ID and locale handling.
Fabio Alessandrelli
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-10
Add drop files function
Fabio Alessandrelli
2020-05-10
DisplayServerJavaScript implementation.
Fabio Alessandrelli