godot/scene/main
bruvzg f7269fe878
Single-window mode popups and edited scene windows fixes.
Fix single-window mode popup not closing when OptionBox is clicked.
Fix single-window mode submenus closing when parent menu item, that was used to open it is clicked (using same safe-area logic as platform specific code).
Disallow windows that are part of an edited scene from being set as exclusive or popup to prevent it from locking up the editor.
2022-06-13 09:56:08 +03:00
..
canvas_item.cpp Rename theme properties to include underscores 2022-04-23 11:16:18 -05:00
canvas_item.h Restore antialiasing for draw_line 2022-04-12 13:03:56 +03:00
canvas_layer.cpp Add suffixes to all nodes and resources 2022-06-11 09:41:05 -05:00
canvas_layer.h Added show and hide methods and updated doc API. 2022-02-15 11:37:41 -03:00
http_request.cpp Add suffixes to all nodes and resources 2022-06-11 09:41:05 -05:00
http_request.h Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +03:00
instance_placeholder.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
instance_placeholder.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
missing_node.cpp Add a new HashMap implementation 2022-05-12 11:21:29 +02:00
missing_node.h Add a new HashMap implementation 2022-05-12 11:21:29 +02:00
node.cpp Add a new HashSet template 2022-05-20 22:40:38 +02:00
node.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
resource_preloader.cpp Add a new HashSet template 2022-05-20 22:40:38 +02:00
resource_preloader.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
scene_tree.cpp Initial TAA implementation 2022-06-07 13:14:44 +02:00
scene_tree.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
shader_globals_override.cpp Add a new HashMap implementation 2022-05-12 11:21:29 +02:00
shader_globals_override.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
timer.cpp Use suffixes for units in nodes and resources 2022-05-19 14:34:27 -05:00
timer.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
viewport.cpp Add suffixes to all nodes and resources 2022-06-11 09:41:05 -05:00
viewport.h Initial TAA implementation 2022-06-07 13:14:44 +02:00
window.cpp Single-window mode popups and edited scene windows fixes. 2022-06-13 09:56:08 +03:00
window.h Add a new HashSet template 2022-05-20 22:40:38 +02:00