Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-10 | Merge pull request #34938 from OverloadedOrama/fix-basebutton-button-press | Rémi Verschelde | |
Fixes BaseButton not triggering the pressed signal on "Button Press"… | |||
2020-01-10 | Update minimum size on Label::set_autowrap | Haoyu Qiu | |
If `clip_text` is true, the minimum height is one line if `autowrap` is true , or one pixel otherwise. | |||
2020-01-09 | Don't compile editor-only function when tools=no | Gilles Roudière | |
2020-01-09 | Fixes BaseButton not triggering the "pressed" signal on "Button Press" ↵ | OverloadedOrama | |
Action Mode This should fix #34935 | |||
2020-01-08 | Emits meta_hover_ended when mouse exit RichTextLabel | Haoyu Qiu | |
2020-01-08 | Merge pull request #34874 from wingedadventurer/bugfix-label-visible-characters | Rémi Verschelde | |
Make Label node consider spaces for visible_characters property | |||
2020-01-08 | Merge pull request #34871 from ↵ | Rémi Verschelde | |
lentsius-bark/textEdit-vertical-horizontal-scroll-expose expose scroll_vertical and scroll_horizontal in TextEdit | |||
2020-01-08 | Merge pull request #34900 from timothyqiu/rtl-cell-wrap | Rémi Verschelde | |
Fixes RichTextLabel click issue when cell text wraps | |||
2020-01-07 | Make possible to edit the GraphEdit's selection rect colors | Michael Alexsander | |
2020-01-08 | Fixes RichTextLabel click issue when cell text wraps | Haoyu Qiu | |
2020-01-07 | Check if cursor is inside meta when getting cursor shape | Kanabenki | |
2020-01-07 | expose scroll_vertical and scroll_horizontal in TextEdit + documentation | Krystof Klestil | |
2020-01-06 | make Label consider spaces for visible_characters | wingedadventurer | |
2020-01-07 | Calculate label size more accurately | volzhs | |
2020-01-06 | Fix calculating label size | volzhs | |
2020-01-04 | Makes more strings translatable | Haoyu Qiu | |
2020-01-03 | Merge pull request #34781 from fossegutten/button-flash | Rémi Verschelde | |
Fixes button flashing when releasing mousebutton outside | |||
2020-01-03 | Fixes button flashing when releasing mousebutton outside | fossegutten | |
2020-01-03 | Better horizontal scroll for Tree | Haoyu Qiu | |
* Adds pan gesture support for horizontal scroll. * Scrolls horizontally when needed to ensure cursor visiblility. | |||
2020-01-03 | Clears button mask before activating menu item | Haoyu Qiu | |
2020-01-02 | Merge pull request #34737 from timothyqiu/tree-item-offset | Rémi Verschelde | |
Fixes Tree item offset when root is hidden | |||
2020-01-02 | Merge pull request #34735 from YeldhamDev/texturerect_code_format | Rémi Verschelde | |
Minor code formatting in TextureRect file | |||
2020-01-02 | Fixes Tree item offset when root is hidden | Haoyu Qiu | |
Before this fix, one vseparation is counted for a hidden root item. | |||
2020-01-01 | Minor code formatting in TextureRect file | Michael Alexsander | |
2020-01-01 | Ensures cursor visible for Tree with title | Haoyu Qiu | |
2020-01-01 | Merge pull request #34724 from timothyqiu/tree-right | Rémi Verschelde | |
Fixes behavior of right arrow key in Tree | |||
2020-01-01 | Merge pull request #34654 from Calinou/colorpicker-move-preview-under-picker | Rémi Verschelde | |
Move the ColorPicker preview under the picker area | |||
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it. | |||
2020-01-01 | Fixes behavior of right arrow key in Tree | Haoyu Qiu | |
2019-12-31 | Merge pull request #34633 from qarmin/lineedit_signal | Rémi Verschelde | |
Don't try to connect "text_entered" signal to nodes other than LineEdit | |||
2019-12-31 | Merge pull request #34612 from timothyqiu/item-list | Rémi Verschelde | |
Improves ItemList documentation | |||
2019-12-31 | Improves ItemList | Haoyu Qiu | |
* Adds range hint for integer properties * Adds missing descriptions in documentation * Updates some method descriptions to match the actual behavior * Fixes second param name of `set_item_icon_transposed` from `rect` to `transposed` | |||
2019-12-30 | Fix argument type in set_follow_focus() | Tomasz Chabora | |
2019-12-30 | Merge pull request #34572 from KoBeWi/I_give_up | Rémi Verschelde | |
Make new ScrollContainer focus behavior optional | |||
2019-12-30 | Merge pull request #34653 from YeldhamDev/optionbutton_margin_auto | Rémi Verschelde | |
Make OptionButton itself take into account the arrow margin instead of relying on the theme | |||
2019-12-30 | Make new ScrollContainer focus behavior optional | Tomasz Chabora | |
2019-12-30 | Merge pull request #34582 from timothyqiu/forward-decl | Rémi Verschelde | |
Cleans up headers included in editor_node.h | |||
2019-12-30 | Merge pull request #34563 from Paulb23/23751_extra_line_indent | Rémi Verschelde | |
Fixed selection indent taking an additional line | |||
2019-12-28 | Move the ColorPicker preview under the picker area | Hugo Locurcio | |
This moves it to be closer to the sliders, which in turn makes it easier for the user to preview the color. This also makes it clearer that the Pick button can only pick colors in the editor window, not outside. | |||
2019-12-28 | Make OptionButton itself take into account the arrow margin instead of ↵ | Michael Alexsander | |
relying on the theme | |||
2019-12-27 | Don't try to connect "text_entered" signal to nodes other than LineEdit | Rafał Mikrut | |
2019-12-24 | Cleans up headers included in editor_node.h | Haoyu Qiu | |
2019-12-23 | Fixed selection indent taking an additional line | Paulb23 | |
2019-12-23 | Fix issue with disconnecting events when font changes | Jonas Bernemann | |
2019-12-17 | Use global transform when calculating scroll | Tomasz Chabora | |
2019-12-16 | Merge pull request #34269 from KoBeWi/scrolling_peeps | Rémi Verschelde | |
Scroll ScrollContainer to focused children | |||
2019-12-16 | Merge pull request #34311 from mikkac/34289 | Rémi Verschelde | |
Fix- using cut in first line of a script file does not remove the line | |||
2019-12-16 | Prevent infinite loop when focus_next is invisible | Tomasz Chabora | |
2019-12-14 | Fix- using cut in first line of a script file does not remove the line | Mikolaj Kaczmarek | |
2019-12-13 | Remove unused theme elements in H/VSlider | Michael Alexsander | |