godot/platform/windows
SeleckyErik d14165dae9 Simplify DisplayServerWindows pos/size message handling
Replace WM_MOVE and WM_SIZE message handling with WM_POSCHANGED instead.
This is for multiple reasons:
1) Microsoft suggest using WM_POSCHANGED is more efficient
2) RectChanged callback is only called once for most window operations
3) Simplifies message handling code
2022-01-31 18:28:48 +01:00
..
export [Export] Instead of removing unsupported options, hide it. 2022-01-22 22:56:58 +02:00
crash_handler_windows.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
crash_handler_windows.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
detect.py [Windows] Improve console handling and execute/create_process. 2021-12-18 10:14:07 +02:00
display_server_windows.cpp Simplify DisplayServerWindows pos/size message handling 2022-01-31 18:28:48 +01:00
display_server_windows.h Simplify DisplayServerWindows pos/size message handling 2022-01-31 18:28:48 +01:00
gl_manager_windows.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gl_manager_windows.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
godot_res.rc PCK: Set VERSION_PATCH in header, factor out header magic 2020-01-06 13:13:17 +01:00
godot_windows.cpp Prevent LTCG (MSVC LTO) from removing "pck" section 2022-01-30 16:45:28 +01:00
godot.ico Make the Windows icon file smaller 2017-06-20 14:38:50 +02:00
godot.natvis Rename Quat to Quaternion 2021-06-04 18:14:32 +01:00
joypad_windows.cpp Fix Actions mapped to triggers not using the full range 2022-01-14 15:36:20 +00:00
joypad_windows.h Fix Actions mapped to triggers not using the full range 2022-01-14 15:36:20 +00:00
key_mapping_windows.cpp Windows input: Fix wrong OEM key, add missing keys 2022-01-05 12:20:47 +01:00
key_mapping_windows.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
lang_table.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
os_windows.cpp [Windows] Disable console I/O redirection, if it's already redirected to the pipe or file. 2022-01-28 08:30:01 +02:00
os_windows.h Merge pull request #56012 from bruvzg/wt🤎4 2022-01-17 13:26:15 +01:00
platform_config.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
platform_windows_builders.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
SCsub Add GLES2 2D renderer + Linux display manager 2021-10-30 02:05:48 +02:00
vulkan_context_win.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
vulkan_context_win.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
windows_terminal_logger.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
windows_terminal_logger.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00