summaryrefslogtreecommitdiffstats
path: root/doc/classes/OS.xml
Commit message (Expand)AuthorAgeFilesLines
* Add important note about OS.get_unixtime.Fabio Alessandrelli2020-12-131-0/+1
* Merge pull request #40708 from bruvzg/improve_os_localeRémi Verschelde2020-12-101-1/+6
|\
| * Improve `OS::get_locale()` on macOS and Windows, replace "-" with "_" and use...bruvzg2020-08-111-1/+6
* | Docs: Port Code Examples to C# (M, N, O, P, R)HaSa10022020-11-091-8/+39
* | Link to demos from within the class referenceAaron Franke2020-10-011-0/+1
* | OS: Remove unused get_splash_tick_msecRémi Verschelde2020-09-241-7/+0
|/
* doc: Sync classref with current sourceRémi Verschelde2020-07-281-1/+1
* Merge pull request #40450 from asmaloney/spellingRémi Verschelde2020-07-211-1/+1
|\
| * Fix spelling & grammar in comments, docs, and messagesAndy Maloney2020-07-211-1/+1
* | Document the process of parsing command-line argumentsAndrii Doroshenko (Xrayez)2020-07-201-1/+12
|/
* Move Haiku platform port to external repositoryRémi Verschelde2020-06-201-1/+1
* DocData: Skip language-specific ClassDoc without methods/constantsRémi Verschelde2020-06-171-14/+0
* Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond2020-05-311-1/+1
* doc: Sync classref with current sourceRémi Verschelde2020-05-201-1/+1
* [Windows] Add tablet driver selection.bruvzg2020-05-201-0/+21
* Warn when trying to open `res://` or `user://` with `OS.shell_open()`Hugo Locurcio2020-04-281-0/+1
* doc: Sync classref with DisplayServer/Window changesRémi Verschelde2020-03-311-462/+0
* doc: Sync classref with current sourceRémi Verschelde2020-03-091-16/+16
* Rename `scancode` to `keycode`.bruvzg2020-02-251-7/+7
* doc: Sync classref with current sourceRémi Verschelde2020-02-181-12/+5
* Remove incomplete battery status/power APIRémi Verschelde2020-02-141-39/+0
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-3/+3
* Allow per pixel transparency in javascript platformmuiroc2020-02-101-1/+1
* Update docs to version 4.0clayjohn2020-01-311-1/+1
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
* Document how to get a human-readable string from an InputEventKeyHugo Locurcio2020-01-251-0/+1
* Make `OS.execute()` blocking by default if not specifiedHugo Locurcio2020-01-231-1/+1
* Revert "Enable Vsync via Compositor by default"Rémi Verschelde2020-01-131-1/+2
* Improve the `OS.is_debug_build()` documentationHugo Locurcio2020-01-101-3/+3
* Enable Vsync via Compositor by defaultHugo Locurcio2020-01-091-1/+2
* Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde2020-01-061-0/+8
|\
| * Add an `OS.is_window_focused()` getterHugo Locurcio2019-11-281-0/+8
* | Add a shorthand for setting the exit code using `SceneTree::quit()`Hugo Locurcio2020-01-031-0/+1
* | Print a warning message if `OS.exit_code` is set to a non-portable valueHugo Locurcio2019-12-291-1/+1
* | Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack2019-12-041-0/+3
* | [ci skip] OS class documentations, adds platform compatibility notes.bruvzg2019-12-031-4/+40
|/
* Expose the `OS.low_processor_usage_mode_sleep_usec` propertyHugo Locurcio2019-11-081-0/+3
* Added documentation for the OS class MIDI functions.Derwent Ready (drentsoft)2019-10-311-0/+3
* doc: Sync classref with current sourceRémi Verschelde2019-10-261-1/+1
* Add request permission automatically at androidCagdas2019-10-221-0/+14
* Improve the OS `get_screen_*` methods' documentationHugo Locurcio2019-10-081-3/+3
* Added an exit code to the blocking mode of OS::executeRuslan Mullayanov2019-09-261-2/+2
* Merge pull request #32286 from Calinou/doc-improve-os-shell-openRémi Verschelde2019-09-241-3/+4
|\
| * Improve the `OS.shell_open()` documentationHugo Locurcio2019-09-231-3/+4
* | Mention performance caveats of `OS.set_window_title()`Hugo Locurcio2019-09-221-0/+1
|/
* [macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg2019-08-261-0/+44
* Clarify what %APPDATA% expands to in Windowshbina0852019-07-091-1/+1
* doc: Enforce default values for OS propertiesRémi Verschelde2019-06-301-3/+3
* doc: Remove null default values that can't be determinedRémi Verschelde2019-06-301-68/+1
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-17/+84