summaryrefslogtreecommitdiffstats
path: root/platform/javascript/display_server_javascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Default cursor fix for html5 exportRaffaele Picca2022-07-011-2/+2
* Merge pull request #61020 from timothyqiu/wait-busyRémi Verschelde2022-05-191-2/+2
|\
| * Swap the meaning of CURSOR_WAIT and CURSOR_BUSYHaoyu Qiu2022-05-141-2/+2
* | Replace most uses of Map by HashMapreduz2022-05-161-2/+2
|/
* 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/+86
* Split dummy renderer classes into separate filesBastiaan Olij2022-03-161-1/+1
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-4/+7
* Merge pull request #57341 from bruvzg/win_multiwin_fsRémi Verschelde2022-02-041-1/+2
|\
| * [Windows] Add WS_BORDER flag to windows in WINDOW_MODE_FULLSCREEN mode to al...bruvzg2022-02-041-1/+2
* | Add screen_get_refresh_rate to DisplayServerjordi2022-02-031-0/+4
|/
* Merge pull request #56754 from madmiraal/fix-45592Rémi Verschelde2022-01-241-3/+0
|\
| * Use mouse event relative motion to calculate mouse velocityMarcel Admiraal2022-01-131-3/+0
* | Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-171-1/+0
|\ \
| * | [Windows] Improve console handling and execute/create_process.bruvzg2021-12-181-1/+0
* | | Fix Actions mapped to triggers not using the full rangeMarcel Admiraal2022-01-141-11/+3
| |/ |/|
* | Merge pull request #56322 from madmiraal/fix-42450Rémi Verschelde2022-01-111-1/+1
|\ \
| * | Rename speed to velocity when it's a directional VectorMarcel Admiraal2021-12-291-1/+1
| |/
* | Fix multiple missing UTF-8 decoding.bruvzg2022-01-061-2/+2
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* [HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer.Fabio Alessandrelli2021-11-191-48/+54
* Use "enum class" for input enumsAaron Franke2021-11-121-24/+25
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-311-3/+3
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-301-4/+4
* [HTML5] Refactor display/input JS library code.Fabio Alessandrelli2021-10-051-11/+14
* [HTML5] Implement Pointer Lock API in JS library.Fabio Alessandrelli2021-10-051-8/+7
* [HTML5] Implement window blur in JS library.Fabio Alessandrelli2021-10-051-19/+2
* [HTML5] Implement fullscreenchange in JS library.Fabio Alessandrelli2021-10-051-16/+6
* [HTML5] Implement mouse/touch/key events in JS library.Fabio Alessandrelli2021-10-051-169/+99
* Release pressed events when the window is blurred on HTML5 platformSelgesel2021-09-231-0/+7
* [HTML5] Fix wheel/touch callback modifying event after parse.Fabio Alessandrelli2021-09-151-5/+6
* [HTML5] Fix input not working when buffered.Fabio Alessandrelli2021-09-121-0/+21
* Use Key enum instead of plain integersAaron Franke2021-08-101-1/+1
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-4/+0
* [HTML5] Fix build (with module_webxr_enabled=no).Fabio Alessandrelli2021-07-151-8/+8
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-4/+4
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-8/+8
* Add MOUSE_MODE_CONFINED_HIDDENAaron Franke2021-06-031-2/+3
* Move remaining dummy drivers to servers.Fabio Alessandrelli2021-06-011-1/+1
* Fix typos with codespellRémi Verschelde2021-05-201-1/+1
* Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde2021-05-171-8/+8
|\
| * Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-8/+8
* | OS: Remove native video API only implemented on iOSRémi Verschelde2021-05-071-1/+0
|/
* Rename `doubleclick` to `double_click`Aaron Franke2021-05-041-2/+2
* Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde2021-04-291-3/+3
* Rename Texture.get_data() to get_image()Marcel Admiraal2021-03-281-2/+2
* Rename some more global enums (Key, Joy, MIDI)Aaron Franke2021-03-231-2/+2
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-9/+9
* [HTML5] Opt-in virtual keyboard support.Fabio Alessandrelli2021-03-111-2/+41
* [HTML5] Respect allow_hidpi option during setupFabio Alessandrelli2021-03-081-1/+1