summaryrefslogtreecommitdiff
path: root/doc/classes/OS.xml
AgeCommit message (Expand)Author
2020-07-21Merge pull request #40450 from asmaloney/spellingRémi Verschelde
2020-07-21Fix spelling & grammar in comments, docs, and messagesAndy Maloney
2020-07-20Document the process of parsing command-line argumentsAndrii Doroshenko (Xrayez)
2020-06-20Move Haiku platform port to external repositoryRémi Verschelde
2020-06-17DocData: Skip language-specific ClassDoc without methods/constantsRémi Verschelde
2020-05-31Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond
2020-05-20doc: Sync classref with current sourceRémi Verschelde
2020-05-20[Windows] Add tablet driver selection.bruvzg
2020-04-28Warn when trying to open `res://` or `user://` with `OS.shell_open()`Hugo Locurcio
2020-03-31doc: Sync classref with DisplayServer/Window changesRémi Verschelde
2020-03-09doc: Sync classref with current sourceRémi Verschelde
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-18doc: Sync classref with current sourceRémi Verschelde
2020-02-14Remove incomplete battery status/power APIRémi Verschelde
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
2020-02-10Allow per pixel transparency in javascript platformmuiroc
2020-01-31Update docs to version 4.0clayjohn
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2020-01-25Document how to get a human-readable string from an InputEventKeyHugo Locurcio
2020-01-23Make `OS.execute()` blocking by default if not specifiedHugo Locurcio
2020-01-13Revert "Enable Vsync via Compositor by default"Rémi Verschelde
2020-01-10Improve the `OS.is_debug_build()` documentationHugo Locurcio
2020-01-09Enable Vsync via Compositor by defaultHugo Locurcio
2020-01-06Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde
2020-01-03Add a shorthand for setting the exit code using `SceneTree::quit()`Hugo Locurcio
2019-12-29Print a warning message if `OS.exit_code` is set to a non-portable valueHugo Locurcio
2019-12-04Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack
2019-12-03[ci skip] OS class documentations, adds platform compatibility notes.bruvzg
2019-11-28Add an `OS.is_window_focused()` getterHugo Locurcio
2019-11-08Expose the `OS.low_processor_usage_mode_sleep_usec` propertyHugo Locurcio
2019-10-31Added documentation for the OS class MIDI functions.Derwent Ready (drentsoft)
2019-10-26doc: Sync classref with current sourceRémi Verschelde
2019-10-22Add request permission automatically at androidCagdas
2019-10-08Improve the OS `get_screen_*` methods' documentationHugo Locurcio
2019-09-26Added an exit code to the blocking mode of OS::executeRuslan Mullayanov
2019-09-24Merge pull request #32286 from Calinou/doc-improve-os-shell-openRémi Verschelde
2019-09-23Improve the `OS.shell_open()` documentationHugo Locurcio
2019-09-22Mention performance caveats of `OS.set_window_title()`Hugo Locurcio
2019-08-26[macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg
2019-07-09Clarify what %APPDATA% expands to in Windowshbina085
2019-06-30doc: Enforce default values for OS propertiesRémi Verschelde
2019-06-30doc: Remove null default values that can't be determinedRémi Verschelde
2019-06-30doc: Add default values to all propertiesRémi Verschelde
2019-06-29Added descriptions to OS.get_splash_tick_msec() and OS.get_window_safe_area()unknown
2019-06-27Proofread and improve the whole class referenceHugo Locurcio
2019-06-27doc: Fix scoped hyperlinks to same-class enums/methodsRémi Verschelde
2019-06-26doc: Proofread and complete various nodesRémi Verschelde
2019-06-24Remove references to mouse stuff from OSaustinried
2019-06-18doc: Sync classref with current sourceRémi Verschelde
2019-06-17Merge pull request #29752 from bruvzg/window_size_limitsRémi Verschelde