Age | Commit message (Expand) | Author |
2020-01-23 | Merge pull request #35438 from MadEqua/virtual-keyboard-line-edit | Rémi Verschelde |
2020-01-23 | Android virtual keyboard respecting LineEdit max length. | Bruno Lourenço |
2020-01-23 | Make `OS.execute()` blocking by default if not specified | Hugo Locurcio |
2020-01-10 | [macOS] Load PCK from the .app bundle resources, instead of changing working ... | bruvzg |
2020-01-06 | Merge pull request #33967 from Calinou/add-os-is-window-focused | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-04 | Added support for vertical syncing via the Windows OS compositor (DWM.) | TerminalJack |
2019-11-28 | Add an `OS.is_window_focused()` getter | Hugo Locurcio |
2019-11-11 | Remove ERR_EXPLAIN macros and the scaffolding they needed. | Marcel Admiraal |
2019-10-22 | Add request permission automatically at android | Cagdas |
2019-08-26 | [macOS] Add methods to modify global and dock menus. Add ability to open mult... | bruvzg |
2019-08-21 | Support vibration for Android and iOS | volzhs |
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu |
2019-07-01 | Add editor screenshot on control - f12. | K. S. Ernest (iFire) Lee |
2019-06-20 | Add option to toggle console window on Windows | Luka Dornhecker |
2019-06-15 | Add ability to limit maximum/minimum window size. | bruvzg |
2019-06-04 | Removes redundant "display/window/per_pixel_transparency/splash" setting, imp... | bruvzg |
2019-05-24 | Add native window/taskbar icon support for Windows and macOS. | bruvzg |
2019-05-21 | added a const keyword for a methods that return constant literal... | hbina085 |
2019-04-07 | Add FileAccess::set_unix_permissions for Unix platforms | Juan Linietsky |
2019-04-15 | Add Input::get_current_cursor_shape | Guilherme Felipe |
2019-03-08 | Request Android record permission when needed | DESKTOP-3H3MR3A\eloisa |
2019-03-04 | More style cleanup... | Rémi Verschelde |
2019-03-03 | Ability to keep pumping messages while being debugged, may be a solution for ... | Juan Linietsky |
2019-02-27 | Fix -Wsuggest-attribute=format warnings. | marxin |
2019-02-26 | -Remove harcoded opengl extension testing from OS, ask rasterizer instead. | Juan Linietsky |
2019-02-09 | Warn when using GPU particles with GLES2 | Rémi Verschelde |
2019-02-03 | Merge pull request #25478 from neikeq/rr | Ignacio Etcheverry |
2019-02-03 | Added set_environment to OS class | Ignacio Etcheverry |
2019-01-30 | Let memory stat functions return uint64_t | Pedro J. Estébanez |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-20 | Added OS.get_system_time_msecs() | volzhs |
2018-12-11 | Merge pull request #23923 from bruvzg/ime_gdscript | Rémi Verschelde |
2018-11-23 | Changes IME input to use notification instead of callback, exposes IME method... | bruvzg |
2018-10-05 | [x11] Use "application/config/name" for WM_CLASS | Guilherme Felipe |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-27 | Revert "Try closing gracefully before terminating process" | Rémi Verschelde |
2018-08-24 | Merge pull request #20712 from marcelofg55/midi_open_close | Juan Linietsky |
2018-08-20 | Try closing gracefully before terminating process | Marcin Zawiejski |
2018-08-04 | Add OS::open_midi_inputs and OS::close_midi_inputs | Marcelo Fernandez |
2018-07-21 | Added a new MIDIDriver class | Marcelo Fernandez |
2018-07-20 | Fix build issues and typos after c69de2ba4 | Rémi Verschelde |
2018-07-19 | -Project/Editor settings now use new inspector | Juan Linietsky |
2018-06-11 | IME context detection. | Saracen |
2018-05-08 | Merge pull request #14622 from bruvzg/non-rectangular-windows | Hein-Pieter van Braam |
2018-05-07 | Local debugger fixes and extensions | Blazej Floch |
2018-04-11 | iPhone X support and iOS-related fixes | Ruslan Mustakov |
2018-04-07 | Experimental support for windows with per-pixel transparency (macOS, X11 and ... | bruvzg |