Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2021-02-08 | Update ColorPicker controls when entering tree | Kanabenki | |
2021-02-08 | Expose Tree::scroll_to_item() | Pedro J. Estébanez | |
2021-02-07 | Set selected Tree item to null when deselected | kobewi | |
Co-authored-by: Brody Eller <wviper3@gmail.com> | |||
2021-02-07 | TextEdit: When left mouse is pressed to place the cursor, do not immediately ↵ | Oliver Dick | |
adjust the viewport when cursor_set_line is called, but afterwards on cursor_set_column (effectively when the cursor reached its final position) Fixes #45770 | |||
2021-02-04 | doc: Don't bind argument names with p_ prefix | Rémi Verschelde | |
This prefix is used in the C++ codebase, not in the scripting API. | |||
2021-02-01 | Merge pull request #45110 from fmazan/completion-panel-positioning | Rémi Verschelde | |
Fixed completion and hint panel positioning in TextExit | |||
2021-02-01 | Merge pull request #45549 from flyingpimonster/graphnode-icon | Rémi Verschelde | |
GraphNode: Add properties for custom icons | |||
2021-01-31 | Use integer coordinates for the font glyphs rendering. | bruvzg | |
2021-01-28 | GraphNode: Add properties for custom icons | James Westman | |
Add properties for the slots' icon textures, so they can be set easily in the editor. Fixes #45487. | |||
2021-01-26 | Fix unintended SpinBox mouse capture | Volka | |
2021-01-26 | Merge pull request #44349 from KoBeWi/drop_the_data! | Rémi Verschelde | |
Allow to override drop data in LineEdit | |||
2021-01-26 | Merge pull request #45220 from Calinou/range-ratio-equal-min-max-no-error | Rémi Verschelde | |
Make Range return 1.0 ratio if minimum and maximum values are equal |