godot/scene/gui
Hugo Locurcio 8ccb27ce18 Tweak the property hint ranges of caret blink and line length guideline
This allows for more precise adjustments.

(cherry picked from commit 0eb2f6c223)
2018-05-13 22:36:21 +02:00
..
SCsub
base_button.cpp Make BaseButton not emit press when container is scrolled 2018-04-14 19:36:10 +02:00
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
color_picker.h
color_rect.cpp
color_rect.h
container.cpp
container.h
control.cpp Make BaseButton not emit press when container is scrolled 2018-04-14 19:36:10 +02:00
control.h Make BaseButton not emit press when container is scrolled 2018-04-14 19:36:10 +02:00
dialogs.cpp
dialogs.h Fix typos with codespell 2018-02-22 12:17:06 +01:00
file_dialog.cpp Actually fix the db/dc renaming mess 2018-02-21 23:21:21 +01:00
file_dialog.h Actually fix the db/dc renaming mess 2018-02-21 23:21:21 +01:00
gradient_edit.cpp Fix weird editor crash when switching from editing one gradient to another keeps 'grabbing' variable to true 2018-03-28 22:01:19 +02:00
gradient_edit.h
graph_edit.cpp
graph_edit.h
graph_node.cpp
graph_node.h
grid_container.cpp Fixes wrong calculation of gridcontainer's children size 2018-04-28 17:40:29 +02:00
grid_container.h
item_list.cpp ItemList selection: Check against item count 2018-04-28 22:43:36 +02:00
item_list.h Added "allow_reselect" property to ItemList and enabled it for the method/help lists. 2018-02-19 22:21:14 +01:00
label.cpp
label.h
line_edit.cpp Tweak the property hint ranges of caret blink and line length guideline 2018-05-13 22:36:21 +02:00
line_edit.h Hand-merge API hash fixes #18514 2018-04-29 20:44:48 +02:00
link_button.cpp
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 Add support for radio-looking items with icon 2018-04-28 22:17:08 +02:00
option_button.h
panel.cpp
panel.h
panel_container.cpp
panel_container.h
popup.cpp
popup.h
popup_menu.cpp Add support for radio-looking items with icon 2018-04-28 22:17:08 +02:00
popup_menu.h Add support for radio-looking items with icon 2018-04-28 22:17:08 +02:00
progress_bar.cpp
progress_bar.h
range.cpp
range.h
reference_rect.cpp
reference_rect.h
rich_text_label.cpp fix clang6 assignment error 2018-05-13 22:13:14 +02:00
rich_text_label.h Fixes wrong vertical font layout in RichTextLabel 2018-02-21 23:52:49 +01:00
scroll_bar.cpp
scroll_bar.h
scroll_container.cpp Make BaseButton not emit press when container is scrolled 2018-04-14 19:36:10 +02:00
scroll_container.h Make BaseButton not emit press when container is scrolled 2018-04-14 19:36:10 +02:00
separator.cpp
separator.h
shortcut.cpp
shortcut.h
slider.cpp
slider.h
spin_box.cpp SpinBoxes calculate correctly their width before first redraw. 2018-02-19 22:13:46 +01:00
spin_box.h SpinBoxes calculate correctly their width before first redraw. 2018-02-19 22:13:46 +01:00
split_container.cpp
split_container.h
tab_container.cpp Keep to show current script when closing all docs 2018-02-21 22:09:23 +01:00
tab_container.h Keep to show current script when closing all docs 2018-02-21 22:09:23 +01:00
tabs.cpp Fix various valgrind reported uninitialized variable uses 2018-03-01 21:06:31 +01:00
tabs.h
text_edit.cpp Tweak the property hint ranges of caret blink and line length guideline 2018-05-13 22:36:21 +02:00
text_edit.h TextEdit folding over unindented comments 2018-02-21 23:51:45 +01:00
texture_button.cpp
texture_button.h
texture_progress.cpp Implement line clipping for `TextureProgress` to avoid bad rendering due to imprecise UV mapping 2018-04-28 16:19:52 +02:00
texture_progress.h
texture_rect.cpp
texture_rect.h
tool_button.cpp
tool_button.h
tree.cpp Fix various valgrind reported uninitialized variable uses 2018-03-01 21:06:31 +01:00
tree.h
video_player.cpp
video_player.h
viewport_container.cpp
viewport_container.h