summaryrefslogtreecommitdiff
path: root/platform/windows/os_windows.cpp
AgeCommit message (Expand)Author
2022-07-26Implement support for loading system fonts on Linux, macOS / iOS and Windows.bruvzg
2022-07-24Fixes `OS.get_unique_id()` string not getting printed properlyMaxIsJoe
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-13Merge pull request #60894 from derammo/derammo_opengl3_windowsRémi Verschelde
2022-05-11opengl3 driver now works on windows including multi windowderammo
2022-05-10Try to convert OS::execute() output to Unicode on WindowsHaoyu Qiu
2022-05-03Add OS::is_process_running function.mdavisprog
2022-04-29Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond
2022-04-20Improve embedded PCK loading and exporting.bruvzg
2022-03-17Fix DST Error on Windowsztco224
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-02-15Add an `OS.get_processor_name()` methodHugo Locurcio
2022-02-14[OS/Crypto] Add get_entropy to OS.Fabio Alessandrelli
2022-01-28[Windows] Disable console I/O redirection, if it's already redirected to the ...bruvzg
2022-01-27Minor typo fixups to Windows console changesMax Hilbrunner
2022-01-17Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde
2022-01-05Windows: Simplify QueryPerformanceCounter usageBartłomiej T. Listwon
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-18[Windows] Improve console handling and execute/create_process.bruvzg
2021-12-15[Windows] Detect new Windows Terminal and disable unsupported set_console_vis...bruvzg
2021-12-14[Windows] Open a new console window for the editor instances.bruvzg
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-25Restore console window output for editor app on WindowsYuri Roubinsky
2021-11-18Fix data directory of unnamed projectskobewi
2021-11-04Fix dwFlags on CreateProcessW callsWoLfulus
2021-10-28Update Time documentationAaron Franke
2021-10-09Implement get_cache_path() for iOS, and improve it for Android and WindowsPedro J. Estébanez
2021-10-05Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_masterRémi Verschelde
2021-10-04revert 0d7409a so additional error information prints in release buildsJordan Schidlowsky
2021-09-23Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon
2021-09-19Fix shell_open not returning errors on WindowsRicardo Subtil
2021-08-16Add partial support for Android scoped storage.ne0fhyk
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-22Move `alert` function from `DisplayServer` to `OS`.bruvzg
2021-07-04Replace backslash with forward slash in OS_Windows path methodsmiere43
2021-06-12Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde
2021-06-11Add Time singletonAaron Franke
2021-06-03Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio
2021-05-21OS: Remove code duplicate in XDG paths handlingRémi Verschelde
2021-05-20Only allow absolute paths in XDG environment variablesHugo Locurcio
2021-05-06Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-02-18Move tablet driver API from OS to DisplayServer.bruvzg
2021-02-10Make Servers truly Thread Safereduz
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-19Modernize RWLockPedro J. Estébanez
2021-01-09Split OS::execute into two methodsMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-22Rename MainLoop methods to match Node methodsMarcel Admiraal
2020-12-10Merge pull request #40708 from bruvzg/improve_os_localeRémi Verschelde