Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix issue where focus timer would throw continuously | Adam Scott | 2024-11-11 | 1 | -9/+32 |
| | |||||
* | Make IME code early return instead | Adam Scott | 2024-11-07 | 1 | -36/+41 |
| | |||||
* | Fix IME blocking controls | Anni Ryynänen | 2024-07-07 | 1 | -0/+1 |
| | |||||
* | [Web IME] Fix suggestion window position in Chromium based browsers. | bruvzg | 2024-05-09 | 1 | -4/+13 |
| | |||||
* | [Web] Add IME input support. | bruvzg | 2023-12-15 | 1 | -1/+134 |
| | |||||
* | Fix various typos with codespell | Rémi Verschelde | 2023-11-11 | 1 | -2/+2 |
| | | | | Using 2.2.7.dev51+geb4a58fe. | ||||
* | Add `proxy_to_pthread` option to `platform=web` | Adam Scott | 2023-10-09 | 1 | -0/+12 |
| | | | | Co-authored-by: Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | ||||
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -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 Alessandrelli | 2022-08-29 | 1 | -0/+549 |
Also rename export name from "HTML5" to "Web". |