summaryrefslogtreecommitdiff
path: root/platform/javascript/os_javascript.cpp
AgeCommit message (Expand)Author
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-11[HTML5] Refactor JS, threads support, closures.Fabio Alessandrelli
2020-03-08OS_Javascript temporarly uses dummy rasterizer.Fabio Alessandrelli
2020-03-08Fix Javascript platform after PoolVector removal.Fabio Alessandrelli
2020-03-03Merge pull request #36557 from Schroedi/fix_html_touchFabio Alessandrelli
2020-02-26Fixes touch events for HTMLChristoph Schroeder
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-14Remove incomplete battery status/power APIRémi Verschelde
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
2020-02-11Texture refactorJuan Linietsky
2020-02-10Allow per pixel transparency in javascript platformmuiroc
2020-02-07Fix javascript platform buildmuiroc
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-17HTML5 callbacks rework.Fabio Alessandrelli
2020-01-17HTML5: Address removal of 'timestamp' in Emscripten 1.39.5Rémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-01iOS modular build and export implementation.bruvzg
2019-10-24Remove ECMAScript 6 "arrow operator".Fabio Alessandrelli
2019-10-03Properly revert cursor when using set_custom_mouse_cursor with nullPouleyKetchoupp
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner
2019-07-09Fix cursor blinking in integrated GPUsGuilherme Felipe
2019-06-16Merge pull request #10643 from BastiaanOlij/camera_serverRémi Verschelde
2019-06-15Adding a new Camera Server implementation to Godot.BastiaanOlij
2019-06-14Fix pointer position in hidpi-corrected resolutions on webLeonardo Giovanni Scur
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-05-29Implement Clipboard API read when supported.Fabio Alessandrelli
2019-05-29Kinda working HTML5 clipboard paste.Fabio Alessandrelli
2019-05-28Add OS clipboard set support to OS JavascriptFabio Alessandrelli
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-05-15Fix OS_Javascript execute methodFabio Alessandrelli
2019-03-05Disable driver fallback to GLES2 by defaultRémi Verschelde
2019-02-26-Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky
2019-02-24Use stdout/-err for all messages in HTML5 platformLeon Krause
2019-01-27Fix pixelized previews, but also instances of breaking ImageTexture cache. Cl...Juan Linietsky
2019-01-23Allow requesting full screen during start-up in HTML5 platformLeon Krause
2019-01-20Deal with Google's HTML5 autoplay policyLeon Krause
2019-01-20Fix HTML5 gamepad logic for Emscripten 1.38.22 compat breakageLeon Krause
2019-01-03Implements OS_JavaScript::set_custom_mouse_cursorGuilherme Felipe
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-14Merge pull request #20385 from moiman100/unify-double-clickingRémi Verschelde
2018-12-14Merge pull request #20063 from moiman100/fix-button-maskRémi Verschelde
2018-10-29Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill()Leon Krause
2018-10-02Fix compiler warnings in HTML5 platformLeon Krause
2018-10-01Fix build for Javascript platformmuiroc
2018-09-16Implement OS::set_icon in HTML5 platformLeon Krause
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz