summaryrefslogtreecommitdiffstats
path: root/platform/javascript/os_javascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* HTML5: Add support for `Input.vibrate_handheld()`pattlebass2022-07-271-0/+4
* Add OS::is_process_running function.mdavisprog2022-05-031-0/+4
* Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond2022-04-291-1/+6
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-1/+1
* [HTML5] Implement JavaScript PWA update callbacks.Fabio Alessandrelli2022-02-061-0/+16
* Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-171-2/+2
|\
| * [Windows] Improve console handling and execute/create_process.bruvzg2021-12-181-2/+2
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde2021-11-121-1/+1
* [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads.Fabio Alessandrelli2021-09-151-8/+11
* Make platform feature tag names lowercaseHugo Locurcio2021-08-311-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+2
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-0/+4
* [HTML5] Fix build (with module_webxr_enabled=no).Fabio Alessandrelli2021-07-151-2/+1
* Misc cleanup of header includesRémi Verschelde2021-07-151-1/+1
* [HTML5] Implement get_processor_count.Fabio Alessandrelli2021-02-171-0/+4
* Split OS::execute into two methodsMarcel Admiraal2021-01-091-2/+6
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #44161 from Faless/fix/fa_buffered_removeRémi Verschelde2020-12-091-2/+0
|\
| * Remove now unused FileAccessBuffered.Fabio Alessandrelli2020-12-061-1/+0
| * [HTML5] Use regular unix FileAccess implementation.Fabio Alessandrelli2020-12-061-1/+0
* | [HTML5] Make GDNative support feature-based.Fabio Alessandrelli2020-12-051-2/+14
* | [HTML5] EditorRunNative works with GDNative.Fabio Alessandrelli2020-12-051-0/+8
|/
* [HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli2020-11-101-39/+13
* JS synchronous start, better persistent FS sync.Fabio Alessandrelli2020-09-231-23/+26
* [HTML5] Add override keyword, cleanup methods.Fabio Alessandrelli2020-09-181-22/+0
* Use dummy driver when JS AudioContext is unavailable.Fabio Alessandrelli2020-07-011-3/+14
* Refactor canvas ID and locale handling.Fabio Alessandrelli2020-07-011-8/+0
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-27/+0
* Add WebSocket debugger, use it for Javascript.Fabio Alessandrelli2020-05-121-0/+11
* Fix Closure compiler build, python style.Fabio Alessandrelli2020-05-101-1/+1
* DisplayServerJavaScript implementation.Fabio Alessandrelli2020-05-101-1106/+52
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-22/+49
* Move mouse wheel handler from window to canvas element in HTMLChristoph Schröder2020-04-281-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-13/+13
* Renaming of servers for coherency.Juan Linietsky2020-03-271-3/+3
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-6/+6
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* [HTML5] Refactor JS, threads support, closures.Fabio Alessandrelli2020-03-111-0/+1
* OS_Javascript temporarly uses dummy rasterizer.Fabio Alessandrelli2020-03-081-1/+5
* Fix Javascript platform after PoolVector removal.Fabio Alessandrelli2020-03-081-16/+8
* Merge pull request #36557 from Schroedi/fix_html_touchFabio Alessandrelli2020-03-031-4/+4
|\
| * Fixes touch events for HTMLChristoph Schroeder2020-02-261-4/+4
* | Rename `scancode` to `keycode`.bruvzg2020-02-251-3/+4
|/
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-11/+11
* Remove incomplete battery status/power APIRémi Verschelde2020-02-141-18/+0
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-39/+8
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Allow per pixel transparency in javascript platformmuiroc2020-02-101-1/+20
* Fix javascript platform buildmuiroc2020-02-071-1/+1