godot/scene/gui
Rémi Verschelde 5627047c32 Merge pull request #10455 from groud/control_margin_fixes
Some control fixes and removed other useless lines
2017-08-20 15:24:00 +02:00
..
SCsub
base_button.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
base_button.h
box_container.cpp
box_container.h
button.cpp Rename localization method to `tr` again 2017-08-18 22:38:38 +02:00
button.h
button_group.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
button_group.h
center_container.cpp
center_container.h
check_box.cpp
check_box.h
check_button.cpp
check_button.h
color_picker.cpp Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
color_picker.h Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
color_rect.cpp
color_rect.h
container.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
container.h
control.cpp Changed anchor constants to enum, removed ANCHOR_CENTER, fixes #9889 2017-08-15 19:49:28 -03:00
control.h Changed anchor constants to enum, removed ANCHOR_CENTER, fixes #9889 2017-08-15 19:49:28 -03:00
dialogs.cpp Rename localization method to `tr` again 2017-08-18 22:38:38 +02:00
dialogs.h
file_dialog.cpp Rename localization method to `tr` again 2017-08-18 22:38:38 +02:00
file_dialog.h
gradient_edit.cpp Fix ColorPicker to use theme constants 2017-07-18 09:43:16 +07:00
gradient_edit.h renamed occurances of ColorRamp with Gradient 2017-06-14 01:24:04 +02:00
graph_edit.cpp Replace GUI anchor type by a float between 0 and 1 2017-08-13 21:20:13 +02:00
graph_edit.h -Many fixes to VisualScript, fixed property names, etc. 2017-06-30 21:35:05 -03:00
graph_node.cpp Fixes method definitions with extra number of arguments 2017-08-10 07:17:51 +02:00
graph_node.h Fixes node selection, and properly ignore mouse on inner comment node body, closes #6298 2017-08-08 10:59:45 -03:00
grid_container.cpp
grid_container.h
input_action.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
input_action.h Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
item_list.cpp Merge pull request #10252 from neikeq/pr-fix-some-stuff-<3 2017-08-16 18:16:47 +02:00
item_list.h Merge pull request #10252 from neikeq/pr-fix-some-stuff-<3 2017-08-16 18:16:47 +02:00
label.cpp Fixes to label and code editor to make editing code hopefully fast again. 2017-08-19 10:51:56 -03:00
label.h
line_edit.cpp Rename localization method to `tr` again 2017-08-18 22:38:38 +02:00
line_edit.h Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
link_button.cpp
link_button.h
margin_container.cpp
margin_container.h
menu_button.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
menu_button.h
option_button.cpp Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
option_button.h Makes all Godot API's methods Lower Case 2017-08-07 18:24:35 +07:00
panel.cpp
panel.h
panel_container.cpp
panel_container.h
patch_9_rect.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
patch_9_rect.h Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
popup.cpp Some control fixes and removed useless lines 2017-08-19 19:10:00 +02:00
popup.h
popup_menu.cpp Rename localization method to `tr` again 2017-08-18 22:38:38 +02:00
popup_menu.h Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
progress_bar.cpp
progress_bar.h
range.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
range.h
reference_rect.cpp
reference_rect.h
rich_text_label.cpp Replace GUI anchor type by a float between 0 and 1 2017-08-13 21:20:13 +02:00
rich_text_label.h Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
scroll_bar.cpp Added smooth scrolling to TextEdit 2017-08-19 15:23:45 +01:00
scroll_bar.h Added smooth scrolling to TextEdit 2017-08-19 15:23:45 +01:00
scroll_container.cpp Replace GUI anchor type by a float between 0 and 1 2017-08-13 21:20:13 +02:00
scroll_container.h
separator.cpp
separator.h
slider.cpp Fixed slider centering when using SIZE_EXPAND_FILL. 2017-07-18 01:50:01 -05:00
slider.h Slider: add set/is_editable 2017-07-11 02:48:55 +07:00
spin_box.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
spin_box.h
split_container.cpp -Many fixes to VisualScript, fixed property names, etc. 2017-06-30 21:35:05 -03:00
split_container.h
tab_container.cpp Rename localization method to `tr` again 2017-08-18 22:38:38 +02:00
tab_container.h Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
tabs.cpp Merge pull request #10193 from kubecz3k/tab-click-signal 2017-08-11 10:39:04 +02:00
tabs.h Tabs: expose tab_close_display_policy property 2017-07-23 16:12:19 +07:00
text_edit.cpp Added smooth scrolling to TextEdit 2017-08-19 15:23:45 +01:00
text_edit.h Added smooth scrolling to TextEdit 2017-08-19 15:23:45 +01:00
texture_button.cpp Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
texture_button.h Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
texture_progress.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
texture_progress.h
texture_rect.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
texture_rect.h
tool_button.cpp
tool_button.h
tree.cpp -Volume sliders, mute, solo and fx bypass are functional, closes #9021 2017-08-18 18:21:53 -03:00
tree.h -Volume sliders, mute, solo and fx bypass are functional, closes #9021 2017-08-18 18:21:53 -03:00
video_player.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
video_player.h Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
viewport_container.cpp
viewport_container.h