summaryrefslogtreecommitdiffstats
path: root/platform/web/js/libs/library_godot_input.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue where focus timer would throw continuouslyAdam Scott2024-11-111-9/+32
|
* Make IME code early return insteadAdam Scott2024-11-071-36/+41
|
* Fix IME blocking controlsAnni Ryynänen2024-07-071-0/+1
|
* [Web IME] Fix suggestion window position in Chromium based browsers.bruvzg2024-05-091-4/+13
|
* [Web] Add IME input support.bruvzg2023-12-151-1/+134
|
* Fix various typos with codespellRémi Verschelde2023-11-111-2/+2
| | | | Using 2.2.7.dev51+geb4a58fe.
* Add `proxy_to_pthread` option to `platform=web`Adam Scott2023-10-091-0/+12
| | | | Co-authored-by: Fabio Alessandrelli <fabio.alessandrelli@gmail.com>
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-0/+549
Also rename export name from "HTML5" to "Web".