..
base_button.cpp
Add object type hint for docs
2017-07-19 02:03:34 +07:00
base_button.h
Removal of InputEvent as built-in Variant type..
2017-05-20 17:05:38 -03:00
box_container.cpp
Fit grid with label and component of editor
2017-05-22 20:25:19 +09:00
box_container.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
button_group.cpp
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
button_group.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
button.cpp
Fixed button flat behavior when not in normal state.
2017-07-18 11:03:06 -05:00
button.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
center_container.cpp
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
center_container.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
check_box.cpp
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
check_box.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
check_button.cpp
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
check_button.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
color_picker.cpp
Add object type hint for docs
2017-07-19 02:03:34 +07:00
color_picker.h
Fix ColorPicker to use theme constants
2017-07-18 09:43:16 +07:00
color_rect.cpp
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
color_rect.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
container.cpp
More fill modes for containers, closes #9504
2017-07-06 19:06:55 -03:00
container.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
control.cpp
-Renamed GlobalConfig to ProjectSettings, makes more sense.
2017-07-19 17:06:03 -03:00
control.h
More fill modes for containers, closes #9504
2017-07-06 19:06:55 -03:00
dialogs.cpp
Added separators using StyleBoxLine, some theme style fixes, added variant icon
2017-07-18 01:09:19 -05:00
dialogs.h
Removal of InputEvent as built-in Variant type..
2017-05-20 17:05:38 -03:00
file_dialog.cpp
Removal of InputEvent as built-in Variant type..
2017-05-20 17:05:38 -03:00
file_dialog.h
Removal of InputEvent as built-in Variant type..
2017-05-20 17:05:38 -03:00
gradient_edit.cpp
Fix ColorPicker to use theme constants
2017-07-18 09:43:16 +07:00
gradient_edit.h
renamed occurances of ColorRamp with Gradient
2017-06-14 01:24:04 +02:00
graph_edit.cpp
Add object type hint for docs
2017-07-19 02:03:34 +07:00
graph_edit.h
-Many fixes to VisualScript, fixed property names, etc.
2017-06-30 21:35:05 -03:00
graph_node.cpp
BuildSystem: generated files have .gen.extension
2017-06-25 07:55:01 +07:00
graph_node.h
Removal of InputEvent as built-in Variant type..
2017-05-20 17:05:38 -03:00
grid_container.cpp
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
grid_container.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
input_action.cpp
Fix shortcuts, make them visible again and work.
2017-06-22 19:57:59 -03:00
input_action.h
Removal of InputEvent as built-in Variant type..
2017-05-20 17:05:38 -03:00
item_list.cpp
Enhanched About dialog, Add ItemList auto_height
2017-07-21 14:18:40 +07:00
item_list.h
Enhanched About dialog, Add ItemList auto_height
2017-07-21 14:18:40 +07:00
label.cpp
-Renamed GlobalConfig to ProjectSettings, makes more sense.
2017-07-19 17:06:03 -03:00
label.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
line_edit.cpp
Merge pull request #9652 from djrm/theme_fixes
2017-07-17 22:36:00 +02:00
line_edit.h
Removal of InputEvent as built-in Variant type..
2017-05-20 17:05:38 -03:00
link_button.cpp
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
link_button.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
margin_container.cpp
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
margin_container.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
menu_button.cpp
Removal of InputEvent as built-in Variant type..
2017-05-20 17:05:38 -03:00
menu_button.h
Removal of InputEvent as built-in Variant type..
2017-05-20 17:05:38 -03:00
option_button.cpp
Added separators using StyleBoxLine, some theme style fixes, added variant icon
2017-07-18 01:09:19 -05:00
option_button.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
panel_container.cpp
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
panel_container.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
panel.cpp
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
panel.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
patch_9_rect.cpp
Add object type hint for docs
2017-07-19 02:03:34 +07:00
patch_9_rect.h
-Moved NinePatch to shader, saves a ton of draw calls rendering UI
2017-06-21 23:37:25 -03:00
popup_menu.cpp
Fix uncheckable checkboxes in RMB menu. closes #9625
2017-07-14 10:59:11 +02:00
popup_menu.h
Fix uncheckable checkboxes in RMB menu. closes #9625
2017-07-14 10:59:11 +02:00
popup.cpp
renamed all Rect2.pos to Rect2.position
2017-06-04 02:09:17 +02:00
popup.h
Removal of InputEvent as built-in Variant type..
2017-05-20 17:05:38 -03:00
progress_bar.cpp
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
progress_bar.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
range.cpp
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
range.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
reference_rect.cpp
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
reference_rect.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
rich_text_label.cpp
Added additional functions to RichTextLabel:
2017-07-08 14:05:18 -04:00
rich_text_label.h
Added additional functions to RichTextLabel:
2017-07-08 14:05:18 -04:00
scroll_bar.cpp
renamed all Rect2.pos to Rect2.position
2017-06-04 02:09:17 +02:00
scroll_bar.h
Removal of InputEvent as built-in Variant type..
2017-05-20 17:05:38 -03:00
scroll_container.cpp
renamed all Rect2.pos to Rect2.position
2017-06-04 02:09:17 +02:00
scroll_container.h
Removal of InputEvent as built-in Variant type..
2017-05-20 17:05:38 -03:00
SCsub
style: Fix PEP8 whitespace issues in Python files
2016-11-01 00:35:16 +01:00
separator.cpp
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
separator.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
slider.cpp
Fixed slider centering when using SIZE_EXPAND_FILL.
2017-07-18 01:50:01 -05:00
slider.h
Slider: add set/is_editable
2017-07-11 02:48:55 +07:00
spin_box.cpp
InputEvent: Renamed "pos" property to "position"
2017-06-03 11:26:39 +02:00
spin_box.h
Removal of InputEvent as built-in Variant type..
2017-05-20 17:05:38 -03:00
split_container.cpp
-Many fixes to VisualScript, fixed property names, etc.
2017-06-30 21:35:05 -03:00
split_container.h
Restired multithread support in OSX and Windows, should stop the crashes.
2017-06-10 10:15:33 -03:00
tab_container.cpp
renamed all Rect2.pos to Rect2.position
2017-06-04 02:09:17 +02:00
tab_container.h
Removal of InputEvent as built-in Variant type..
2017-05-20 17:05:38 -03:00
tabs.cpp
Tabs enhancements: get_tab_rect(), move_tab_from_to()
2017-07-18 17:57:02 +02:00
tabs.h
Tabs enhancements: get_tab_rect(), move_tab_from_to()
2017-07-18 17:57:02 +02:00
text_edit.cpp
-Renamed GlobalConfig to ProjectSettings, makes more sense.
2017-07-19 17:06:03 -03:00
text_edit.h
Removal of InputEvent as built-in Variant type..
2017-05-20 17:05:38 -03:00
texture_button.cpp
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
texture_button.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
texture_progress.cpp
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
texture_progress.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
texture_rect.cpp
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
texture_rect.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
tool_button.cpp
Revert "Add new editor and default theme (WIP)"
2017-05-03 06:19:15 +09:00
tool_button.h
Revert "Add new editor and default theme (WIP)"
2017-05-03 06:19:15 +09:00
tree.cpp
-Renamed GlobalConfig to ProjectSettings, makes more sense.
2017-07-19 17:06:03 -03:00
tree.h
-Renamed GlobalConfig to ProjectSettings, makes more sense.
2017-07-19 17:06:03 -03:00
video_player.cpp
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
video_player.h
Removal of Image from Variant, converted to a Resource.
2017-05-17 07:37:45 -03:00
viewport_container.cpp
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00
viewport_container.h
Add "Godot Engine contributors" copyright line
2017-04-08 00:11:42 +02:00