.. |
base_button.cpp
|
Fix BaseButtons remaining pressed when hiding them while pressing them down
|
2015-09-26 03:06:42 +02:00 |
base_button.h
|
Updated copyright year in all headers
|
2015-04-18 14:38:54 -03:00 |
box_container.cpp
|
added alignment to BoxContainer
|
2015-09-24 14:07:53 +01:00 |
box_container.h
|
added alignment to BoxContainer
|
2015-09-24 14:07:53 +01: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
|
Fix ButtonGroup broken layout
|
2015-10-19 17:46:13 -03:00 |
button_group.h
|
Fix ButtonGroup broken layout
|
2015-10-19 17:46:13 -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
|
misc cleanup
|
2015-10-17 10:29:54 -03:00 |
control.h
|
misc cleanup
|
2015-10-17 10:29: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
|
Add more properties to AcceptDialog
|
2015-11-20 18:25:01 -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
|
Delete selected nodes with the Delete key
|
2015-07-26 21:57:27 -03:00 |
graph_edit.h
|
Box selection for GraphNodes
|
2015-07-24 21:59:48 -03:00 |
graph_node.cpp
|
Duplicate GraphNode(s) [Control+D]
|
2015-07-25 21:16:07 -03:00 |
graph_node.h
|
Fix tab indent
|
2015-07-20 22:15:06 -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
|
-Merged Script and Help tabs
|
2015-11-17 09:46:08 -03:00 |
item_list.h
|
-Merged Script and Help tabs
|
2015-11-17 09:46:08 -03:00 |
label.cpp
|
fix minsize-related issues with Label
|
2015-09-08 10:17:28 +01:00 |
label.h
|
added get_visible_characters() to Label
|
2015-09-07 22:56:16 +01:00 |
line_edit.cpp
|
Merge pull request #2725 from SaracenOne/line_edit_alignment
|
2015-11-18 19:01:04 -03:00 |
line_edit.h
|
Added alignment to LineEdit GUI control.
|
2015-11-02 17:37:47 +00: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
|
-Merged Script and Help tabs
|
2015-11-17 09:46:08 -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 |
patch_9_frame.cpp
|
Added new NinePatch control (could be done before with Panel and Stylebox but this is easier)
|
2015-08-24 09:39:16 -03: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
|
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
|
Popup submenu position enhancement
|
2015-11-22 15:53:22 +01: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
|
Fix Range exp_edit property
|
2015-11-04 15:38:02 -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
|
Fix editor help scroll to result
|
2015-11-27 20:11:49 -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
|
-Fixed a bug in scrollcontainer not respecting expand flag
|
2015-10-25 20:08:18 -03:00 |
scroll_container.h
|
Updated copyright year in all headers
|
2015-04-18 14:38:54 -03:00 |
SCsub
|
Cosmetic fixes to SCons buildsystem
|
2015-11-01 20:53:26 +01: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
|
Add missing icons, also make MSVC2010 happy
|
2015-08-30 19:37:23 -03:00 |
spin_box.h
|
-fixes to capture mode
|
2015-08-29 01:43:21 -03:00 |
split_container.cpp
|
Fix SplitContainer bool properties
|
2015-11-19 09:56:04 -03:00 |
split_container.h
|
Updated copyright year in all headers
|
2015-04-18 14:38:54 -03:00 |
tab_container.cpp
|
-work in progress implementation of NDEE's theme It's NOT DONE YET
|
2015-10-20 23:54:24 -03:00 |
tab_container.h
|
some editor window changes
|
2015-06-13 22:12:53 -03:00 |
tabs.cpp
|
Merge pull request #2635 from StraToN/tabs-buttons
|
2015-11-18 19:15:13 -03:00 |
tabs.h
|
Added close button to tab. Added 4 display policies for this close button (show always, show never, show active tab only, show hover). Set the scene tabs in editor to follow the hover policy.
|
2015-08-18 20:27:01 +02:00 |
text_edit.cpp
|
Merge pull request #2364 from neikeq/textedit_select
|
2015-11-19 00:30:39 -03:00 |
text_edit.h
|
Merge pull request #2364 from neikeq/textedit_select
|
2015-11-19 00:30:39 -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
|
Clamp filling angle instead of normalize
|
2015-10-19 15:26:00 -03:00 |
texture_progress.h
|
Add fill_degrees to limitate radial filling
|
2015-10-18 01:21:53 -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
|
Merge pull request #2735 from TheHX/fix_tree_checkbox
|
2015-11-18 18:59:02 -03:00 |
tree.h
|
-better integration of ndee's theme
|
2015-11-13 20:56:44 -03:00 |
video_player.cpp
|
0theora compilation fixes
|
2015-11-25 00:28:03 -03:00 |
video_player.h
|
ability to change audio track in theora video
|
2015-10-13 01:17:54 -03:00 |