Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-06 | Release mouse when SpinBox leaves scene tree | kobewi | |
2021-03-04 | Revert "Add size check in Control._edit_set_state to prevent crash" | Rémi Verschelde | |
This reverts commit ef1d58f034233a0d8b5d0b5dbf539e851ffc726c. | |||
2021-03-04 | Merge pull request #46524 from kuruk-mm/lineedit_triple_click | Rémi Verschelde | |
LineEdit: Now double click to select a word, and triple click to sele… | |||
2021-03-04 | Merge pull request #46620 from sps1112/fix-control.edit_set_state-crash | Rémi Verschelde | |
Add size check in Control::_edit_set_state() to fix crash | |||
2021-03-04 | Add size check in Control._edit_set_state to prevent crash | sps1112 | |
2021-03-03 | Deselect column only if belongs to deselected item | kobewi | |
2021-03-01 | Merge pull request #46563 from pycbouh/graph-edit-hide-minimap-properly | Rémi Verschelde | |
Properly hide GraphEdit's minimap | |||
2021-03-01 | Properly hide GraphEdit's minimap | Yuri Sizov | |
2021-03-01 | Merge pull request #41437 from KoBeWi/put_it_here | Rémi Verschelde | |
Allow to create a node at specific position | |||
2021-03-01 | LineEdit: Now double click to select a word, and triple click to select all ↵ | Mateo Kuruk Miccino | |
the content using the new TextServer TextEdit: Update the method to search words with the new TextServer | |||
2021-02-27 | Fix GraphEdit connects when graph is zoomed/unzoomed | Yuri Roubinsky | |
2021-02-26 | Allow to create a node at specific position | Tomasz Chabora | |
2021-02-25 | Merge pull request #38918 from EricEzaM/fix-slider-focus-on-scroll-input | Rémi Verschelde | |
Fixed issue with slider focus and scroll input | |||
2021-02-24 | Fixed 'nonexistent action' errors spammed at startup on OSX | Eric M | |
2021-02-22 | Add preview Sun and Environment | reduz | |
* Adds both a preview sun and preview environment to the 3D editor. * They are valid as long as a DirectionalLight3D and WorldEnvironment are not in the scene. * If any is added to the scene, the respective preview is disabled. * Changed WorldEnvironment to better handle multiple node versions. * Added a function in SceneTree to get the first node in a group. * Fixed button minimum size to also consider font height if no text is there, this broke with the TextSever PR. | |||
2021-02-22 | Merge pull request #45994 from Jummit/expose-edit-selected | Rémi Verschelde | |
Expose edit_selected in Tree | |||
2021-02-22 | expose edit_selected in Tree | Jummit | |
2021-02-21 | Merge pull request #46230 from gongpha/keep-hue-value | Rémi Verschelde | |
Keep Hue value when Saturation or Value is zero | |||
2021-02-21 | Label::set_lines_skipped Fail if passed a negative value | kleonc | |
2021-02-19 | Warn when setting Control size inside ready() | Tomasz Chabora | |
2021-02-19 | Keep Hue value when Saturation or Value is zero | Kongfa Waroros | |
2021-02-18 | Removed hardcoded shortcuts from /scene and converted to input actions | Eric M | |
This removes hardcoded actions from things like LineEdit and TextEdit. Previously, things like copy, paste, etc were all hardcoded to Ctrl+C, Ctrl+V, etc. They could not be changed. This allows the possibility of them being changed, by making them use the action map. This has the added benefit of greatly simplifying the input handling logic in those controls. The logic which was previously in a huge and hard to follow switch statement has been extracted to individual methods. | |||
2021-02-18 | Reorganize Project Settings | reduz | |
-Advanced Settings toggle also hides advanced properties when disabled -Simplified Advanced Bar (errors were just plain redundant) -Reorganized rendering quality settings. -Reorganized miscelaneous settings for clean up. | |||
2021-02-18 | Avoid signal methods in ColorPicker to access the tree when it isn't in the tree | Kongfa Waroros | |
2021-02-16 | Merge pull request #46081 from YeldhamDev/popupmenu_fixes | Rémi Verschelde | |
Fix various small issues with PopupMenu | |||
2021-02-16 | Merge pull request #46088 from groud/fix_line_edit | Rémi Verschelde | |
Fix minimum_character_width in LineEdit | |||
2021-02-16 | Merge pull request #45899 from nekomatata/richtextlabel-get-selection | Rémi Verschelde | |
Expose RichTextLabel selection to script | |||
2021-02-16 | Fix minimum_character_width in LineEdit | Gilles Roudière | |
2021-02-16 | Fix various small issues with PopupMenu | Michael Alexsander | |
2021-02-16 | Select TreeItem if none is selected | kobewi | |
2021-02-15 | Expose RichTextLabel selection to script | PouleyKetchoupp | |
Expose existing get_selection_text and add methods to get the current selection index from and index to. | |||
2021-02-15 | Improved PopupMenu visuals. Removed x-y margin, made it 'padding' instead. | Eric M | |
2021-02-14 | RichTextLabel::add_image Fail if passed image has no area | kleonc | |
2021-02-14 | Merge pull request #44747 from bruvzg/missing_outlines | Rémi Verschelde | |
[CTL] Add missing theme properties for outlines, fix underline scaling, and RTL cell padding. | |||
2021-02-14 | [CTL] Fix RichTextLabel cell horizontal padding. | bruvzg | |
2021-02-14 | [CTL] Add missing font outline drawing routines and theme constants. | bruvzg | |
2021-02-14 | Merge pull request #45942 from YeldhamDev/label_height_empty | Rémi Verschelde | |
Keep Label's min height when empty | |||
2021-02-13 | Merge pull request #45858 from nekomatata/text-edit-style-content-margins | Rémi Verschelde | |
TextEdit respects content margin from StyleBox | |||
2021-02-13 | Merge pull request #45881 from nekomatata/textedit-wrap-autoscroll | Rémi Verschelde | |
Fix TextEdit autoscroll with wrapped lines | |||
2021-02-12 | Keep Label's min height when empty | Michael Alexsander | |
2021-02-12 | Fix TextEdit autoscroll with wrapped lines | PouleyKetchoupp | |
Index to find the last line wrap index was off by one, which prevented the first wrapped line to trigger autoscroll. | |||
2021-02-12 | TextEdit respects content margin from StyleBox | PouleyKetchoupp | |
Now TextEdit adjusts x & y offset according to the corresponding StyleBox when in normal or read-only mode. In order to handle bottom content margin, wrapped lines that are entirely outside the stylebox content area are not drawn. | |||
2021-02-12 | Fix LineEdit minimum width | reduz | |
-Changed theme setting name to make more sense of what it does -Reduced amount of minimum characters, so minimum size is smaller. | |||
2021-02-12 | Use get_char_size(' ') to calculate space width. | bruvzg | |
2021-02-11 | Merge pull request #45870 from gongpha/graphedit-connection-update | Rémi Verschelde | |
Update GraphEdit when GraphNode's slot is updated | |||
2021-02-10 | Removed _change_notify | reduz | |
-For inspector refresh, the inspector now detects if a property change by polling a few times per second and then does update the control if so. This process is very cheap. -For property list refresh, a new signal (property_list_changed) was added to Object. _change_notify() is replaced by notify_property_list_changed() -Changed all objects using the old method to the signal, or just deleted the calls to _change_notify(<property>) since they are unnecesary now. | |||
2021-02-11 | Update GraphEdit when GraphNode's slot is updated | Kongfa Waroros | |
2021-02-09 | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut | |
2021-02-09 | Merge pull request #45812 from RandomShaper/keep_selected_visible | Rémi Verschelde | |
Keep selected node visible after filter change | |||
2021-02-08 | Merge pull request #45806 from KoBeWi/forest_of_deselection | Rémi Verschelde | |
Set selected Tree item to null when deselected |