godot/scene/gui
Hugo Locurcio 0cb19bc69c
Allow higher and lower maximum zoom values in GraphEdit
Low zoom values result in unreadable text, but it can still be
useful for previewing purposes.

Eventually, characters could be replaced by rectangles at very low
zoom levels to improve the visual appearance.

(cherry picked from commit 74c584472c)
2021-06-17 13:20:23 +02:00
..
aspect_ratio_container.cpp doc: Sync classref with current source 2021-01-13 16:55:27 +01:00
aspect_ratio_container.h doc: Sync classref with current source 2021-01-13 16:55:27 +01:00
base_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
base_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
box_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
box_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
center_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
center_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
check_box.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
check_box.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
check_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
check_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
color_picker.cpp Make ColorPicker button text and tooltips appear in exported projects 2021-04-05 11:58:03 +02:00
color_picker.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
color_rect.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
color_rect.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
control.cpp Control: Expose pass_on_modal_close_click 2021-03-25 18:29:41 +01:00
control.h Control: Expose pass_on_modal_close_click 2021-03-25 18:29:41 +01:00
dialogs.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
dialogs.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
file_dialog.cpp trims_whitespaces_when_creating_folder_windows 2021-03-13 22:25:34 +01:00
file_dialog.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gradient_edit.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gradient_edit.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
graph_edit.cpp Allow higher and lower maximum zoom values in GraphEdit 2021-06-17 13:20:23 +02:00
graph_edit.h Fix typo 'previus_selected' 2021-03-29 14:23:43 +02:00
graph_node.cpp Update GraphEdit when GraphNode's slot is updated 2021-02-11 13:14:33 +01:00
graph_node.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
grid_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
grid_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
item_list.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
item_list.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
label.cpp Fix RichTextLabel auto-wrapping on CJK 2021-06-17 13:16:59 +02:00
label.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
line_edit.cpp LineEdit: Now double click to select a word, and triple click to select all the content 2021-05-04 12:53:40 +02:00
line_edit.h LineEdit: Now double click to select a word, and triple click to select all the content 2021-05-04 12:53:40 +02:00
link_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
link_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
margin_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
margin_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
menu_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
menu_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
nine_patch_rect.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
nine_patch_rect.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
option_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
option_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
panel.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
panel.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
panel_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
panel_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
popup.cpp Fix popup_centered() for scaled popups 2021-01-27 18:12:09 +01:00
popup.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
popup_menu.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
popup_menu.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
progress_bar.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
progress_bar.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
range.cpp Make Range return 1.0 ratio if minimum and maximum values are equal 2021-01-26 17:00:17 +01:00
range.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
reference_rect.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
reference_rect.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rich_text_effect.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rich_text_effect.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rich_text_label.cpp Fix RichTextLabel auto-wrapping on CJK 2021-06-17 13:16:59 +02:00
rich_text_label.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
scroll_bar.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
scroll_bar.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
scroll_container.cpp Revert "Fix flicker in control nodes due to pivot offset" 2021-03-11 11:01:48 +01:00
scroll_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
separator.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
separator.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shortcut.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shortcut.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
slider.cpp Fix vertical slider grabber_area height calculation 2021-06-14 15:51:12 -03:00
slider.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
spin_box.cpp Release mouse when SpinBox leaves scene tree 2021-03-07 22:51:06 +01:00
spin_box.h Release mouse when SpinBox leaves scene tree 2021-03-07 22:51:06 +01:00
split_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
split_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tab_container.cpp Fix TabContainer _get_tab_width 2021-03-17 21:06:09 +01:00
tab_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tabs.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tabs.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
text_edit.cpp Fix indent left line selection 2021-05-04 12:47:58 +02:00
text_edit.h Fix TextEdit autoscroll with wrapped lines 2021-02-16 14:27:38 +01:00
texture_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture_progress.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture_progress.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture_rect.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture_rect.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tool_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tool_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tree.cpp Fix Tree::get_column_at_position crash 2021-05-17 13:12:56 +02:00
tree.h Expose Tree::scroll_to_item() 2021-02-08 02:19:23 +01:00
video_player.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
video_player.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
viewport_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
viewport_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00