summaryrefslogtreecommitdiff
path: root/platform/javascript/os_javascript.h
AgeCommit message (Expand)Author
2022-02-06[HTML5] Implement JavaScript PWA update callbacks.Fabio Alessandrelli
2022-01-17Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-18[Windows] Improve console handling and execute/create_process.bruvzg
2021-11-19[HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer.Fabio Alessandrelli
2021-11-02[OS] Add ThreadWorkPool default size to OS.Fabio Alessandrelli
2021-09-15[HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads.Fabio Alessandrelli
2021-07-22Move `alert` function from `DisplayServer` to `OS`.bruvzg
2021-02-17[HTML5] Implement get_processor_count.Fabio Alessandrelli
2021-01-09Split OS::execute into two methodsMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-05[HTML5] EditorRunNative works with GDNative.Fabio Alessandrelli
2020-11-10[HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli
2020-09-23JS synchronous start, better persistent FS sync.Fabio Alessandrelli
2020-09-18[HTML5] Add override keyword, cleanup methods.Fabio Alessandrelli
2020-07-01Use dummy driver when JS AudioContext is unavailable.Fabio Alessandrelli
2020-07-01Limit FPS in JS by skipping iterations.Fabio Alessandrelli
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10DisplayServerJavaScript implementation.Fabio Alessandrelli
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-14Remove incomplete battery status/power APIRémi Verschelde
2020-02-10Allow per pixel transparency in javascript platformmuiroc
2020-01-23Make `OS.execute()` blocking by default if not specifiedHugo Locurcio
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-07-09Fix cursor blinking in integrated GPUsGuilherme Felipe
2019-06-15Adding a new Camera Server implementation to Godot.BastiaanOlij
2019-05-29Implement Clipboard API read when supported.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-01-20Refactor OS_JavaScript headerLeon 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-10-29Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill()Leon Krause
2018-10-01Fix build for Javascript platformmuiroc
2018-09-16Implement OS::set_icon in HTML5 platformLeon Krause
2018-08-23Merge pull request #21330 from eska014/html5-canvas-resizeRémi Verschelde
2018-08-23Facilitate external modification of HTML5 canvas sizeLeon Krause
2018-08-12Added double clicking to all buttonsMikko Mustonen
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky
2018-07-10Refactor OS_JavaScriptLeon Krause
2018-03-26Refactor JavaScript platform build scriptLeon Krause