virtualx-engine/scene/gui
Juan Linietsky 07e9741425 **WARNING BEFORE PULLING**
This push changes the binary and XML formats and bumps the major version to 2.0. As such, files saved in this version WILL NO LONGER WORK IN PREVIOUS VERSIONS. This compatibility breakage with older versions was required in order to properly provide project refactoring tools.
If I were you, unless you are brave, I would wait a week or two before pulling, in case of bugs :)

Summary of Changes

-New Filesystem dock, with filesystem & tree view modes.
-New refactoring tools, to change or fix dependencies.
-Quick search dialog, to quickly search any file
2015-08-23 20:15:56 -03:00
..
base_button.cpp Several performance improvements, mainly in loading and instancing scenes and resources. 2015-06-29 00:29:49 -03:00
base_button.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
box_container.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
box_container.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
button.cpp Several performance improvements, mainly in loading and instancing scenes and resources. 2015-06-29 00:29:49 -03:00
button.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
button_array.cpp Several performance improvements, mainly in loading and instancing scenes and resources. 2015-06-29 00:29:49 -03:00
button_array.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
button_group.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
button_group.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
center_container.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
center_container.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
check_box.cpp -removed dynamic_cast on CheckBox, fixes #1830 2015-05-06 09:45:25 -03:00
check_box.h Improve mechanism and fix radio icon rendering. 2015-03-01 16:45:13 -03:00
check_button.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
check_button.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
color_picker.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
color_picker.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
color_ramp_edit.cpp founded and fixed a bug that freezed godot when deleting while grabbing color in ColorRamp 2015-06-11 05:18:13 +02:00
color_ramp_edit.h Replace color phases with color ramp for Particles2D. 2015-05-24 21:18:52 +03:00
container.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
container.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
control.cpp Several performance improvements, mainly in loading and instancing scenes and resources. 2015-06-29 00:29:49 -03:00
control.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
custom_button.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
custom_button.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
dialogs.cpp **WARNING BEFORE PULLING** 2015-08-23 20:15:56 -03:00
dialogs.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
file_dialog.cpp Merge pull request #1907 from tommy3/show-hidden-files 2015-06-23 00:01:55 -03:00
file_dialog.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
graph_edit.cpp Fixes to GraphEdit: 2015-01-08 00:41:34 -03:00
graph_edit.h Fixes to GraphEdit: 2015-01-08 00:41:34 -03:00
graph_node.cpp Fixes to GraphEdit: 2015-01-08 00:41:34 -03:00
graph_node.h -Work in progress visual shader editor *DOES NOT WORK YET* 2015-01-03 16:52:37 -03:00
grid_container.cpp grid container supports separate h and v spacing 2015-06-08 10:36:26 -03:00
grid_container.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
item_list.cpp **WARNING BEFORE PULLING** 2015-08-23 20:15:56 -03:00
item_list.h **WARNING BEFORE PULLING** 2015-08-23 20:15:56 -03:00
label.cpp Several performance improvements, mainly in loading and instancing scenes and resources. 2015-06-29 00:29:49 -03:00
label.h record the number of space before a word. 2015-04-29 16:34:56 +08:00
line_edit.cpp optional formal changes 2015-05-06 01:22:31 +02:00
line_edit.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
margin_container.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
margin_container.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
menu_button.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
menu_button.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
option_button.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
option_button.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
panel.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
panel.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
panel_container.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
panel_container.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
popup.cpp some editor window changes 2015-06-13 22:12:53 -03:00
popup.h some editor window changes 2015-06-13 22:12:53 -03:00
popup_menu.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
popup_menu.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
progress_bar.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
progress_bar.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
range.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
range.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
reference_frame.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
reference_frame.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
rich_text_label.cpp -fixes to navigation, so edge-merging is more flexible on conflict 2015-06-01 19:42:34 -03:00
rich_text_label.h -fixes to navigation, so edge-merging is more flexible on conflict 2015-06-01 19:42:34 -03:00
scroll_bar.cpp -Fixes from source code analyzizer, closes #1768 2015-05-01 10:44:08 -03:00
scroll_bar.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
scroll_container.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
scroll_container.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
SCsub GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
separator.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
separator.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
slider.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
slider.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
spin_box.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
spin_box.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
split_container.cpp missing changes 2015-06-14 02:13:47 -03:00
split_container.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
tab_container.cpp some editor window changes 2015-06-13 22:12:53 -03:00
tab_container.h some editor window changes 2015-06-13 22:12:53 -03:00
tabs.cpp QOL, script buttons in scene tabs 2015-07-26 10:44:35 -03:00
tabs.h QOL, script buttons in scene tabs 2015-07-26 10:44:35 -03:00
text_edit.cpp more code completion improvements 2015-06-27 15:52:39 -03:00
text_edit.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
texture_button.cpp Several performance improvements, mainly in loading and instancing scenes and resources. 2015-06-29 00:29:49 -03:00
texture_button.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
texture_frame.cpp Several performance improvements, mainly in loading and instancing scenes and resources. 2015-06-29 00:29:49 -03:00
texture_frame.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
texture_progress.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
texture_progress.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
tool_button.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
tool_button.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
tree.cpp **WARNING BEFORE PULLING** 2015-08-23 20:15:56 -03:00
tree.h Multiple scene editing *POTENTIALLY UNSTABLE* 2015-06-22 00:04:15 -03:00
video_player.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
video_player.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00