godot/scene/gui
2017-09-29 17:00:17 +02:00
..
base_button.cpp Fix toggle mode of BaseButton. 2017-09-26 20:10:44 -04:00
base_button.h
box_container.cpp
box_container.h
button.cpp
button.h
center_container.cpp
center_container.h
check_box.cpp Remove dead ButtonGroup code 2017-09-06 14:41:34 +02:00
check_box.h Fix files header 2017-09-01 21:07:55 +07:00
check_button.cpp
check_button.h
color_picker.cpp Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_preset(PRESET_WIDE) 2017-09-22 11:39:44 +02:00
color_picker.h
color_rect.cpp
color_rect.h
container.cpp
container.h
control.cpp Fixes set_anchors_and_margins_preset() 2017-09-27 00:38:41 +02:00
control.h Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_preset(PRESET_WIDE) 2017-09-22 11:39:44 +02:00
dialogs.cpp Improved theme generation, and other fixes 2017-09-12 13:16:38 -05:00
dialogs.h
file_dialog.cpp Remove assignment and declarations in if statements 2017-09-08 14:59:15 +02:00
file_dialog.h
gradient_edit.cpp
gradient_edit.h
graph_edit.cpp Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_preset(PRESET_WIDE) 2017-09-22 11:39:44 +02:00
graph_edit.h
graph_node.cpp Rename pos to position in user facing methods and variables 2017-09-20 13:11:10 +02:00
graph_node.h Rename pos to position in user facing methods and variables 2017-09-20 13:11:10 +02:00
grid_container.cpp
grid_container.h
item_list.cpp Rename pos to position in user facing methods and variables 2017-09-20 13:11:10 +02:00
item_list.h Rename pos to position in user facing methods and variables 2017-09-20 13:11:10 +02:00
label.cpp Fix use of unitialized variables 2017-09-02 01:59:26 +02:00
label.h
line_edit.cpp Fix crash when scene has LineEdit and run from editor 2017-09-26 16:19:02 +09:00
line_edit.h Rename pos to position in user facing methods and variables 2017-09-20 13:11:10 +02:00
link_button.cpp
link_button.h
margin_container.cpp
margin_container.h
menu_button.cpp
menu_button.h
option_button.cpp
option_button.h
panel_container.cpp
panel_container.h
panel.cpp
panel.h
patch_9_rect.cpp
patch_9_rect.h
popup_menu.cpp
popup_menu.h
popup.cpp Remove unecessary anchors&margins set causing bad display (sons of containers) 2017-09-27 00:38:28 +02:00
popup.h
progress_bar.cpp
progress_bar.h
range.cpp
range.h
reference_rect.cpp
reference_rect.h
rich_text_label.cpp RichTextLabel: Added get_visible_line_count method. 2017-09-21 21:43:33 -04:00
rich_text_label.h RichTextLabel: Added get_visible_line_count method. 2017-09-21 21:43:33 -04:00
scroll_bar.cpp Fixed scrollbar jitter when clicking 2017-09-24 16:19:52 +01:00
scroll_bar.h
scroll_container.cpp Rename pos to position in user facing methods and variables 2017-09-20 13:11:10 +02:00
scroll_container.h Rename pos to position in user facing methods and variables 2017-09-20 13:11:10 +02:00
SCsub
separator.cpp
separator.h
shortcut.cpp
shortcut.h
slider.cpp added highlight area to slider 2017-09-12 22:55:23 +02:00
slider.h
spin_box.cpp Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_preset(PRESET_WIDE) 2017-09-22 11:39:44 +02:00
spin_box.h
split_container.cpp
split_container.h
tab_container.cpp Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_preset(PRESET_WIDE) 2017-09-22 11:39:44 +02:00
tab_container.h
tabs.cpp
tabs.h
text_edit.cpp fixed coustom bg weired offset for code editor 2017-09-29 17:00:17 +02:00
text_edit.h second take at autocomplete logic, using a TextOperation check. 2017-09-06 19:23:09 +01:00
texture_button.cpp
texture_button.h
texture_progress.cpp
texture_progress.h
texture_rect.cpp
texture_rect.h
tool_button.cpp
tool_button.h
tree.cpp Merge pull request #11541 from Paulb23/tree_arrow_goto_parent 2017-09-25 23:16:06 +02:00
tree.h Rename pos to position in user facing methods and variables 2017-09-20 13:11:10 +02:00
video_player.cpp Rename get_position => get_playback_position and seek_pos => seek on audio classes 2017-09-23 16:55:00 +02:00
video_player.h Rename pos to position in user facing methods and variables 2017-09-20 13:11:10 +02:00
viewport_container.cpp
viewport_container.h