godot/main
Hugo Locurcio c9c5eec6f9
Enable single-window mode by default in projects
There are many issues with using multiple windows by default:

- Taking screenshots of a specific window will not capture subwindows.
  This also applies when recording a video using tools such as OBS.
- Subwindows may not behave correctly when fullscreen mode is enabled,
  especially if exclusive fullscreen is implemented in the future
  to decrease input lag on Windows.

"Subwindows" is quite general here, and also refers to dropdown menus
(e.g. those spawned by OptionButton) and Control tooltips.

Therefore, it's safer to embed subwindows by default in projects.
Multi-window mode remains the default in the editor.
2021-07-21 03:55:04 +02:00
..
app_icon.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
main.cpp Enable single-window mode by default in projects 2021-07-21 03:55:04 +02:00
main.h Main: Fixup bogus fallback to project manager with more bolognese 2021-06-16 19:11:08 +02:00
main_builders.py Tweak the editor splash screen color to better match the default theme 2021-03-17 22:57:35 +01:00
main_timer_sync.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
main_timer_sync.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
performance.cpp Fix Render Info 2021-07-03 10:15:04 -03:00
performance.h Fix Render Info 2021-07-03 10:15:04 -03:00
SCsub Fix new black style check failures in various files. 2020-08-21 16:51:30 +01:00
splash.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
splash_editor.png Update AUTHORS and DONORS list 2020-10-28 14:06:22 +01:00