summaryrefslogtreecommitdiffstats
path: root/platform/windows/os_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix shell_open not returning errors on WindowsRicardo Subtil2021-09-191-2/+21
* Add partial support for Android scoped storage.ne0fhyk2021-08-161-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-4/+4
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-0/+4
* Replace backslash with forward slash in OS_Windows path methodsmiere432021-07-041-6/+6
* Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde2021-06-121-2/+2
|\
| * Add Time singletonAaron Franke2021-06-111-2/+2
* | Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-3/+3
|/
* OS: Remove code duplicate in XDG paths handlingRémi Verschelde2021-05-211-11/+7
* Only allow absolute paths in XDG environment variablesHugo Locurcio2021-05-201-4/+22
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-1/+1
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* Move tablet driver API from OS to DisplayServer.bruvzg2021-02-181-65/+0
* Make Servers truly Thread Safereduz2021-02-101-1/+0
* Modernize ThreadPedro J. Estébanez2021-01-291-3/+0
* Modernize RWLockPedro J. Estébanez2021-01-191-2/+0
* Split OS::execute into two methodsMarcel Admiraal2021-01-091-39/+46
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename MainLoop methods to match Node methodsMarcel Admiraal2020-12-221-2/+2
* Merge pull request #40708 from bruvzg/improve_os_localeRémi Verschelde2020-12-101-4/+4
|\
| * Improve `OS::get_locale()` on macOS and Windows, replace "-" with "_" and use...bruvzg2020-08-111-4/+4
* | Merge pull request #44161 from Faless/fix/fa_buffered_removeRémi Verschelde2020-12-091-1/+0
|\ \
| * | Remove now unused FileAccessBuffered.Fabio Alessandrelli2020-12-061-1/+0
* | | Merge pull request #43742 from qarmin/editor_modules_default_valuesRémi Verschelde2020-12-081-0/+5
|\ \ \ | |/ / |/| |
| * | Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-0/+5
* | | Reorganize rendering server.reduz2020-12-031-1/+1
|/ /
* | Fixed exit code retrieval of spawned processes on WindowsMarcus Brummer2020-11-161-1/+3
* | Changed path behaviour for WindowsEv1lbl0w2020-10-241-4/+6
* | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-34/+27
|/
* Merge pull request #39542 from Ev1lbl0w/feature/kill-pidRémi Verschelde2020-06-161-0/+7
|\
| * Allow Godot to kill it's own PIDEv1lbl0w2020-05-131-0/+7
* | Merge pull request #39189 from touilleMan/issue-38925Rémi Verschelde2020-06-151-43/+9
|\ \
| * | Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond2020-05-311-43/+9
* | | Merge pull request #38958 from lawnjelly/time_overflow_4Rémi Verschelde2020-06-111-2/+19
|\ \ \ | |/ / |/| |
| * | Fix overflow condition with QueryPerformanceCounterlawnjelly2020-05-221-2/+19
* | | Ignore invalid tablet driver name, when non are available.bruvzg2020-05-261-0/+3
* | | Block WM_MOUSEMOVE during Windows Ink pen handling.bruvzg2020-05-221-1/+1
* | | [Windows] Add tablet driver selection.bruvzg2020-05-201-0/+62
* | | [Windows] Add quotes only to the command line arguments with special characters.bruvzg2020-05-191-17/+27
* | | Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* | | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-46/+0
| |/ |/|
* | Replace NULL with nullptrlupoDharkael2020-04-021-20/+20
* | Renaming of servers for coherency.Juan Linietsky2020-03-271-2/+2
|/
* Separate DisplayServer from OS on WindowsJuan Linietsky2020-03-261-2598/+6
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-7/+7
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-4/+5
* Merge pull request #36752 from RandomShaper/rework_semaphoreRémi Verschelde2020-03-051-2/+0
|\
| * Drop old semaphore implementationPedro J. Estébanez2020-03-031-2/+0
* | os: execute parse the command output from utf8Mateo Dev .592020-03-031-1/+1
|/