summaryrefslogtreecommitdiffstats
path: root/platform/javascript/os_javascript.h
Commit message (Expand)AuthorAgeFilesLines
* [HTML5] EditorRunNative works with GDNative.Fabio Alessandrelli2020-12-051-0/+1
* [HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli2020-11-101-6/+2
* JS synchronous start, better persistent FS sync.Fabio Alessandrelli2020-09-231-2/+3
* [HTML5] Add override keyword, cleanup methods.Fabio Alessandrelli2020-09-181-25/+19
* Use dummy driver when JS AudioContext is unavailable.Fabio Alessandrelli2020-07-011-1/+1
* Limit FPS in JS by skipping iterations.Fabio Alessandrelli2020-07-011-0/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* DisplayServerJavaScript implementation.Fabio Alessandrelli2020-05-101-81/+15
* Rename InputFilter back to InputRémi Verschelde2020-04-281-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-1/+1
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Remove incomplete battery status/power APIRémi Verschelde2020-02-141-4/+0
* Allow per pixel transparency in javascript platformmuiroc2020-02-101-0/+4
* Make `OS.execute()` blocking by default if not specifiedHugo Locurcio2020-01-231-1/+1
* HTML5: Address removal of 'timestamp' in Emscripten 1.39.5Rémi Verschelde2020-01-171-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* iOS modular build and export implementation.bruvzg2019-12-011-3/+0
* Fix cursor blinking in integrated GPUsGuilherme Felipe2019-07-091-0/+1
* Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-151-0/+3
* Implement Clipboard API read when supported.Fabio Alessandrelli2019-05-291-0/+1
* Add OS clipboard set support to OS JavascriptFabio Alessandrelli2019-05-281-0/+2
* 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
* Refactor OS_JavaScript headerLeon Krause2019-01-201-2/+1
* Implements OS_JavaScript::set_custom_mouse_cursorGuilherme Felipe2019-01-031-0/+1
* 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/+4
|\
| * Added double clicking to all buttonsMikko Mustonen2018-08-121-0/+4
* | Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill()Leon Krause2018-10-291-0/+4
* | Fix build for Javascript platformmuiroc2018-10-011-1/+1
* | Implement OS::set_icon in HTML5 platformLeon Krause2018-09-161-0/+1
* | Merge pull request #21330 from eska014/html5-canvas-resizeRémi Verschelde2018-08-231-3/+2
|\ \ | |/ |/|
| * Facilitate external modification of HTML5 canvas sizeLeon Krause2018-08-231-3/+2
* | -Project/Editor settings now use new inspectorJuan Linietsky2018-07-191-0/+4
|/
* Refactor OS_JavaScriptLeon Krause2018-07-101-71/+62
* Refactor JavaScript platform build scriptLeon Krause2018-03-261-3/+0
* Fix HTML5 feature tagsLeon Krause2018-01-121-3/+0
* Add missing method for javascriptGuilherme Silva2018-01-051-0/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond2018-01-041-1/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Return and repair file loggingRuslan Mustakov2017-11-211-1/+0
* Merge pull request #12988 from akien-mga/xdg-home-pathsRémi Verschelde2017-11-201-4/+4
|\
| * Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-171-4/+4
* | Facilitate exposing platform-exclusive interfaces to all platformsLeon Krause2017-11-181-5/+0
|/
* Make video mode initialization more intuitive, fixes #12022Juan Linietsky2017-11-091-2/+0
* Merge pull request #12691 from eska014/webaudioRémi Verschelde2017-11-061-1/+0
|\