godot/scene/gui
Rémi Verschelde c4c211c3b7
Merge pull request #44605 from madmiraal/rename-control-margin
Rename Control margin to offset
2020-12-23 18:24:00 +01:00
..
aspect_ratio_container.cpp [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
aspect_ratio_container.h Add AspectRatioContainer class 2020-11-25 15:06:40 +02:00
base_button.cpp Exposed shortcut_context property to scripting and added documentation. 2020-11-30 00:11:40 +10:00
base_button.h Implement new shortcuts system. 2020-11-23 21:14:26 +10:00
box_container.cpp [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
box_container.h
button.cpp Rename Control margin to offset 2020-12-23 06:25:56 +00:00
button.h Rename Control margin to offset 2020-12-23 06:25:56 +00:00
center_container.cpp
center_container.h
check_box.cpp Rename Control margin to offset 2020-12-23 06:25:56 +00:00
check_box.h
check_button.cpp Rename Control margin to offset 2020-12-23 06:25:56 +00:00
check_button.h
code_edit.cpp [Complex Text Layouts] Refactor TextEdit and CodeEdit controls. 2020-11-26 14:25:50 +02:00
code_edit.h
color_picker.cpp Rename Control margin to offset 2020-12-23 06:25:56 +00:00
color_picker.h
color_rect.cpp
color_rect.h
container.cpp [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
container.h
control.cpp Rename Control margin to offset 2020-12-23 06:25:56 +00:00
control.h Rename Control margin to offset 2020-12-23 06:25:56 +00:00
dialogs.cpp Rename Control margin to offset 2020-12-23 06:25:56 +00:00
dialogs.h Rename AcceptDialog get_ok() to get_ok_button() 2020-12-14 18:43:52 +00:00
file_dialog.cpp Rename AcceptDialog get_ok() to get_ok_button() 2020-12-14 18:43:52 +00:00
file_dialog.h
gradient_edit.cpp Remove Color.contrasted() as its behavior is barely useful 2020-11-03 04:46:08 -05:00
gradient_edit.h
graph_edit.cpp Rename Control margin to offset 2020-12-23 06:25:56 +00:00
graph_edit.h Added GraphEdit properties to control lines thickness and antialiasing 2020-12-18 16:41:45 +03:00
graph_node.cpp Rename Control margin to offset 2020-12-23 06:25:56 +00:00
graph_node.h Rename Control margin to offset 2020-12-23 06:25:56 +00:00
grid_container.cpp [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
grid_container.h
item_list.cpp Rename Control margin to offset 2020-12-23 06:25:56 +00:00
item_list.h [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
label.cpp Rename Control margin to offset 2020-12-23 06:25:56 +00:00
label.h [Complex Text Layouts] Refactor Label and LineEdit controls. 2020-11-26 14:25:49 +02:00
line_edit.cpp Rename Control margin to offset 2020-12-23 06:25:56 +00:00
line_edit.h [Complex Text Layouts] Refactor Label and LineEdit controls. 2020-11-26 14:25:49 +02:00
link_button.cpp fix #43695 by revert part of #41576 2020-11-30 12:28:45 +08:00
link_button.h [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
margin_container.cpp
margin_container.h
menu_button.cpp Add is_valid() check for InputEventKey in CanvasItemEditor. 2020-11-23 21:52:15 +10:00
menu_button.h Implement new shortcuts system. 2020-11-23 21:14:26 +10:00
nine_patch_rect.cpp Rename Control margin to offset 2020-12-23 06:25:56 +00:00
nine_patch_rect.h Rename Control margin to offset 2020-12-23 06:25:56 +00:00
option_button.cpp Rename Control margin to offset 2020-12-23 06:25:56 +00:00
option_button.h
panel_container.cpp
panel_container.h
panel.cpp Move initialization of some classes to headers 2020-12-11 18:20:03 +01:00
panel.h Move initialization of some classes to headers 2020-12-11 18:20:03 +01:00
popup_menu.cpp Rename Control margin to offset 2020-12-23 06:25:56 +00:00
popup_menu.h [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
popup.cpp Merge pull request #41851 from EricEzaM/PR/popup-menu-hysteresis 2020-11-16 09:34:28 +01:00
popup.h Merge pull request #41851 from EricEzaM/PR/popup-menu-hysteresis 2020-11-16 09:34:28 +01:00
progress_bar.cpp Use integer text position in scroll container, TextEdit and canvas editor, to ensure sharp text rendering. 2020-12-21 07:49:27 +02:00
progress_bar.h
range.cpp
range.h
reference_rect.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
reference_rect.h
rich_text_effect.cpp [Complex Text Layouts] Refactor RichTextLabel. 2020-12-11 09:48:49 +02:00
rich_text_effect.h [Complex Text Layouts] Refactor RichTextLabel. 2020-12-11 09:48:49 +02:00
rich_text_label.cpp Merge pull request #44605 from madmiraal/rename-control-margin 2020-12-23 18:24:00 +01:00
rich_text_label.h Fix RichTextLabel content height and scrollbar calculations. 2020-12-21 07:49:27 +02:00
scroll_bar.cpp Rename Control margin to offset 2020-12-23 06:25:56 +00:00
scroll_bar.h Cleanup unused engine code 2020-12-09 12:12:36 +01:00
scroll_container.cpp Merge pull request #44605 from madmiraal/rename-control-margin 2020-12-23 18:24:00 +01:00
scroll_container.h [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
SCsub
separator.cpp
separator.h
shortcut.cpp
shortcut.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
slider.cpp
slider.h
spin_box.cpp Rename Control margin to offset 2020-12-23 06:25:56 +00:00
spin_box.h
split_container.cpp [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
split_container.h
subviewport_container.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
subviewport_container.h
tab_container.cpp Rename Control margin to offset 2020-12-23 06:25:56 +00:00
tab_container.h Refresh TextLine buffer when moving tab 2020-12-13 02:38:53 +07:00
tabs.cpp Rename Control margin to offset 2020-12-23 06:25:56 +00:00
tabs.h [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
text_edit.cpp Merge pull request #44605 from madmiraal/rename-control-margin 2020-12-23 18:24:00 +01:00
text_edit.h Fixed mouse scrolling in TextEdit's 2020-12-11 12:51:10 +03:00
texture_button.cpp
texture_button.h
texture_progress_bar.cpp Rename Control margin to offset 2020-12-23 06:25:56 +00:00
texture_progress_bar.h Rename Control margin to offset 2020-12-23 06:25:56 +00:00
texture_rect.cpp
texture_rect.h
tree.cpp Rename Control margin to offset 2020-12-23 06:25:56 +00:00
tree.h Cleanup unused engine code 2020-12-09 12:12:36 +01:00
video_player.cpp
video_player.h