summaryrefslogtreecommitdiffstats
path: root/core/os/os.h
Commit message (Expand)AuthorAgeFilesLines
...
* Register GDScript test tools as test commands to run via command-lineAndrii Doroshenko (Xrayez)2020-09-021-1/+3
* Keep debug & verbose options after loading project from project managerPouleyKetchoupp2020-07-091-0/+2
* Move frame delaying functions from Main to OS.Fabio Alessandrelli2020-06-301-0/+3
* Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond2020-05-311-3/+1
* [Windows] Add tablet driver selection.bruvzg2020-05-201-2/+5
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-3/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-12/+12
* [Windows] Add support for the WinTab API for pen input.bruvzg2020-05-051-0/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Add macOS DisplayServer implementation.bruvzg2020-03-261-1/+3
* Separate DisplayServer from OS on WindowsJuan Linietsky2020-03-261-0/+1
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-240/+4
* Style: Harmonize header guards to style guide [Core]Rémi Verschelde2020-03-251-1/+1
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-2/+0
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+1
* Remove incomplete battery status/power APIRémi Verschelde2020-02-141-14/+0
* Add runtime GLES2 / Vulkan context selection.bruvzg2020-02-111-2/+1
* Add static Vulkan loader.bruvzg2020-02-111-0/+1
* Merge pull request #35438 from MadEqua/virtual-keyboard-line-editRémi Verschelde2020-01-231-1/+1
|\
| * Android virtual keyboard respecting LineEdit max length.Bruno Lourenço2020-01-231-1/+1
* | Make `OS.execute()` blocking by default if not specifiedHugo Locurcio2020-01-231-1/+1
|/
* [macOS] Load PCK from the .app bundle resources, instead of changing working ...bruvzg2020-01-101-0/+1
* Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde2020-01-061-0/+1
|\
| * Add an `OS.is_window_focused()` getterHugo Locurcio2019-11-281-0/+1
* | Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* | Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack2019-12-041-1/+9
|/
* Remove ERR_EXPLAIN macros and the scaffolding they needed.Marcel Admiraal2019-11-111-6/+0
* Add request permission automatically at androidCagdas2019-10-221-0/+2
* [macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg2019-08-261-0/+5
* Support vibration for Android and iOSvolzhs2019-08-211-0/+1
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-4/+0
* Add editor screenshot on control - f12.K. S. Ernest (iFire) Lee2019-07-011-0/+1
* Add option to toggle console window on WindowsLuka Dornhecker2019-06-201-0/+2
* Add ability to limit maximum/minimum window size.bruvzg2019-06-151-0/+4
* Removes redundant "display/window/per_pixel_transparency/splash" setting, imp...bruvzg2019-06-041-2/+0
* Add native window/taskbar icon support for Windows and macOS.bruvzg2019-05-241-0/+1
* added a const keyword for a methods that return constant literal...hbina0852019-05-211-1/+1
* Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky2019-04-071-1/+3
* Add Input::get_current_cursor_shapeGuilherme Felipe2019-04-151-2/+3
* Request Android record permission when neededDESKTOP-3H3MR3A\eloisa2019-03-081-0/+2
* More style cleanup...Rémi Verschelde2019-03-041-1/+1
* Ability to keep pumping messages while being debugged, may be a solution for ...Juan Linietsky2019-03-031-0/+1
* Fix -Wsuggest-attribute=format warnings.marxin2019-02-271-2/+2
* -Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky2019-02-261-0/+4
* Warn when using GPU particles with GLES2Rémi Verschelde2019-02-091-6/+7
* Merge pull request #25478 from neikeq/rrIgnacio Etcheverry2019-02-031-0/+1
|\
| * Added set_environment to OS classIgnacio Etcheverry2019-02-031-0/+1
* | Let memory stat functions return uint64_tPedro J. Estébanez2019-01-301-4/+4
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Added OS.get_system_time_msecs()volzhs2018-12-201-0/+1