..
base_button.cpp
Merge pull request #17451 from Goutte/feat-base-button-mask
2018-05-07 18:24:17 -03:00
base_button.h
Add a binary mask to allow configuration of which mouse buttons the BaseButton will respond to.
2018-03-13 23:59:53 +01:00
box_container.cpp
box_container.h
button.cpp
button.h
center_container.cpp
center_container.h
check_box.cpp
check_box.h
check_button.cpp
check_button.h
color_picker.cpp
fix ColorPickerButton.get_popup()
2018-07-10 15:06:36 +02:00
color_picker.h
fix ColorPickerButton.get_popup()
2018-07-10 15:06:36 +02:00
color_rect.cpp
color_rect.h
container.cpp
-Ability to open resources in the same window
2018-05-17 18:03:05 -03:00
container.h
control.cpp
Merge pull request #19351 from guilhermefelipecgs/fix_reversed_text
2018-07-05 03:50:31 +02:00
control.h
Merge pull request #18634 from groud/fix_control_child_of_node2d
2018-07-03 18:06:15 +02:00
dialogs.cpp
dialogs.h
Fix typos with codespell
2018-02-21 19:46:06 +01:00
file_dialog.cpp
expose lineedit
2018-06-06 01:19:27 +02:00
file_dialog.h
Fixed "Open" button being enabled when nothing is selected in a FileDialog while in "Open folder" mode.
2018-02-20 12:19:06 -03:00
gradient_edit.cpp
-Ability to open resources in the same window
2018-05-17 18:03:05 -03:00
gradient_edit.h
graph_edit.cpp
-Added AnimationGraphPlayer (still missing features)
2018-06-18 22:12:08 -03:00
graph_edit.h
-Added AnimationGraphPlayer (still missing features)
2018-06-18 22:12:08 -03:00
graph_node.cpp
graph_node.h
grid_container.cpp
Merge pull request #16977 from SASUPERNOVA/master
2018-05-01 16:32:30 +02:00
grid_container.h
Updated fork to match current version of Godot.
2018-04-15 14:53:28 +03:00
item_list.cpp
Export: Properly reload preset when opening dialog
2018-07-18 13:49:34 +02:00
item_list.h
Fix converting to tileset crashes Godot if existing file is not tileset
2018-03-23 21:27:30 +07:00
label.cpp
Fix Label autowrap clips text
2018-07-18 02:19:05 +09:00
label.h
line_edit.cpp
Center text drawing in LineEdit
2018-07-01 15:46:33 +01:00
line_edit.h
Merge pull request #15928 from StateOff/feature_batch_rename
2018-05-08 07:36:24 +02:00
link_button.cpp
link_button.h
margin_container.cpp
margin_container.h
menu_button.cpp
Improve popup menus usability
2018-04-07 01:06:02 +02:00
menu_button.h
nine_patch_rect.cpp
nine_patch_rect.h
option_button.cpp
Visual Shaders are back.
2018-07-14 18:16:18 -03:00
option_button.h
Add item_focused signal to OptionButton
2018-02-23 13:01:28 +01:00
panel_container.cpp
panel_container.h
panel.cpp
panel.h
popup_menu.cpp
Visual Shaders are back.
2018-07-14 18:16:18 -03:00
popup_menu.h
Visual Shaders are back.
2018-07-14 18:16:18 -03:00
popup.cpp
Fix #16069 , #19292 , #19267 and #18940
2018-06-06 13:16:52 -03:00
popup.h
progress_bar.cpp
-Added AnimationGraphPlayer (still missing features)
2018-06-18 22:12:08 -03:00
progress_bar.h
range.cpp
Allow editing of some unbound properties when hinted (or no range hinted)
2018-05-16 09:13:41 -03:00
range.h
Allow editing of some unbound properties when hinted (or no range hinted)
2018-05-16 09:13:41 -03:00
reference_rect.cpp
reference_rect.h
rich_text_label.cpp
Fix underline_meta not working in RichTextLabel
2018-07-01 00:15:27 -05:00
rich_text_label.h
Fixed some warnings found with Cppcheck.
2018-05-14 02:14:56 -03:00
scroll_bar.cpp
fix scrollbar icons with atlas texture.
2018-07-14 14:02:08 +01:00
scroll_bar.h
scroll_container.cpp
Entirely new (and much improved) animation editor.
2018-06-07 12:52:00 -03:00
scroll_container.h
Entirely new (and much improved) animation editor.
2018-06-07 12:52:00 -03:00
SCsub
separator.cpp
separator.h
shortcut.cpp
shortcut.h
slider.cpp
Added scrollable property to Sliders
2018-07-07 13:48:34 +03:00
slider.h
Added scrollable property to Sliders
2018-07-07 13:48:34 +03:00
spin_box.cpp
spin_box.h
split_container.cpp
Fixed some warnings found with Cppcheck.
2018-05-14 02:14:56 -03:00
split_container.h
tab_container.cpp
Merge pull request #19498 from guilhermefelipecgs/fix_regression
2018-07-05 04:23:18 +02:00
tab_container.h
Fix "find and replace" initializing with wrong size
2018-06-13 14:08:04 -03:00
tabs.cpp
Drag to rearrange Tabs and TabContainer
2018-04-08 20:23:37 -04:00
tabs.h
Drag to rearrange Tabs and TabContainer
2018-04-08 20:23:37 -04:00
text_edit.cpp
Merge pull request #19735 from Paulb23/text_offset_issue_15688
2018-07-05 04:04:39 +02:00
text_edit.h
Improve breakpoints and breakpoint gutter API in TextEdit
2018-05-30 14:39:44 +02:00
texture_button.cpp
texture_button.h
texture_progress.cpp
add tint for under, progress and over and tint group
2018-04-01 19:22:51 +03:00
texture_progress.h
add tint for under, progress and over and tint group
2018-04-01 19:22:51 +03:00
texture_rect.cpp
texture_rect.h
tool_button.cpp
tool_button.h
tree.cpp
Use internal physics processing for Nodes' internal logic
2018-04-11 09:28:14 +02:00
tree.h
Tree now uses UI actions instead of keys
2018-02-23 12:58:35 +01:00
video_player.cpp
Added signal to VideoPlayer to notify when the video finished playing
2018-04-01 23:40:26 -04:00
video_player.h
viewport_container.cpp
viewport_container.h