godot/scene/gui
Markus Sauermann fa02d19fd1 Fix internal events not being delivered to some Window types
`AcceptDialog`, `Popup` and `PopupMenu` no longer subscribe to
"window_input" signal, because that is only sent if it is not an
internal signal.

Instead they receive events in `_input_from_window`. They ensure that
the event is also propagated to their super-function, just like
previously the signals would be treated.
2023-11-14 20:29:17 +01:00
..
aspect_ratio_container.cpp
aspect_ratio_container.h
base_button.cpp Fix BaseButton.shortcut_feedback's timer raises errors 2023-10-25 14:47:25 +08:00
base_button.h
box_container.cpp
box_container.h
button.cpp
button.h
center_container.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
center_container.h
check_box.cpp
check_box.h
check_button.cpp
check_button.h
code_edit.compat.inc
code_edit.cpp Code Editor: Fix regression with using doc comments for code regions 2023-10-13 09:38:03 +03:00
code_edit.h
color_mode.cpp
color_mode.h Increase precision of RAW mode in ColorPicker 2023-10-23 18:33:56 +02:00
color_picker.cpp Fix ColorPicker shape icon is invisible until shape is changed 2023-11-06 18:08:48 +01:00
color_picker.h Fix ColorPicker deferred mode not working for sliders. 2023-10-13 14:35:47 +02:00
color_rect.cpp
color_rect.h
container.cpp
container.h
control.cpp Merge pull request #84662 from YuriSizov/gui-warn-about-autowrapping 2023-11-09 18:09:25 +01:00
control.h Make mouse-enter/exit notifications match mouse event propagation 2023-11-09 09:11:59 -05:00
dialogs.cpp Fix internal events not being delivered to some Window types 2023-11-14 20:29:17 +01:00
dialogs.h Fix internal events not being delivered to some Window types 2023-11-14 20:29:17 +01:00
file_dialog.cpp Add bulk change guards to successive theme overrides in Editor and GUI 2023-10-19 18:14:14 +02:00
file_dialog.h
flow_container.cpp
flow_container.h
graph_edit_arranger.cpp Fixing iterator invalidation 2023-10-20 22:13:46 +08:00
graph_edit_arranger.h
graph_edit.compat.inc
graph_edit.cpp Fix GraphNode slot index inconsistency. 2023-10-24 16:19:33 +02:00
graph_edit.h
graph_element.cpp
graph_element.h
graph_node.cpp Fix GraphNode slot index inconsistency. 2023-10-24 16:19:33 +02:00
graph_node.h
grid_container.cpp
grid_container.h
item_list.cpp Fix storing invalid item height values in ItemList 2023-11-10 19:54:31 +01:00
item_list.h
label.cpp Warn about autowrapped labels in containers 2023-11-09 16:33:46 +01:00
label.h
line_edit.cpp Change dropdown type filter to Texture2D in certain nodes 2023-10-28 17:39:47 +02:00
line_edit.h Make LineEdit secret character easier to change and enter 2023-10-19 21:32:38 +08:00
link_button.cpp
link_button.h
margin_container.cpp Bind remaining theme properties to their respective classes 2023-09-13 19:31:35 +02:00
margin_container.h
menu_bar.cpp [Menu Bar] Update min. size when items are added/removed/changed. 2023-10-25 22:27:44 +03:00
menu_bar.h
menu_button.cpp
menu_button.h
nine_patch_rect.cpp
nine_patch_rect.h
option_button.cpp
option_button.h
panel_container.cpp
panel_container.h
panel.cpp
panel.h
popup_menu.compat.inc
popup_menu.cpp Fix internal events not being delivered to some Window types 2023-11-14 20:29:17 +01:00
popup_menu.h Fix internal events not being delivered to some Window types 2023-11-14 20:29:17 +01:00
popup.cpp Fix internal events not being delivered to some Window types 2023-11-14 20:29:17 +01:00
popup.h Fix internal events not being delivered to some Window types 2023-11-14 20:29:17 +01:00
progress_bar.cpp
progress_bar.h
range.cpp Only allow finite numbers in Range.value. 2023-08-28 17:03:17 +03:00
range.h Fix ColorPicker deferred mode not working for sliders. 2023-10-13 14:35:47 +02:00
reference_rect.cpp
reference_rect.h
rich_text_effect.cpp
rich_text_effect.h
rich_text_label.compat.inc
rich_text_label.cpp [RTL] Fix excessive underline and table border draw calls. 2023-11-14 08:31:44 +02:00
rich_text_label.h
scroll_bar.cpp
scroll_bar.h
scroll_container.cpp
scroll_container.h
SCsub
separator.cpp
separator.h
slider.cpp Fix ColorPicker deferred mode not working for sliders. 2023-10-13 14:35:47 +02:00
slider.h
spin_box.cpp
spin_box.h
split_container.cpp
split_container.h
subviewport_container.cpp
subviewport_container.h
tab_bar.cpp Merge pull request #83963 from YeldhamDev/try_active_tabs_first 2023-10-28 12:31:38 +02:00
tab_bar.h Fix tab dragging issues 2023-10-22 13:58:31 -04:00
tab_container.cpp TabBar save current tab 2023-10-26 18:32:22 -04:00
tab_container.h TabBar save current tab 2023-10-26 18:32:22 -04:00
text_edit.cpp Translate TextEdit placeholder 2023-10-25 22:51:17 +08:00
text_edit.h
texture_button.cpp
texture_button.h
texture_progress_bar.cpp
texture_progress_bar.h
texture_rect.cpp
texture_rect.h
tree.cpp Make Tree's set_selected check if treeitem belongs to the tree 2023-11-14 11:34:00 +08:00
tree.h
video_stream_player.cpp Use StringName consistently to refer to the Master audio bus name 2023-08-07 18:06:17 +02:00
video_stream_player.h
view_panner.cpp
view_panner.h