godot/scene/gui
2016-06-05 00:45:53 +08:00
..
base_button.cpp GUI Focus mode improvements 2016-05-23 15:08:50 +01:00
base_button.h GUI Focus mode improvements 2016-05-23 15:08:50 +01:00
box_container.cpp -Improve resource previews 2016-05-23 17:11:49 -03:00
box_container.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
button.cpp Classref: Document Button and ButtonArray 2016-04-28 00:10:17 +02:00
button.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
button_array.cpp Classref: Document Button and ButtonArray 2016-04-28 00:10:17 +02:00
button_array.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
button_group.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
button_group.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
center_container.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
center_container.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
check_box.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
check_box.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
check_button.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
check_button.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
color_picker.cpp fix six possible "divide by zero" 2016-03-09 00:18:23 +01:00
color_picker.h Stop ColorPicker's narcissism ( fixes #3592 ) 2016-02-06 00:26:54 -03:00
color_ramp_edit.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
color_ramp_edit.h Replace color phases with color ramp for Particles2D. 2015-05-24 21:18:52 +03:00
container.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
container.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
control.cpp Merge pull request #4300 from leezh/control_focus_mode 2016-06-04 14:41:36 +02:00
control.h Rotation APIs: Better exposure for degrees methods 2016-05-06 23:38:08 +02:00
custom_button.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
custom_button.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
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 FileDialog: reset mkdir label after use (#4500) 2016-05-01 11:38:24 +02:00
file_dialog.h (editor)filedialog mode open any 2016-03-14 16:03:18 +01:00
graph_edit.cpp fix two reading uninitialized pointers 2016-03-09 00:16:56 +01:00
graph_edit.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
graph_node.cpp -Cleaned up GraphEdit, also fixes #3568 2016-02-08 16:28:12 -03:00
graph_node.h -Forgot to add clips input to graphedit, fixes #3420 2016-01-23 18:49:26 -03:00
grid_container.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
grid_container.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
item_list.cpp Reorder tiles into nice columns 2016-05-27 22:42:51 +03:00
item_list.h Reorder tiles into nice columns 2016-05-27 22:42:51 +03:00
label.cpp fix line_edit&label get min size bug 2016-06-04 18:10:11 +08:00
label.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
line_edit.cpp Merge pull request #5030 from sanikoyes/Pr-fix-label-minsize 2016-06-04 16:08:25 +02: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 -Work on addon editor plugin (disabled by default) 2016-03-04 11:10:48 -03:00
margin_container.cpp MarginContainer: Add top, right and bottom margins 2016-03-21 00:53:47 +01:00
margin_container.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
menu_button.cpp GUI Focus mode improvements 2016-05-23 15:08:50 +01:00
menu_button.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
option_button.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
option_button.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
panel.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
panel.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
panel_container.cpp -Made editor support SSL certs by default (embedded them) 2016-03-12 10:46:38 -03:00
panel_container.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
patch_9_frame.cpp Add texture region support for stylebox render 2016-06-05 00:45:53 +08:00
patch_9_frame.h Added new NinePatch control (could be done before with Panel and Stylebox but this is easier) 2015-08-24 09:39:16 -03: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 PopupMenu and MenuButton not activating items with shortcut inside submenus 2016-04-06 15:42:50 +03:00
popup_menu.h Fix PopupMenu and MenuButton not activating items with shortcut inside submenus 2016-04-06 15:42:50 +03:00
progress_bar.cpp Progress bar minsize now checks percent_visible 2016-03-31 12:58:07 +01:00
progress_bar.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
range.cpp math: Fix rounding error for 0 in Math::round (#4495) 2016-05-01 11:37:46 +02:00
range.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
reference_frame.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
reference_frame.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
rich_text_label.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
rich_text_label.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
scroll_bar.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
scroll_bar.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
scroll_container.cpp -Made editor support SSL certs by default (embedded them) 2016-03-12 10:46:38 -03:00
scroll_container.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
SCsub Cosmetic fixes to SCons buildsystem 2015-11-01 20:53:26 +01:00
separator.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
separator.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
slider.cpp GUI Focus mode improvements 2016-05-23 15:08:50 +01:00
slider.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
spin_box.cpp Fix wrong local mouse pos when holding spinbox and improve behaviour 2016-01-21 14:09:30 +01:00
spin_box.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
split_container.cpp -Massive editor dialog cleanup 2016-01-17 20:03:57 -03:00
split_container.h -Massive editor dialog cleanup 2016-01-17 20:03:57 -03:00
tab_container.cpp -Some fixes to OSX retina scaling for window functions 2016-05-30 00:28:29 -03:00
tab_container.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
tabs.cpp Tabs: Fix align issue with right/close buttons 2016-05-01 16:48:55 +02:00
tabs.h -Improved tab visibility, fixes #3314 2016-01-22 20:19:57 -03:00
text_edit.cpp Merge pull request #4916 from Paulb23/current_line_highlighting 2016-05-31 07:35:27 +02:00
text_edit.h Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750 2016-05-29 18:34:13 +02:00
texture_button.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
texture_button.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
texture_frame.cpp General docks clean up 2016-05-23 23:24:32 -03:00
texture_frame.h General docks clean up 2016-05-23 23:24:32 -03:00
texture_progress.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
texture_progress.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
tool_button.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
tool_button.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
tree.cpp Contextualized Scene Tree menu 2016-05-16 12:23:58 -03:00
tree.h Experimental Right Mouse Button menu for SceneTree 2016-05-15 23:41:48 -03:00
video_player.cpp First version of Profiler 2016-05-21 21:18:16 -03:00
video_player.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00