summaryrefslogtreecommitdiffstats
path: root/platform/windows/os_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-3/+3
* Merge pull request #86682 from Daylily-Zeleen/daylily-zeleen/distinguish_betw...Rémi Verschelde2024-01-021-0/+2
|\
| * Distinguishs between dynamic library not found and can't be opened.Daylily-Zeleen2024-01-011-0/+2
* | Fix `OS.get_system_font_path` and `OS.get_system_font_path_for_text` to retur...Septian2023-12-271-2/+2
|/
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-2/+2
* Windows: Always double-quote path when launching explorer.exe to browseBrecht Kuppens2023-08-281-7/+2
* [Windows] Initialize COM as apartment-threaded.bruvzg2023-07-201-1/+1
* Fix formatting of dlopen error message on WindowsKamil Brzoskowski2023-07-091-3/+3
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-4/+5
* Replace get_rendering_device() call to prevent crashes on OpenGL.MJacred2023-06-061-2/+2
* Copy system info to clipboard + Update bug_report.ymlMJacred2023-05-271-3/+7
* [TLS/Windows] Skip disallowed certs in the trusted CA list.Fabio Alessandrelli2023-05-141-1/+11
* Merge pull request #76836 from Faless/tls/system_certsRémi Verschelde2023-05-121-0/+21
|\
| * [TLS] Add support for platform-specific CA bundles.Fabio Alessandrelli2023-05-121-0/+21
* | Enable shadow warnings and fix raised errorsNinni Pipping2023-05-111-8/+6
|/
* Fix building the Windows x86_32 targetDavi2023-05-071-4/+4
* Merge pull request #69698 from Daylily-Zeleen/daylily-zeleen/show_in_explorerRémi Verschelde2023-04-251-0/+45
|\
| * Implement and expose OS::shell_show_in_file_manager()Daylily-Zeleen2023-04-251-0/+45
* | [OS] Implement and expose to scripting APIs `get_memory_info` method instead ...bruvzg2023-04-241-0/+38
|/
* Merge pull request #75881 from bruvzg/win_coinitRémi Verschelde2023-04-181-3/+3
|\
| * [Windows] Cleanup COM library initialization/uninitialization.bruvzg2023-04-101-3/+3
* | [Windows] Detect missing DLL dependencies and list them in the open_dynamic_l...bruvzg2023-03-271-3/+98
|/
* Windows: Workaround missing DWRITE_FONT_WEIGHT value in old MinGWRémi Verschelde2023-03-051-0/+5
* Fix Windows to Windows SSH remote deploy. Fix Windows `execute` exit code.bruvzg2023-02-271-2/+1
* Fixed a few godot engine 4 warnings on clang with Opengl and Windows apis.K. S. Ernest (iFire) Lee2023-01-301-3/+3
* Merge pull request #71220 from reduz/prevent-opening-windows-console-filesRémi Verschelde2023-01-211-0/+4
|\
| * Prevent opening Windows console filesJuan Linietsky2023-01-111-0/+4
* | OS: Add `unset_environment`, better validate inputRémi Verschelde2023-01-161-2/+11
* | [Windows] Allow OS::kill method to terminate non-child processes.bruvzg2023-01-121-6/+14
* | Merge pull request #70714 from Calinou/doc-os-stdinRémi Verschelde2023-01-121-7/+5
|\ \ | |/ |/|
| * Improve documentation for `OS.read_string_from_stdin()`Hugo Locurcio2023-01-111-7/+5
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Fix reading Unicode from stdio.bruvzg2022-12-211-2/+5
* Windows: Validate that the font family name exists before trying to get the f...oOjor-elOo2022-12-121-1/+1
* Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextensionRémi Verschelde2022-12-121-1/+1
|\
| * Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-1/+1
* | Only support XDG directory path configuration on LinuxHugo Locurcio2022-12-121-25/+1
|/
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-20/+283
* [Windows] Use case-sensitive file names for the system fonts to avoid warnings.bruvzg2022-11-171-1/+13
* Merge pull request #67434 from bruvzg/win_wrapperRémi Verschelde2022-11-041-2/+0
|\
| * Add console wrapper app to handle console i/o redirection on Windows.bruvzg2022-10-311-2/+0
* | Load and use system emoji font in the editor.bruvzg2022-11-011-1/+8
|/
* Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-3/+3
|\
| * Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-3/+3
* | Fix OS.get_video_adapter_driver_info crashzCubed32022-10-271-0/+4
|/
* [Windows] Fix GCC MinGW warnings.bruvzg2022-10-121-1/+3
* Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfoRémi Verschelde2022-10-111-0/+92
|\
| * Fetch video adapter driver name and version from OS on Linux/*BSD and WindowsMJacred2022-10-111-0/+92
* | Merge pull request #67242 from akien-mga/cleanup-unused-definesRémi Verschelde2022-10-111-11/+0
|\ \
| * | Cleanup unused defines in platform codeRémi Verschelde2022-10-111-11/+0