virtualx-engine/scene/gui
SnailRhymer efed5087ae Change code folding behavior to include terminal indented comments
Previously, when folding a block of code that finished with an indented comment (i.e. one indented as much as or more than the starting indent of the code), that comment would be left out of the fold. Change the behavior to include such comments, but still leave less-indented ones out.
2022-07-17 17:38:51 +01:00
..
aspect_ratio_container.cpp Add a property hint for AspectRatioContainer's ratio property 2022-04-17 22:04:39 +02:00
aspect_ratio_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
base_button.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
base_button.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
box_container.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
box_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
button.cpp Fix button icon expansion calculation with empty text 2022-05-16 17:14:43 +02:00
button.h Add alignment options to icons on buttons. 2022-02-07 21:29:37 +01:00
center_container.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
center_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
check_box.cpp Add missing CheckBox & CheckButton editor icons 2022-04-04 12:15:46 +08:00
check_box.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
check_button.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
check_button.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
color_picker.cpp Improve Colorpicker presets 2022-01-17 15:21:47 +01:00
color_picker.h Improve Colorpicker presets 2022-01-17 15:21:47 +01:00
color_rect.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
color_rect.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
container.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
control.cpp Fix find_next_valid_focus() freeze 2022-07-01 14:00:55 +02:00
control.h Allow changing exclusive of already popped up Popup 2022-05-28 01:10:49 +02:00
dialogs.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
dialogs.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
file_dialog.cpp Fix FileDialog file name autocompletion with filters 2022-07-06 11:39:04 +02:00
file_dialog.h [Windows, 3.x] Add support for handling network share paths. 2022-06-13 09:24:35 +03:00
flow_container.cpp Fix children visibility check 2022-03-17 14:45:19 +01:00
flow_container.h Backport FlowContainer 2022-02-11 14:48:40 +08:00
gradient_edit.cpp Add interpolation modes to Gradient 2022-05-12 14:24:04 -05:00
gradient_edit.h Add interpolation modes to Gradient 2022-05-12 14:24:04 -05:00
graph_edit.cpp Add node list param to GraphEdit::delete_nodes_request signal 2022-05-18 12:36:00 +03:00
graph_edit.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
graph_node.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
graph_node.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
grid_container.cpp Distribute remaining pixel to expanding childs of GridContainer 2022-05-16 21:12:21 +02:00
grid_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
item_list.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
item_list.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
label.cpp Backport Label3D node implementation and Sprite*3D material render priority. 2022-05-23 09:14:41 +03:00
label.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
line_edit.cpp Fix LineEdit caret after using arrow key to deselect 2022-07-06 09:32:39 +08:00
line_edit.h Merge pull request #59827 from ConteZero/fix_right_menu 2022-04-14 21:29:57 +02:00
link_button.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
link_button.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
margin_container.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
margin_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
menu_button.cpp Make popup menus focus items automatically when not using the mouse 2022-02-04 17:20:26 -03:00
menu_button.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
nine_patch_rect.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
nine_patch_rect.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
option_button.cpp Return -1 from get_selected_id() when not selected 2022-05-19 12:42:54 +03:00
option_button.h Add item tooltip access to OptionButton 2022-03-17 14:45:19 +01:00
panel.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
panel.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
panel_container.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
panel_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
popup.cpp Allow changing exclusive of already popped up Popup 2022-05-28 01:10:49 +02:00
popup.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
popup_menu.cpp Merge pull request #61687 from YeldhamDev/double_hover_fix 2022-06-06 13:17:25 +02:00
popup_menu.h Make popup menus focus items automatically when not using the mouse 2022-02-04 17:20:26 -03:00
progress_bar.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
progress_bar.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
range.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
range.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
reference_rect.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
reference_rect.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rich_text_effect.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rich_text_effect.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rich_text_label.cpp [3.x] Improve RTL table fill. 2022-06-13 09:57:35 +03:00
rich_text_label.h Add readable export errors. Add RTL image vertical alignment support. 2022-06-08 17:56:28 +03:00
scroll_bar.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
scroll_bar.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
scroll_container.cpp [3.x] Allow ScrollBar params of a ScrollContainer to be modified from _ready() 2022-05-23 21:46:59 -06:00
scroll_container.h [3.x] Allow ScrollBar params of a ScrollContainer to be modified from _ready() 2022-05-23 21:46:59 -06:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
separator.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
separator.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shortcut.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shortcut.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
slider.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
slider.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
spin_box.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
spin_box.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
split_container.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
split_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tab_container.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tab_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tabs.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tabs.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
text_edit.cpp Change code folding behavior to include terminal indented comments 2022-07-17 17:38:51 +01:00
text_edit.h Add an option to drag'n'drop selected text in TextEdit 2022-06-30 19:23:01 +02:00
texture_button.cpp TextureButton Fix logic for drawing only the focus texture 2022-01-31 22:54:25 +01:00
texture_button.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
texture_progress.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
texture_progress.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
texture_rect.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
texture_rect.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tool_button.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tool_button.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tree.cpp Fix tree button icon not centered vertically 2022-05-09 10:53:02 +08:00
tree.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
video_player.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
video_player.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
viewport_container.cpp Fix event transform in ViewportContainer 2022-04-04 22:34:49 +02:00
viewport_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00