.. |
base_button.cpp
|
Button focus hovering
|
2016-10-10 10:34:18 +03: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
|
Update copyright to 2016 in headers
|
2016-01-01 11:50:53 -02:00 |
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
|
Added support for tooltips in ButtonArray. Fixes #6597
|
2016-10-14 18:11:52 +01:00 |
button_array.h
|
Added support for tooltips in ButtonArray. Fixes #6597
|
2016-10-14 18:11:52 +01:00 |
button_group.cpp
|
Add "button_selected" signal to ButtonGroup
|
2016-10-13 09:58:06 +09: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 some warnings about misleading indentation
|
2016-08-13 13:21:35 +02:00 |
color_picker.h
|
Color picker fixes:
|
2016-07-15 13:33:01 -05:00 |
color_ramp_edit.cpp
|
Fixed signal connection prints when moving docks, issue 5498
|
2016-06-30 15:12:14 +01:00 |
color_ramp_edit.h
|
Add missing license headers in our source files (#5255)
|
2016-06-18 14:46:12 +02:00 |
color_rect.cpp
|
-Added a ColorFrame control, kind of like Texture but for color.
|
2016-09-11 11:28:01 -03:00 |
color_rect.h
|
-Added a ColorFrame control, kind of like Texture but for color.
|
2016-09-11 11:28:01 -03:00 |
container.cpp
|
make Container node aware of Size Flags
|
2016-10-26 11:45:16 +02:00 |
container.h
|
Update copyright to 2016 in headers
|
2016-01-01 11:50:53 -02:00 |
control.cpp
|
Prevent crash on focus change when no valid next control has been found.
|
2016-10-05 08:56:58 +02:00 |
control.h
|
Add argument options for the theme override functions in Control
|
2016-09-11 11:48:31 -03:00 |
dialogs.cpp
|
Place child control under label in AcceptDialog.
|
2016-10-09 15:00:35 +02:00 |
dialogs.h
|
-Some fixes to OSX retina scaling for window functions
|
2016-05-30 00:28:29 -03:00 |
file_dialog.cpp
|
Show '.' in the tree of file_dialog
|
2016-09-26 16:04:15 +08:00 |
file_dialog.h
|
Exposed mode, access, filters, and show hidden files to the editor. Also, two functions to get/set the filter list.
|
2016-07-17 03:00:51 +02:00 |
graph_edit.cpp
|
Fix GraphEdit connection wire when resizing GraphNode
|
2016-10-15 03:11:26 +09:00 |
graph_edit.h
|
Connection hints when connecting to empty space.
|
2016-09-03 14:58:23 -03:00 |
graph_node.cpp
|
Expose resizable property of GraphNode in inspector
|
2016-10-13 08:24:25 +09:00 |
graph_node.h
|
-Added focus to comment node
|
2016-09-02 12:03:49 -03:00 |
grid_container.cpp
|
throw error if GridContainer::set_columns goes below 1, closes #5316
|
2016-06-30 18:54:54 -03:00 |
grid_container.h
|
Update copyright to 2016 in headers
|
2016-01-01 11:50:53 -02:00 |
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
|
Fix for issue #6496
|
2016-09-16 11:25:07 -04:00 |
item_list.h
|
Added get_v_scroll to item list, issue 5343
|
2016-09-09 15:20:57 +01:00 |
label.cpp
|
Added extra spacing support for DynamicFont
|
2016-08-02 11:05:20 +01:00 |
label.h
|
Label: Added get_visible_line_count method
|
2016-07-18 23:33:06 +02:00 |
line_edit.cpp
|
LineEdit long indicator, fix #6624
|
2016-09-28 22:05:34 +02:00 |
line_edit.h
|
-Added diectly editable expressions on node to VSEditor, closes #6392
|
2016-09-06 20:34:24 -03:00 |
link_button.cpp
|
Add "Never" underline mode to LinkButton
|
2016-10-28 10:52:57 +02:00 |
link_button.h
|
Add "Never" underline mode to LinkButton
|
2016-10-28 10:52:57 +02: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
|
MenuButton: Fix event propagation with dialogs
|
2016-07-18 23:06:14 +02: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
|
-Added a ColorFrame control, kind of like Texture but for color.
|
2016-09-11 11:28:01 -03: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
|
Modify margins with mouse input
|
2016-06-20 17:06:19 -03:00 |
patch_9_frame.h
|
Add missing license headers in our source files (#5255)
|
2016-06-18 14:46:12 +02:00 |
popup.cpp
|
Remove some noisy debug prints
|
2016-07-17 18:25:21 +02:00 |
popup.h
|
-Added configuration warning system for nodes
|
2016-05-17 18:28:44 -03:00 |
popup_menu.cpp
|
Merge branch 'master' of https://github.com/godotengine/godot
|
2016-10-30 09:00:45 -03:00 |
popup_menu.h
|
Merge branch 'master' of https://github.com/godotengine/godot
|
2016-10-30 09:00:45 -03:00 |
progress_bar.cpp
|
Remove unused variables (third pass) + dead code
|
2016-07-07 23:16:21 +02: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
|
Fix empty reference pages after restarting Godot
|
2016-07-17 13:29:50 -03:00 |
rich_text_label.h
|
Adding support to get the raw text without formatting information from a RichTextLabel.
|
2016-06-29 12:43:51 -03: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
|
fix ScrollContainer cannot scroll when scroll bar is hidden
|
2016-09-13 11:50:41 +08:00 |
scroll_container.h
|
Update copyright to 2016 in headers
|
2016-01-01 11:50:53 -02:00 |
SCsub
|
SCsub: Add python shebang as a hint for syntax highlighting
|
2016-10-17 20:10:46 +02: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
|
Slider value accounts for grabber offset
|
2016-08-24 03:17:54 -04:00 |
slider.h
|
remove trailing whitespace
|
2016-03-09 00:00:52 +01:00 |
spin_box.cpp
|
Changed the way the step decimals are computed to a safer way, fixes many issues.
|
2016-07-26 17:25:10 -03:00 |
spin_box.h
|
Update copyright to 2016 in headers
|
2016-01-01 11:50:53 -02:00 |
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
|
VisualScript can now execute visual scripts, but there is no debugger or profiler yet.
|
2016-08-05 22:48:00 -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
|
Allow turing off zero-padding for line numbers
|
2016-10-13 11:43:42 +02:00 |
text_edit.h
|
Allow turing off zero-padding for line numbers
|
2016-10-13 11:43:42 +02:00 |
texture_button.cpp
|
Remove unused variables (third pass) + dead code
|
2016-07-07 23:16:21 +02:00 |
texture_button.h
|
Update copyright to 2016 in headers
|
2016-01-01 11:50:53 -02:00 |
texture_frame.cpp
|
Remove unused variables (third pass) + dead code
|
2016-07-07 23:16:21 +02: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
|
Explicitly initialize TextureProgress's initial angle value.
|
2016-09-07 20:00:10 -03: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
|
Merge pull request #6553 from pkowal1982/treecheckbox
|
2016-10-09 13:54:36 +02:00 |
tree.h
|
Add scrolling to Tree control in Drag and Drop mode
|
2016-09-17 21:29:55 +02:00 |
video_player.cpp
|
Don't crash when video is stopped and played again
|
2016-09-28 13:39:06 +02:00 |
video_player.h
|
Update copyright to 2016 in headers
|
2016-01-01 11:50:53 -02:00 |