godot/scene/gui
Juan Linietsky 2ba8b5b27c
Merge pull request #17828 from bojidar-bg/17779-progressbar-minimum-size
Fix StyleBox ignoring region rect and ProgressBar using center size
2018-05-07 16:33:12 -03:00
..
base_button.cpp Merge pull request #17081 from endragor/no-press-when-scroll 2018-04-10 07:56:37 +02:00
base_button.h
box_container.cpp
box_container.h
button.cpp
button.h
center_container.cpp
center_container.h
check_box.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
check_box.h
check_button.cpp
check_button.h
color_picker.cpp Add popup_closed signal for ColorPickerButton 2018-04-13 15:55:10 -05:00
color_picker.h Add popup_closed signal for ColorPickerButton 2018-04-13 15:55:10 -05:00
color_rect.cpp
color_rect.h
container.cpp
container.h
control.cpp Merge pull request #17502 from groud/2Deditor_rect 2018-04-13 10:21:44 -03:00
control.h Merge pull request #17502 from groud/2Deditor_rect 2018-04-13 10:21:44 -03:00
dialogs.cpp
dialogs.h Fix typos with codespell 2018-02-21 19:46:06 +01:00
file_dialog.cpp Fixed disappearing text on filedialog buttons 2018-02-21 16:04:51 +02:00
file_dialog.h Fixed "Open" button being enabled when nothing is selected in a FileDialog while in "Open folder" mode. 2018-02-20 12:19:06 -03:00
gradient_edit.cpp Fix weird editor crash when switching from editing one gradient to another keeps 'grabbing' variable to true 2018-02-14 16:48:13 +01:00
gradient_edit.h
graph_edit.cpp
graph_edit.h
graph_node.cpp
graph_node.h
grid_container.cpp Merge pull request #16977 from SASUPERNOVA/master 2018-05-01 16:32:30 +02:00
grid_container.h Updated fork to match current version of Godot. 2018-04-15 14:53:28 +03:00
item_list.cpp ItemList selection: Check against item count 2018-04-14 14:36:53 +02:00
item_list.h Fix converting to tileset crashes Godot if existing file is not tileset 2018-03-23 21:27:30 +07:00
label.cpp
label.h
line_edit.cpp Merge pull request #18514 from neikeq/api-hash-fixes 2018-05-03 14:36:32 +02:00
line_edit.h Merge pull request #18514 from neikeq/api-hash-fixes 2018-05-03 14:36:32 +02:00
link_button.cpp
link_button.h
margin_container.cpp
margin_container.h
menu_button.cpp Improve popup menus usability 2018-04-07 01:06:02 +02:00
menu_button.h
nine_patch_rect.cpp
nine_patch_rect.h
option_button.cpp Add support for radio-looking items with icon 2018-04-09 19:55:54 +02:00
option_button.h Add item_focused signal to OptionButton 2018-02-23 13:01:28 +01:00
panel_container.cpp
panel_container.h
panel.cpp
panel.h
popup_menu.cpp Add support for radio-looking items with icon 2018-04-09 19:55:54 +02:00
popup_menu.h Add support for radio-looking items with icon 2018-04-09 19:55:54 +02:00
popup.cpp
popup.h
progress_bar.cpp Fix StyleBox ignoring region rect and ProgressBar using center size 2018-03-28 20:56:09 +03:00
progress_bar.h
range.cpp
range.h
reference_rect.cpp
reference_rect.h
rich_text_label.cpp Merge pull request #18122 from olivergs/wip/rtl-content-height 2018-05-07 14:53:43 +02:00
rich_text_label.h Merge pull request #18122 from olivergs/wip/rtl-content-height 2018-05-07 14:53:43 +02:00
scroll_bar.cpp Use internal physics processing for Nodes' internal logic 2018-04-11 09:28:14 +02:00
scroll_bar.h
scroll_container.cpp Use internal physics processing for Nodes' internal logic 2018-04-11 09:28:14 +02:00
scroll_container.h Make BaseButton not emit press when container is scrolled 2018-04-09 20:34:52 +07:00
SCsub
separator.cpp
separator.h
shortcut.cpp
shortcut.h
slider.cpp Add two new default actions ui_end, ui_home 2018-02-23 13:01:28 +01:00
slider.h
spin_box.cpp SpinBoxes calculate correctly their width before first redraw. 2018-02-05 22:42:30 +01:00
spin_box.h SpinBoxes calculate correctly their width before first redraw. 2018-02-05 22:42:30 +01:00
split_container.cpp
split_container.h
tab_container.cpp Drag to rearrange Tabs and TabContainer 2018-04-08 20:23:37 -04:00
tab_container.h Drag to rearrange Tabs and TabContainer 2018-04-08 20:23:37 -04:00
tabs.cpp Drag to rearrange Tabs and TabContainer 2018-04-08 20:23:37 -04:00
tabs.h Drag to rearrange Tabs and TabContainer 2018-04-08 20:23:37 -04:00
text_edit.cpp Merge pull request #18003 from sherjilozair/patch_macosx_shortcuts 2018-05-07 15:59:22 -03:00
text_edit.h Script Editor now displays positional column 2018-05-03 18:03:20 +01:00
texture_button.cpp
texture_button.h
texture_progress.cpp add tint for under, progress and over and tint group 2018-04-01 19:22:51 +03:00
texture_progress.h add tint for under, progress and over and tint group 2018-04-01 19:22:51 +03:00
texture_rect.cpp
texture_rect.h
tool_button.cpp
tool_button.h
tree.cpp Use internal physics processing for Nodes' internal logic 2018-04-11 09:28:14 +02:00
tree.h Tree now uses UI actions instead of keys 2018-02-23 12:58:35 +01:00
video_player.cpp Added signal to VideoPlayer to notify when the video finished playing 2018-04-01 23:40:26 -04:00
video_player.h
viewport_container.cpp
viewport_container.h