virtualx-engine/platform/uwp
bruvzg 59085d5051
[Windows] Improve console handling and execute.
Always build with the GUI subsystem.
Redirect stdout and stderr output to the parent process console.
Use CreateProcessW for blocking `execute` calls with piped stdout and stderr (prevent console windows for popping up when used with the GUI subsystem build, and have more consistent behavior with non-blocking calls).
Add `open_console` argument to the `execute` to open a new console window (for both blocking and non-blocking calls).
Remove `interface/editor/hide_console_window` editor setting.
Remove `Toggle System Console` menu option.
Remove `set_console_visible` and `is_console_visible` functions.
2021-12-18 10:13:27 +02:00
..
export clang-format: Various fixes to comments alignment from clang-format 13 2021-10-28 14:50:32 +02:00
app.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
app.h Fix build error in UWP 2021-02-22 17:57:27 +01:00
context_egl_uwp.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
context_egl_uwp.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
detect.py SCons: Set DEBUG_ENABLED and DEV_ENABLED in SConstruct 2021-10-15 12:54:16 +02:00
joypad_uwp.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
joypad_uwp.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
logo.png Enhanced iOS and UWP logo on Export dialog 2017-11-29 17:34:01 +07:00
os_uwp.cpp [Windows] Improve console handling and execute. 2021-12-18 10:13:27 +02:00
os_uwp.h [Windows] Improve console handling and execute. 2021-12-18 10:13:27 +02:00
platform_config.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
power_uwp.cpp clang-format: Various fixes to comments alignment from clang-format 13 2021-10-28 14:50:32 +02:00
power_uwp.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
SCsub SCons: Fix UWP build after #45618 2021-02-22 15:30:48 +01:00