.. |
base_button.cpp
|
BaseButton: Add identifier for shortcut in tooltip
|
2016-06-11 21:53:48 +02:00 |
base_button.h
|
|
|
box_container.cpp
|
|
|
box_container.h
|
|
|
button_array.cpp
|
|
|
button_array.h
|
|
|
button_group.cpp
|
|
|
button_group.h
|
|
|
button.cpp
|
|
|
button.h
|
|
|
center_container.cpp
|
|
|
center_container.h
|
|
|
check_box.cpp
|
|
|
check_box.h
|
|
|
check_button.cpp
|
|
|
check_button.h
|
|
|
color_picker.cpp
|
Add function to get the color picker dialog from ColorPickerButton, closes #4415
|
2016-06-19 02:08:22 -03:00 |
color_picker.h
|
Add function to get the color picker dialog from ColorPickerButton, closes #4415
|
2016-06-19 02:08:22 -03:00 |
color_ramp_edit.cpp
|
Add missing license headers in our source files (#5255)
|
2016-06-18 14:46:12 +02:00 |
color_ramp_edit.h
|
Add missing license headers in our source files (#5255)
|
2016-06-18 14:46:12 +02:00 |
container.cpp
|
|
|
container.h
|
|
|
control.cpp
|
Fix bug in GridContainer not updating minimumsize when columns changes, fixes #4677
|
2016-06-17 16:40:40 -03:00 |
control.h
|
Keep track of when fonts change, so theme or controls that use fonts as overrides get properly updated.
|
2016-06-17 16:01:30 -03:00 |
dialogs.cpp
|
|
|
dialogs.h
|
|
|
file_dialog.cpp
|
Make ".." always appear even if dir is unlistable (likely lacking permissions), closes #1938
|
2016-06-18 12:51:27 -03:00 |
file_dialog.h
|
|
|
graph_edit.cpp
|
Add missing license headers in our source files (#5255)
|
2016-06-18 14:46:12 +02:00 |
graph_edit.h
|
Add missing license headers in our source files (#5255)
|
2016-06-18 14:46:12 +02:00 |
graph_node.cpp
|
Add missing license headers in our source files (#5255)
|
2016-06-18 14:46:12 +02:00 |
graph_node.h
|
Add missing license headers in our source files (#5255)
|
2016-06-18 14:46:12 +02:00 |
grid_container.cpp
|
Fix bug in GridContainer not updating minimumsize when columns changes, fixes #4677
|
2016-06-17 16:40:40 -03:00 |
grid_container.h
|
|
|
input_action.cpp
|
|
|
input_action.h
|
|
|
item_list.cpp
|
Add missing license headers in our source files (#5255)
|
2016-06-18 14:46:12 +02:00 |
item_list.h
|
Add missing license headers in our source files (#5255)
|
2016-06-18 14:46:12 +02:00 |
label.cpp
|
Fix last line of label being deleted by line spacing
|
2016-06-09 22:16:13 -03:00 |
label.h
|
|
|
line_edit.cpp
|
Line edit caret no longer draws on focus loss
|
2016-06-22 13:26:44 +01:00 |
line_edit.h
|
Line edit caret no longer draws on focus loss
|
2016-06-22 13:26:44 +01:00 |
link_button.cpp
|
Add missing license headers in our source files (#5255)
|
2016-06-18 14:46:12 +02:00 |
link_button.h
|
Add missing license headers in our source files (#5255)
|
2016-06-18 14:46:12 +02:00 |
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_frame.cpp
|
Add missing license headers in our source files (#5255)
|
2016-06-18 14:46:12 +02:00 |
patch_9_frame.h
|
Add missing license headers in our source files (#5255)
|
2016-06-18 14:46:12 +02:00 |
popup_menu.cpp
|
|
|
popup_menu.h
|
|
|
popup.cpp
|
|
|
popup.h
|
|
|
progress_bar.cpp
|
|
|
progress_bar.h
|
|
|
range.cpp
|
|
|
range.h
|
|
|
reference_frame.cpp
|
|
|
reference_frame.h
|
|
|
rich_text_label.cpp
|
correctly wrap lines longer than width in richtextlabel, fixes #4735
|
2016-06-14 08:10:25 -03:00 |
rich_text_label.h
|
|
|
scroll_bar.cpp
|
|
|
scroll_bar.h
|
|
|
scroll_container.cpp
|
|
|
scroll_container.h
|
|
|
SCsub
|
|
|
separator.cpp
|
|
|
separator.h
|
|
|
slider.cpp
|
|
|
slider.h
|
|
|
spin_box.cpp
|
|
|
spin_box.h
|
|
|
split_container.cpp
|
Fixed overloaded virtual functions with const vs none warning
|
2016-06-12 13:31:22 -03:00 |
split_container.h
|
Fixed overloaded virtual functions with const vs none warning
|
2016-06-12 13:31:22 -03:00 |
tab_container.cpp
|
Merge pull request #5234 from Paulb23/fix_error_tab_print
|
2016-06-19 13:00:12 +02:00 |
tab_container.h
|
|
|
tabs.cpp
|
|
|
tabs.h
|
|
|
text_edit.cpp
|
Merge pull request #5344 from Paulb23/code_completion_colors
|
2016-06-22 07:51:33 +02:00 |
text_edit.h
|
Added code completion existing color setting
|
2016-06-21 17:34:38 +01:00 |
texture_button.cpp
|
|
|
texture_button.h
|
|
|
texture_frame.cpp
|
Made many built-in gdscript functions return more descriptive errors, closes #5150
|
2016-06-11 19:43:38 -03:00 |
texture_frame.h
|
Added options to keep scale and keep aspect centered to TextureFrame, closes #5114
|
2016-06-11 18:49:35 -03:00 |
texture_progress.cpp
|
|
|
texture_progress.h
|
|
|
tool_button.cpp
|
|
|
tool_button.h
|
|
|
tree.cpp
|
Adds the ability to draw parent-children relationship lines in scene tree editor
|
2016-06-15 18:10:19 +01:00 |
tree.h
|
Adds the ability to draw parent-children relationship lines in scene tree editor
|
2016-06-15 18:10:19 +01:00 |
video_player.cpp
|
Fix Theora video playback without a Vorbis stream
|
2016-06-18 00:49:55 +02:00 |
video_player.h
|
|
|