godot/scene/gui
reduz 5cecdfa8af Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
* `_gui_input`, `_input`, `_unhandled_input` and `_unhandled_key_input` are now regular C++ virutal functions.
* Everything else converted to GDVIRTUAL
* BIND_VMETHOD is gone, always use the new syntax from now on.

Creating `_gui_input` method and using the binder to register events will no longer work, simply override the virtual function now.
2021-08-23 08:10:13 -03:00
..
aspect_ratio_container.cpp Tweak dozens of editor property hints for consistency 2021-05-25 02:50:35 +02:00
aspect_ratio_container.h
base_button.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
base_button.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
box_container.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
box_container.h
button.cpp Add auto_translate toggle for automatic translation 2021-07-29 18:30:34 -03:00
button.h Add alignment options to icons on buttons. 2021-06-29 12:31:40 +02:00
center_container.cpp
center_container.h
check_box.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
check_box.h
check_button.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
check_button.h
code_edit.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
code_edit.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
color_picker.cpp Reimplement ColorPicker presets 2021-08-18 02:09:48 +02:00
color_picker.h Reimplement ColorPicker presets 2021-08-18 02:09:48 +02:00
color_rect.cpp
color_rect.h
container.cpp Editor StringName and Viewport optimizations 2021-07-20 20:35:41 +02:00
container.h
control.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
control.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
dialogs.cpp Multiple cosmetic fixes for embedded windows 2021-07-27 23:55:06 -03:00
dialogs.h Add AcceptDialog::remove_button method 2021-07-06 18:14:20 +02:00
file_dialog.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
file_dialog.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
gradient_edit.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
gradient_edit.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
graph_edit.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
graph_edit.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
graph_node.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
graph_node.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
grid_container.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
grid_container.h
item_list.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
item_list.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
label.cpp Various text layout improvements (TextLine, TextParagraph, Label, TextServer) 2021-08-11 00:09:48 +02:00
label.h Improvements to Label's layout options 2021-07-04 16:43:55 +02:00
line_edit.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
line_edit.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
link_button.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
link_button.h
margin_container.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
margin_container.h
menu_button.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
menu_button.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
nine_patch_rect.cpp Fixed a bunch of connection errors in TextureEditorPlugin 2021-06-12 08:01:02 +03:00
nine_patch_rect.h
option_button.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
option_button.h
panel.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
panel.h
panel_container.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
panel_container.h
popup.cpp Fix logic for Popup closing when parent is focused 2021-07-21 12:03:03 -07:00
popup.h Fix some unnecessary includes 2021-08-13 00:27:38 -05:00
popup_menu.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
popup_menu.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
progress_bar.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
progress_bar.h
range.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
range.h
reference_rect.cpp
reference_rect.h
rich_text_effect.cpp Replace BIND_VMETHOD by new GDVIRTUAL syntax 2021-08-22 08:23:58 -03:00
rich_text_effect.h Replace BIND_VMETHOD by new GDVIRTUAL syntax 2021-08-22 08:23:58 -03:00
rich_text_label.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
rich_text_label.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
scroll_bar.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
scroll_bar.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
scroll_container.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
scroll_container.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
SCsub
separator.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
separator.h
slider.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
slider.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
spin_box.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
spin_box.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
split_container.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
split_container.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
subviewport_container.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
subviewport_container.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
tab_container.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
tab_container.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
tabs.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
tabs.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
text_edit.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
text_edit.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
texture_button.cpp TextureButton Update min size on any texture change 2021-06-11 13:39:51 +02:00
texture_button.h
texture_progress_bar.cpp Improve nine patch behavior of TextureProgressBar 2021-06-21 10:07:49 +08:00
texture_progress_bar.h Improve nine patch behavior of TextureProgressBar 2021-06-21 10:07:49 +08:00
texture_rect.cpp
texture_rect.h
tree.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
tree.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
video_player.cpp Fix editor suffixes and degrees conversion 2021-06-30 12:38:25 -03:00
video_player.h