Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Fix errors when removing non Control node from TabContainer | Rafał Mikrut | |
2021-01-08 | RichTextLabel: Fix build after #35505 | Rémi Verschelde | |
Should have rebased before merging. | |||
2021-01-08 | Merge pull request #35505 from dalexeev/rtl_colors | Rémi Verschelde | |
Unified named colors in RichTextLabel | |||
2021-01-05 | Makes script editor not draw non existent spaces. | David Kennedy | |
Fixes #44775 Editor is incorrectly drawing non existent space. | |||
2021-01-05 | Revert "solved ctrl + alt + special character Issue #6851" | Rémi Verschelde | |
2021-01-04 | Merge pull request #44906 from ↵ | Rémi Verschelde | |
EricEzaM/PR/popup-menu-fix-not-matching-button-size Fixed PopupMenu not matching parent MenuButton/OptionButton width | |||
2021-01-04 | Fixed PopupMenu not matching parent MenuButton/OptionButton width | Eric M | |
2021-01-04 | Fixed hover highlight style rect of items being cut off. | Eric M | |
This was caused by an incorrect calculation of the height of each item when determining the minimum size, plus a few things which were leftover after the PopupMenu rework. | |||
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! 2020 has been a tough year for most of us personally, but a good year for Godot development nonetheless with a huge amount of work done towards Godot 4.0 and great improvements backported to the long-lived 3.2 branch. We've had close to 400 contributors to engine code this year, authoring near 7,000 commit! (And that's only for the `master` branch and for the engine code, there's a lot more when counting docs, demos and other first-party repos.) Here's to a great year 2021 for all Godot users 🎆 | |||
2020-12-29 | Merge pull request #44724 from Chaosus/popup_separator | Rémi Verschelde | |
Added optional id parameter to `PopupMenu::add_separator` | |||
2020-12-29 | Fix missed renamings from empty() to is_empty() | Rémi Verschelde | |
Those were missed in #44401 or added by later PRs. | |||
2020-12-29 | Merge pull request #44781 from mrushyendra/scroll_container_ready_fix | Rémi Verschelde | |
Allow ScrollBar params of a ScrollContainer to be modified from _ready() | |||
2020-12-29 | Merge pull request #43691 from bruvzg/ctl_dropcap | Rémi Verschelde | |
[Complex Text Layouts] Add drop-cap support to RTL. | |||
2020-12-29 | Allow ScrollBar params of a ScrollContainer to be modified in _ready() | Maganty Rushyendra | |
Initializes the sizes of the ScrollContainer and its associated ScrollBars in _ready() to allow scroll values to be set in GDScript initially. | |||
2020-12-28 | Merge pull request #44586 from madmiraal/rename-stepify | Rémi Verschelde | |
Rename Math::stepify to snapped | |||
2020-12-28 | Merge pull request #44569 from madmiraal/rename-unselect-deselect | Rémi Verschelde | |
Rename unselect to deselect | |||
2020-12-28 | Merge pull request #44607 from madmiraal/rename-control-rotation | Rémi Verschelde | |
Rename Control rotation to rotation_degrees | |||
2020-12-28 | Rename Math::stepify to snapped | Marcel Admiraal | |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal | |
2020-12-27 | Added optional id parameter to `PopupMenu::add_separator` | Yuri Roubinsky | |
2020-12-26 | Update GraphEdit connection to reflect new signal name | Marcel Admiraal | |
2020-12-23 | Merge pull request #44605 from madmiraal/rename-control-margin | Rémi Verschelde | |
Rename Control margin to offset | |||
2020-12-23 | Rename Control rotation to rotation_degrees | Marcel Admiraal | |
2020-12-23 | Rename Control margin to offset | Marcel Admiraal | |
2020-12-21 | Rename unselect to deselect | Marcel Admiraal | |
2020-12-21 | Fix RichTextLabel content height and scrollbar calculations. | bruvzg | |
2020-12-21 | Use integer text position in scroll container, TextEdit and canvas editor, ↵ | bruvzg | |
to ensure sharp text rendering. Use integer font align/advance with any font scaling, to ensure sharp text rendering. | |||
2020-12-21 | Merge pull request #44328 from gongpha/tabs-label-incorrect | Rémi Verschelde | |
Refresh TextLine buffer when moving a tab | |||
2020-12-21 | Merge pull request #44300 from KoBeWi/🧹🧹 | Rémi Verschelde | |
Move initialization of some classes to headers | |||
2020-12-18 | Added GraphEdit properties to control lines thickness and antialiasing | Yuri Roubinsky | |
2020-12-17 | FIx visual issues with GraphEdit minimap | Yuri Sizov | |
2020-12-17 | Merge pull request #43416 from pycbouh/graph-minimap | Rémi Verschelde | |
Add a minimap to the GraphEdit | |||
2020-12-16 | Merge pull request #44412 from DanielZTing/rename | Rémi Verschelde | |
Rename neighbour in Control to neighbor | |||
2020-12-16 | GUI: use cursor in TextEdit for non selected text. | Sergey Minakov | |
2020-12-15 | Rename neighbour in Control to neighbor | Daniel Ting | |
This keeps things consistent with the rest of Godot, which uses the American English spelling of Color. | |||
2020-12-15 | Merge pull request #44377 from Calinou/rename-textureprogressbar | Rémi Verschelde | |
Rename the TextureProgress node to TextureProgressBar | |||
2020-12-14 | Rename the TextureProgress node to TextureProgressBar | Hugo Locurcio | |
Advantages: - When searching for "progressbar", you'll see both nodes in the search results. - More consistent with Button/TextureButton. | |||
2020-12-14 | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal | |
Also renames: - AcceptDialog add_cancel() to add_cancel_button() - ConfirmationDiaglog get_cancel() to get_cancel_button() | |||
2020-12-13 | [Complex Text Layouts] Add drop-caps support to TextParagraph and RTL. | bruvzg | |
2020-12-13 | Merge pull request #42595 from bruvzg/ctl_rich_text | Rémi Verschelde | |
[Complex Text Layouts] Refactor RichTextLabel. | |||
2020-12-13 | Refresh TextLine buffer when moving tab | gongpha | |
2020-12-11 | Move initialization of some classes to headers | Tomasz Chabora | |
2020-12-11 | Fixed mouse scrolling in TextEdit's | Yuri Roubinsky | |
2020-12-11 | [Complex Text Layouts] Refactor RichTextLabel. | bruvzg | |
2020-12-10 | Allow to circle back in 'PopupMenu' even if the first/last item is ↵ | Michael Alexsander | |
non-selectable | |||
2020-12-10 | Merge pull request #44233 from YeldhamDev/popupmenu_circle_back | Rémi Verschelde | |
Re-add circle back scrolling to 'PopupMenu' | |||
2020-12-10 | Merge pull request #44070 from YeldhamDev/popupmenu_separator_font_color | Rémi Verschelde | |
Add "font_color_separator" theme property to 'PopupMenu' | |||
2020-12-10 | Merge pull request #44124 from volzhs/tabs-in-front | Rémi Verschelde | |
Add option to draw all tabs in front | |||
2020-12-10 | Add option to draw all tabs in front | volzhs | |
2020-12-09 | Re-add circle back scrolling to 'PopupMenu' | Michael Alexsander | |