summaryrefslogtreecommitdiffstats
path: root/platform/javascript/os_javascript.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix javascript platform buildmuiroc2020-02-071-1/+1
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* HTML5 callbacks rework.Fabio Alessandrelli2020-01-171-31/+37
* HTML5: Address removal of 'timestamp' in Emscripten 1.39.5Rémi Verschelde2020-01-171-1/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* iOS modular build and export implementation.bruvzg2019-12-011-3/+0
* Remove ECMAScript 6 "arrow operator".Fabio Alessandrelli2019-10-241-1/+1
* Properly revert cursor when using set_custom_mouse_cursor with nullPouleyKetchoupp2019-10-031-0/+2
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner2019-08-091-18/+10
* Fix cursor blinking in integrated GPUsGuilherme Felipe2019-07-091-0/+17
* Merge pull request #10643 from BastiaanOlij/camera_serverRémi Verschelde2019-06-161-0/+3
|\
| * Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-151-0/+3
* | Fix pointer position in hidpi-corrected resolutions on webLeonardo Giovanni Scur2019-06-141-4/+18
|/
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-1/+1
* Implement Clipboard API read when supported.Fabio Alessandrelli2019-05-291-0/+17
* Kinda working HTML5 clipboard paste.Fabio Alessandrelli2019-05-291-0/+10
* Add OS clipboard set support to OS JavascriptFabio Alessandrelli2019-05-281-0/+19
* added a const keyword for a methods that return constant literal...hbina0852019-05-211-1/+1
* Fix OS_Javascript execute methodFabio Alessandrelli2019-05-151-1/+1
* Disable driver fallback to GLES2 by defaultRémi Verschelde2019-03-051-1/+1
* -Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky2019-02-261-10/+0
* Use stdout/-err for all messages in HTML5 platformLeon Krause2019-02-241-2/+2
* Fix pixelized previews, but also instances of breaking ImageTexture cache. Cl...Juan Linietsky2019-01-271-0/+5
* Allow requesting full screen during start-up in HTML5 platformLeon Krause2019-01-231-1/+14
* Deal with Google's HTML5 autoplay policyLeon Krause2019-01-201-0/+6
* Fix HTML5 gamepad logic for Emscripten 1.38.22 compat breakageLeon Krause2019-01-201-1/+2
* Implements OS_JavaScript::set_custom_mouse_cursorGuilherme Felipe2019-01-031-2/+123
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Merge pull request #20385 from moiman100/unify-double-clickingRémi Verschelde2018-12-141-0/+28
|\
| * Added double clicking to all buttonsMikko Mustonen2018-08-121-0/+28
* | Merge pull request #20063 from moiman100/fix-button-maskRémi Verschelde2018-12-141-1/+4
|\ \
| * | Fixed button mask behaviormm2018-07-111-1/+4
* | | Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill()Leon Krause2018-10-291-0/+18
* | | Fix compiler warnings in HTML5 platformLeon Krause2018-10-021-13/+11
* | | Fix build for Javascript platformmuiroc2018-10-011-4/+4
* | | Implement OS::set_icon in HTML5 platformLeon Krause2018-09-161-0/+52
* | | Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\ \ \
| * | | Misc. typosluz.paz2018-09-121-1/+1
* | | | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
|/ / /
* | | Fix HTML5 gamepad inputLeon Krause2018-08-301-2/+5
* | | Fall back to GLES2 if GLES3 is not workingHein-Pieter van Braam2018-08-261-14/+48
* | | Merge pull request #21330 from eska014/html5-canvas-resizeRémi Verschelde2018-08-231-55/+60
|\ \ \
| * | | Facilitate external modification of HTML5 canvas sizeLeon Krause2018-08-231-55/+60
| |/ /
* | / use console.warn instead of Module.printErr: emscripten no longer exports pri...Alon Zakai (kripken)2018-08-111-1/+1
| |/ |/|
* | -Project/Editor settings now use new inspectorJuan Linietsky2018-07-191-0/+5
|/
* Refactor OS_JavaScriptLeon Krause2018-07-101-597/+560
* Added support for extra mouse buttons.unknown2018-07-091-1/+4
* Merge pull request #18753 from eska014/html5-iframefocusMax Hilbrunner2018-05-101-5/+5
|\
| * Fix keyboard focus lock-out with HTML5 canvas in iframeLeon Krause2018-05-101-5/+5
* | Fix relative mouse motion when captured in HTML5 platformLeon Krause2018-05-101-1/+1
|/