godot/scene/gui
Błażej Szczygieł aebad5de5f Fix Theora video playback without a Vorbis stream
- prevent audio resampler errors when number of channels is 0,
- don't check for 'audio_done' when there is no audio data.

(cherry picked from commit 763b29f34e)
2016-06-18 00:49:55 +02:00
..
base_button.cpp BaseButton: Add identifier for shortcut in tooltip 2016-06-11 21:53:48 +02:00
base_button.h -customizable shortcuts in editor 2016-06-04 21:31:47 -03:00
box_container.cpp -Improve resource previews 2016-05-23 17:11:49 -03:00
box_container.h
button.cpp -customizable shortcuts in editor 2016-06-04 21:31:47 -03:00
button.h -customizable shortcuts in editor 2016-06-04 21:31:47 -03:00
button_array.cpp
button_array.h
button_group.cpp
button_group.h
center_container.cpp
center_container.h
check_box.cpp
check_box.h
check_button.cpp
check_button.h
color_picker.cpp
color_picker.h
color_ramp_edit.cpp
color_ramp_edit.h
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
custom_button.cpp
custom_button.h
dialogs.cpp Make dialogs translatable 2016-05-30 22:23:53 +08:00
dialogs.h -Some fixes to OSX retina scaling for window functions 2016-05-30 00:28:29 -03:00
file_dialog.cpp rtr instead ttr 2016-06-07 23:24:32 +03:00
file_dialog.h
graph_edit.cpp
graph_edit.h
graph_node.cpp
graph_node.h
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 changed TTR for RTR 2016-06-05 00:25:15 -03:00
input_action.h -customizable shortcuts in editor 2016-06-04 21:31:47 -03:00
item_list.cpp fixed tile map editor plugin, all previews are now the same size, closes #4983 2016-06-12 17:10:34 -03:00
item_list.h Changed how min/max icon size in ItemList works and replaced it by a fixed size. Fixes many issues, closes #4907 2016-06-12 16:52:22 -03: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 rewrote LineEdit window repositioning code so it does not eat the last character, closes #4992 2016-06-12 12:05:21 -03:00
line_edit.h Default editing popup for LineEdit and TextEdit 2016-05-16 20:25:17 -03:00
link_button.cpp GUI Focus mode improvements 2016-05-23 15:08:50 +01:00
link_button.h
margin_container.cpp
margin_container.h
menu_button.cpp -customizable shortcuts in editor 2016-06-04 21:31:47 -03:00
menu_button.h
option_button.cpp
option_button.h
panel.cpp
panel.h
panel_container.cpp
panel_container.h
patch_9_frame.cpp Add plugin to pick texture region and patch margins for Patch9Frame 2016-06-05 00:45:53 +08:00
patch_9_frame.h Add texture region support for Patch9Frame 2016-06-05 00:45:53 +08:00
popup.cpp -Added configuration warning system for nodes 2016-05-17 18:28:44 -03:00
popup.h -Added configuration warning system for nodes 2016-05-17 18:28:44 -03:00
popup_menu.cpp fix for travis 2016-06-04 21:45:50 -03:00
popup_menu.h -customizable shortcuts in editor 2016-06-04 21:31:47 -03:00
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 GUI Focus mode improvements 2016-05-23 15:08:50 +01:00
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 TabContainer now reports proper minimum size, closes #4896 2016-06-17 18:38:40 -03:00
tab_container.h
tabs.cpp Tabs: Fix align issue with right/close buttons 2016-05-01 16:48:55 +02:00
tabs.h
text_edit.cpp does not fix the bug reported in #4326 and #4818, 2016-06-14 08:57:00 -03:00
text_edit.h Fixed overloaded virtual functions with const vs none warning 2016-06-12 13:31:22 -03: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