virtualx-engine/scene/gui
Dmitry Koteroff ea14b0789b A few small Debugger->Errors tab enhancements:
1. Added "Clear" button to clear list.
2. Errors list now populated with newest items comes first, so no need to scroll everytime.
3. Added PopupMenu to errors list with ability to quickly Copy error text & details.
2017-12-18 03:40:49 +03:00
..
base_button.cpp Fix toggle mode of BaseButton. 2017-09-26 20:10:44 -04:00
base_button.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
box_container.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
box_container.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
button.cpp Merge pull request #14543 from volzhs/checkbox-checkbutton-center 2017-12-11 08:02:22 +01:00
button.h Fix CheckButton minimum size 2017-12-11 14:52:32 +09:00
center_container.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
center_container.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
check_box.cpp Fix CheckBox minimum size 2017-12-11 15:37:29 +09:00
check_box.h Fix CheckBox minimum size 2017-12-11 15:37:29 +09:00
check_button.cpp Fix CheckButton minimum size 2017-12-11 14:52:32 +09:00
check_button.h Fix CheckButton minimum size 2017-12-11 14:52:32 +09:00
color_picker.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
color_picker.h Added get_popup() method to ColorPickerButton. This allows to check if the picker is open or not using Popup signals. 2017-12-01 23:18:01 +02:00
color_rect.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
color_rect.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
container.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
container.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
control.cpp Fix Clip Content property is not saved 2017-12-17 23:10:59 +09:00
control.h fix certain popup close clicks with popup buttons 2017-12-10 10:55:48 +01:00
dialogs.cpp Fixes close button overlapping window title 2017-12-15 20:28:08 +01:00
dialogs.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
file_dialog.cpp Merge pull request #13847 from YeldhamDev/filedialog_title 2017-12-09 15:48:19 +01:00
file_dialog.h Added "mode_overrides_title" property to FileDialog. 2017-12-03 00:04:47 -02:00
gradient_edit.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
gradient_edit.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
graph_edit.cpp Native pan and zoom for macOS 2017-11-21 09:11:39 +01:00
graph_edit.h Native pan and zoom for macOS 2017-11-21 09:11:39 +01:00
graph_node.cpp Rename pos to position in user facing methods and variables 2017-09-20 13:11:10 +02:00
graph_node.h Rename pos to position in user facing methods and variables 2017-09-20 13:11:10 +02:00
grid_container.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
grid_container.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
item_list.cpp A few small Debugger->Errors tab enhancements: 2017-12-18 03:40:49 +03:00
item_list.h A few small Debugger->Errors tab enhancements: 2017-12-18 03:40:49 +03:00
label.cpp Fix use of unitialized variables 2017-09-02 01:59:26 +02:00
label.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
line_edit.cpp Exposed LineEdit's "selection_clear" and renamed it to "deselect". 2017-12-17 15:40:44 -02:00
line_edit.h Exposed LineEdit's "selection_clear" and renamed it to "deselect". 2017-12-17 15:40:44 -02:00
link_button.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
link_button.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
margin_container.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
margin_container.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
menu_button.cpp fix certain popup close clicks with popup buttons 2017-12-10 10:55:48 +01:00
menu_button.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
nine_patch_rect.cpp Finished transition of Patch9Rect to NinePatchRect 2017-10-24 13:01:45 +07:00
nine_patch_rect.h Finished transition of Patch9Rect to NinePatchRect 2017-10-24 13:01:45 +07:00
option_button.cpp fix certain popup close clicks with popup buttons 2017-12-10 10:55:48 +01:00
option_button.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
panel.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
panel.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
panel_container.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
panel_container.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
popup.cpp Remove unecessary anchors&margins set causing bad display (sons of containers) 2017-09-27 00:38:28 +02:00
popup.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
popup_menu.cpp More changes to PopupMenu's submenu keyboard handling. 2017-12-16 20:57:26 -02:00
popup_menu.h Change statable to multistate, remove extra separator 2017-12-12 09:41:17 +07:00
progress_bar.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
progress_bar.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
range.cpp Fix crash when unsharing a range that is not shared 2017-09-28 00:45:05 -07:00
range.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
reference_rect.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
reference_rect.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
rich_text_label.cpp Fix thin lines in editor gui on hidpi (issue 14691) 2017-12-15 18:49:48 +01:00
rich_text_label.h Fix crash in RichTextLabel::selection_copy() 2017-12-10 16:08:24 +01:00
scroll_bar.cpp Renamed fixed_process to physics_process 2017-09-30 16:19:07 +02:00
scroll_bar.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
scroll_container.cpp Fix scroll enabled in case of content fit in scroll container 2017-12-06 11:00:46 +07:00
scroll_container.h Rename pos to position in user facing methods and variables 2017-09-20 13:11:10 +02:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
separator.cpp turned arround minimum Size for Seperator in reaction to issue #12020 2017-10-12 00:25:56 +02:00
separator.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
shortcut.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
shortcut.h Dead code tells no tales 2017-08-27 22:13:45 +02:00
slider.cpp Fixes slider node tick offset 2017-12-15 09:52:34 -02:00
slider.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
spin_box.cpp Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_preset(PRESET_WIDE) 2017-09-22 11:39:44 +02:00
spin_box.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
split_container.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
split_container.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
tab_container.cpp Fix Index p_current=0 error at starting editor 2017-12-11 20:46:33 +09:00
tab_container.h Fix Index p_current=0 error at starting editor 2017-12-11 20:46:33 +09:00
tabs.cpp add scene button and tab scrolling 2017-11-18 20:31:51 -05:00
tabs.h add scene button and tab scrolling 2017-11-18 20:31:51 -05:00
text_edit.cpp Fix cut-copy-line breaking paste (issue 14539) 2017-12-17 16:24:23 +01:00
text_edit.h Fix cut-copy-line breaking paste (issue 14539) 2017-12-17 16:24:23 +01:00
texture_button.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
texture_button.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
texture_progress.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
texture_progress.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
texture_rect.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
texture_rect.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
tool_button.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
tool_button.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
tree.cpp Fix thin lines in editor gui on hidpi (issue 14691) 2017-12-15 18:49:48 +01:00
tree.h Some improvements to file/dir open/save dialogs: 2017-11-27 22:39:36 +01:00
video_player.cpp initialize bus_index to 0 2017-11-26 18:16:31 +01:00
video_player.h Fix video playback 2017-10-14 23:20:39 +09:00
viewport_container.cpp Ability to shrink 3D viewport by half 2017-10-31 14:23:47 -03:00
viewport_container.h Ability to shrink 3D viewport by half 2017-10-31 14:23:47 -03:00