Age | Commit message (Expand) | Author |
2021-02-19 | Warn when setting Control size inside ready() | Tomasz Chabora |
2021-02-18 | Removed hardcoded shortcuts from /scene and converted to input actions | Eric M |
2021-02-18 | Reorganize Project Settings | reduz |
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 |
2021-02-16 | Merge pull request #46088 from groud/fix_line_edit | Rémi Verschelde |
2021-02-16 | Merge pull request #45899 from nekomatata/richtextlabel-get-selection | Rémi Verschelde |
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 |
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 |
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 |
2021-02-13 | Merge pull request #45858 from nekomatata/text-edit-style-content-margins | Rémi Verschelde |
2021-02-13 | Merge pull request #45881 from nekomatata/textedit-wrap-autoscroll | Rémi Verschelde |
2021-02-12 | Keep Label's min height when empty | Michael Alexsander |
2021-02-12 | Fix TextEdit autoscroll with wrapped lines | PouleyKetchoupp |
2021-02-12 | TextEdit respects content margin from StyleBox | PouleyKetchoupp |
2021-02-12 | Fix LineEdit minimum width | reduz |
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 |
2021-02-10 | Removed _change_notify | reduz |
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 |
2021-02-08 | Merge pull request #45806 from KoBeWi/forest_of_deselection | Rémi Verschelde |
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 |
2021-02-07 | TextEdit: When left mouse is pressed to place the cursor, do not immediately ... | Oliver Dick |
2021-02-04 | doc: Don't bind argument names with p_ prefix | Rémi Verschelde |
2021-02-01 | Merge pull request #45110 from fmazan/completion-panel-positioning | Rémi Verschelde |
2021-02-01 | Merge pull request #45549 from flyingpimonster/graphnode-icon | Rémi Verschelde |
2021-01-31 | Use integer coordinates for the font glyphs rendering. | bruvzg |
2021-01-28 | GraphNode: Add properties for custom icons | James Westman |
2021-01-26 | Fix unintended SpinBox mouse capture | Volka |
2021-01-26 | Merge pull request #44349 from KoBeWi/drop_the_data! | Rémi Verschelde |
2021-01-26 | Merge pull request #45220 from Calinou/range-ratio-equal-min-max-no-error | Rémi Verschelde |
2021-01-26 | Merge pull request #45369 from naithar/fix/line_edit_clear-4.0 | Rémi Verschelde |
2021-01-26 | [GUI] Enforce virtual keyboard redisplay on clear | Sergey Minakov |
2021-01-26 | Exposed find_next_valid_focus and find_prev_valid_focus. | Nils Reid |
2021-01-26 | Merge pull request #44194 from madmiraal/fix-font_selected_color | Rémi Verschelde |
2021-01-25 | Fix minimap capturing events and improve its theme | Yuri Sizov |
2021-01-24 | Change themes *_color_* to *_*_color | Marcel Admiraal |
2021-01-18 | RichTextLabel: adds separate `get_total_x_count`, `get_visible_x_count` and `... | bruvzg |
2021-01-15 | Make Range return 1.0 ratio if minimum and maximum values are equal | Hugo Locurcio |