godot/scene/gui
Eduardo Nunes Pereira d8f8a3c606 Using the common behaviour when use command+shift on text line for osx
* On press left+command+shift or right+command+shift it should behave like shift+home or shift+end and select the text
* Using home and end events as reference
2020-05-11 10:25:07 +02:00
..
base_button.cpp
base_button.h
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 Rename InputFilter back to Input 2020-04-28 15:19:49 +02:00
color_picker.h
color_rect.cpp
color_rect.h
container.cpp
container.h
control.cpp Updated editor spin slider to have better behaviour and adjusted control's size_flags_stretch_ratio value range 2020-05-06 17:43:31 +10:00
control.h
dialogs.cpp Fixes leaks when running editor 2020-04-06 20:07:08 +02:00
dialogs.h
file_dialog.cpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
file_dialog.h Removed reduntant class LineEditFileChooser. 2020-04-05 02:50:32 +05:30
gradient_edit.cpp [Core] Rename linear_interpolate to lerp 2020-04-29 04:02:49 -04:00
gradient_edit.h
graph_edit.cpp [Core] Rename linear_interpolate to lerp 2020-04-29 04:02:49 -04:00
graph_edit.h Add "node_unselected" signal for GraphEdit 2020-04-15 18:06:21 +03:00
graph_node.cpp
graph_node.h
grid_container.cpp
grid_container.h
item_list.cpp
item_list.h
label.cpp
label.h
line_edit.cpp Using the common behaviour when use command+shift on text line for osx 2020-05-11 10:25:07 +02:00
line_edit.h
link_button.cpp Use underline position and thickness value in font file 2020-04-29 21:56:15 +09:00
link_button.h
margin_container.cpp
margin_container.h
menu_button.cpp
menu_button.h
nine_patch_rect.cpp
nine_patch_rect.h
option_button.cpp Fix OptionButton docs godotengine#36803 2020-04-10 20:35:40 -05:00
option_button.h
panel_container.cpp
panel_container.h
panel.cpp
panel.h
popup_menu.cpp PopupMenu.get_current_index() bound to ClassDB 2020-05-06 15:27:35 -05:00
popup_menu.h PopupMenu.get_current_index() bound to ClassDB 2020-05-06 15:27:35 -05:00
popup.cpp
popup.h
progress_bar.cpp
progress_bar.h
range.cpp
range.h
reference_rect.cpp
reference_rect.h
rich_text_effect.cpp
rich_text_effect.h
rich_text_label.cpp Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 2020-05-10 13:13:54 +02:00
rich_text_label.h
scroll_bar.cpp
scroll_bar.h
scroll_container.cpp
scroll_container.h
SCsub
separator.cpp
separator.h
shortcut.cpp
shortcut.h
slider.cpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
slider.h
spin_box.cpp Rename InputFilter back to Input 2020-04-28 15:19:49 +02:00
spin_box.h
split_container.cpp
split_container.h
subviewport_container.cpp Style: Add missing copyright headers 2020-05-10 13:12:16 +02:00
subviewport_container.h Style: Add missing copyright headers 2020-05-10 13:12:16 +02:00
tab_container.cpp Merge pull request #37047 from YeldhamDev/tabcontainer_doc_control_fix 2020-04-16 12:36:42 +02:00
tab_container.h
tabs.cpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
tabs.h
text_edit.cpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
text_edit.h Limit undo stack size 2020-04-29 11:31:01 +02:00
texture_button.cpp
texture_button.h
texture_progress.cpp
texture_progress.h
texture_rect.cpp Fix TextureRect::flip_* when used with atlas texture 2020-04-06 08:36:36 -03:00
texture_rect.h
tool_button.cpp
tool_button.h
tree.cpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
tree.h
video_player.cpp
video_player.h