Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2021-01-26 | Merge pull request #45369 from naithar/fix/line_edit_clear-4.0 | Rémi Verschelde | |
[4.0] [GUI] Fix LineEdit clearing | |||
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 | |
Change themes font_color_selected to font_selected_color | |||
2021-01-25 | Fix minimap capturing events and improve its theme | Yuri Sizov | |
Add an editor setting for minimap opacity in visual editors | |||
2021-01-24 | Change themes *_color_* to *_*_color | Marcel Admiraal | |
Changed: font_color_accel -> font_accelerator_color font_color_bg -> font_unselected_color font_color_disabled -> font_disabled_color font_color_fg -> font_selected_color font_color_hover -> font_hover_color font_color_hover_pressed -> font_hover_pressed_color font_color_pressed -> font_pressed_color font_color_readonly -> font_readonly_color font_color_selected -> font_selected_color font_color_shadow -> font_shadow_color font_color_uneditable -> font_uneditable_color icon_color_disabled -> icon_disabled_color icon_color_hover -> icon_hover_color icon_color_hover_pressed -> icon_hover_pressed_color icon_color_normal -> icon_normal_color icon_color_pressed -> icon_pressed_color Also includes: font_outline_modulate -> font_outline_color tab_fg -> tab_selected tab_bg -> tab_unselected | |||
2021-01-18 | RichTextLabel: adds separate `get_total_x_count`, `get_visible_x_count` and ↵ | bruvzg | |
`scroll_to_x` functions for wrapped lines and paragraphs (newlines). | |||
2021-01-15 | Make Range return 1.0 ratio if minimum and maximum values are equal | Hugo Locurcio | |
An error message is also no longer printed. This matches the behavior found in most UI frameworks where having equal minimum and maximum values is considered acceptable. This closes #43179. | |||
2021-01-15 | Merge pull request #33685 from Scony/improve-item-lists-add-item-methods | Rémi Verschelde | |
ItemList's add_(icon_)item method returns id of added item | |||
2021-01-15 | Merge pull request #45196 from Paulb23/text_edit_draw_behind_gutter | Rémi Verschelde | |
Fix TextEdit drawing Caret and icons out of bounds | |||
2021-01-15 | Merge pull request #45149 from pycbouh/ge-disconnect-crash | Rémi Verschelde | |
Prevent signal disconnection attempts on invalid references | |||
2021-01-15 | Merge pull request #44870 from ↵ | Rémi Verschelde | |
alexpech12/fix-rich-text-label-set-visible-characters Keep RichTextLabel visible character properties in sync | |||
2021-01-14 | Fix TextEdit drawing Caret and icons out of bounds | Paulb23 | |
2021-01-14 | Prevent signal disconnection attempts on invalid references | Yuri Sizov | |
2021-01-14 | Keep RichTextLabel visible character properties in sync | Alexander Pech | |
The RichTextLabel class is inconsistent in how it updates the visible_characters and percent_visible properties when either is changed. To keep both properties consistent, update percent_visible when setting the visible_characters property. For both properties, when setting one, notify change for the other. Docs updated for member set_visible_characters on RichTextLabel class. | |||
2021-01-12 | Fix errors when removing non Control node from TabContainer | Rafał Mikrut | |
2021-01-11 | Fixed completion and hint panel positioning in TextExit | Filip | |
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 | |