summaryrefslogtreecommitdiffstats
path: root/doc/classes/OS.xml
Commit message (Expand)AuthorAgeFilesLines
* Rebranding: Doc/Dubhghlas McLaughlin2024-10-171-4/+4
* fix: change "Godot" to "Redot"Muhannad Elbolaky2024-10-151-17/+17
* [macOS] Fix `is_process_running` and `kill` for bundled apps.bruvzg2024-07-311-0/+1
* Clarify get_executable_path documentation for MacAdam Damiano2024-07-051-1/+1
* [Crypto] Expose OS.get_entropyFabio Alessandrelli2024-06-171-0/+8
* [Crypto] Expose get_system_ca_certificates.Fabio Alessandrelli2024-06-141-0/+6
* Fix incorrect c# in OS.get_cmdline_argsfulanko2024-04-221-5/+5
* Add get_process_exit_code() methodkobewi2024-04-161-2/+11
* Update links to outdated asset library demosskyace652024-04-071-1/+1
* Implement `OS.execute_with_pipe` method to run process with redirected stdio.bruvzg2024-03-271-4/+21
* Overhaul some "uncommon" wording in class referenceMicky2024-03-011-1/+1
* Post-merge fixes to Node & OS documentationMicky2024-02-111-3/+4
* Document `OS.execute()` limitations on AndroidHugo Locurcio2024-02-051-1/+2
* Overhaul OS documentationMicky2024-01-041-138/+195
* Add Direct3D 12 RenderingDevice implementationPedro J. Estébanez2023-12-121-0/+3
* [iOS, GDExtension] Fix loading and exporting static libraries and xcframeworks.bruvzg2023-11-091-0/+1
* Add semicolon to OS case statement.Rex Robinson2023-10-091-1/+1
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-1/+1
* Web: Clarify that `OS.get_unique_id` is not supportedRémi Verschelde2023-09-271-1/+1
* UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-071-6/+4
* [Linux/Freedesktop] Implement native file selection dialog support.bruvzg2023-08-171-1/+1
* [macOS] Implement optional native file selection dialog support for sandboxed...bruvzg2023-07-121-2/+15
* Merge pull request #79092 from akien-mga/doctool-remove-version-attributeRémi Verschelde2023-07-071-1/+1
|\
| * Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* | Merge pull request #79087 from Daylily-Zeleen/daylily-zeleen/fix_shell_show_i...Rémi Verschelde2023-07-071-1/+1
|\ \ | |/ |/|
| * Fixed the fallback logic of OS::shell_show_in_file_managerDaylily-Zeleen2023-07-061-1/+1
* | Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
|/
* Merge pull request #77577 from YeldhamDev/improve_window_docsYuri Sizov2023-05-291-2/+2
|\
| * Improve `Window` documentationMichael Alexsander2023-05-291-2/+2
* | Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-2/+2
|/
* Add frame delta smoothing option (4.x)lawnjelly2023-05-161-0/+3
* Merge pull request #76822 from YeldhamDev/os_docsRémi Verschelde2023-05-081-3/+3
|\
| * Improve some descriptions in the OS docsMichael Alexsander2023-05-071-3/+3
* | Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentationHugo Locurcio2023-05-061-1/+1
|/
* Fixed various typos across the docsUltraBIF2023-05-021-1/+1
* Merge pull request #69698 from Daylily-Zeleen/daylily-zeleen/show_in_explorerRémi Verschelde2023-04-251-0/+11
|\
| * Implement and expose OS::shell_show_in_file_manager()Daylily-Zeleen2023-04-251-0/+11
* | [OS] Implement and expose to scripting APIs `get_memory_info` method instead ...bruvzg2023-04-241-0/+10
|/
* [Web] Detect host OS and use macOS keys on mac hosts.bruvzg2023-04-111-0/+1
* Remove reference to clipboard in OS class docskyace652023-04-021-1/+1
* Document using `String.uri_encode()` with `OS.shell_open()`Hugo Locurcio2023-03-031-0/+1
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* More codespell fixes, do more changes from previous ignore listRémi Verschelde2023-02-011-2/+2
* Update name of `template` feature tag in the class referenceHugo Locurcio2023-01-281-1/+1
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* OS: Add `unset_environment`, better validate inputRémi Verschelde2023-01-161-2/+10
* Merge pull request #70714 from Calinou/doc-os-stdinRémi Verschelde2023-01-121-3/+2
|\
| * Improve documentation for `OS.read_string_from_stdin()`Hugo Locurcio2023-01-111-3/+2
* | Remove duplicate Month and Weekday enumsAaron Franke2022-12-261-57/+0
|/
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-5/+25