Age | Commit message (Expand) | Author |
2022-11-23 | add possibility to use only one color | Hana |
2022-11-17 | Fix multithreaded RTL resetting scroll position on resize. | bruvzg |
2022-11-17 | Add `Control::localize_numeral_system` property to toggle automatic numeral s... | bruvzg |
2022-11-14 | Remove redundant Variant-types initializations | Markus Sauermann |
2022-10-31 | Merge pull request #63590 from golfinq/fbg-padding | Rémi Verschelde |
2022-10-26 | Remove override_selected_font_color property | kobewi |
2022-10-13 | Merge pull request #66337 from EricEzaM/sprite-frames | Rémi Verschelde |
2022-10-11 | Add Spritesheet support to RichTextLabel BBCode | Petra Baranski |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-09-28 | Fix MSVC warning C4702: unreachable code | Rémi Verschelde |
2022-09-26 | [RTL] Fix font variations / OpenType features of theme default font not updat... | bruvzg |
2022-09-24 | Ensure all checks of `is_action` in the editor which are for 'shortcut' use, ... | Eric M |
2022-09-23 | Merge pull request #65158 from nongvantinh/fixed-infinite-loop | Rémi Verschelde |
2022-09-19 | [RTL] Add option to apply built-in effects to the individual connected glyphs. | bruvzg |
2022-09-16 | Fix RichTextLabel not updating on theme/theme override change until text is u... | bruvzg |
2022-09-13 | RTL Improvements | bruvzg |
2022-09-07 | [RTL] Stop threaded RTL auto-redrawing as soon as text processing is finished... | bruvzg |
2022-09-06 | Fix theming code in Panel, SplitContainer, RichTextLabel | Yuri Sizov |
2022-09-06 | Improve naming of theme properties throughout GUI code | Yuri Sizov |
2022-09-06 | Rename `range_lerp` to `remap` | Micky |
2022-09-02 | Fix theme propagation in various parts of the editor | Yuri Sizov |
2022-09-01 | Fix Label & RichTextLabel's visible_ratio not working | Micky |
2022-09-01 | [TextServer] Add support for trimming edge spaces on line break. | bruvzg |
2022-09-01 | Fixes #64962 that cause program run into infinite loop | Nong Van Tinh |
2022-08-29 | Rename `CanvasItem.update()` to `queue_redraw()` | Micky |
2022-08-28 | Reorganized Label and RichTextLabel properties | VolTer |
2022-08-26 | Rename Label & RichTextLabel.`percent_visible` to `visible_ratio` | Micky |
2022-08-24 | Merge pull request #59226 from Rindbee/better-setters-in-gui-controls | Yuri Sizov |
2022-08-24 | Merge pull request #64783 from bruvzg/fix_rtl_min_size | Rémi Verschelde |
2022-08-23 | Add some codes, returnes directly if the value is not changed. | 风青山 |
2022-08-23 | Fix RTL min. size not triggering text cache update. | bruvzg |
2022-08-23 | [RTL] Improve meta click position. | bruvzg |
2022-08-22 | Clamp Label's `percent_visible` properly between 0 and 1.0 | Micky |
2022-08-04 | Fix issue with overlaping text label text | iwek |
2022-07-31 | Add padding options in theme for fg/bgcolor tags | golfinq |
2022-07-26 | [RichTextLabel] Fix theme bold / italics / bold italics and mono font size no... | bruvzg |
2022-07-24 | Add error for invalid RichTextLabel.install_effect | RedMser |
2022-07-15 | Use BitField hint for the TextServer enums. Add missing parts for BitField su... | bruvzg |
2022-07-13 | Merge pull request #62774 from Rindbee/make-the-meta-click-area-fit | Rémi Verschelde |
2022-07-13 | Make the meta click area fit | Rindbee |
2022-07-07 | Fix regressions from Font refactor | bruvzg |
2022-07-06 | Refactor Font configuration and import UI, and Font resources. | bruvzg |
2022-06-16 | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg |
2022-06-13 | [RTL] Fix underline/overline/strikethrough interaction with the "visible char... | bruvzg |
2022-06-11 | Add suffixes to all nodes and resources | FireForge |
2022-06-06 | [RTL] Stop processing thread before deleting scroll bar. | bruvzg |
2022-06-06 | Merge pull request #61724 from iwek7/fixing_rich_text_label | Rémi Verschelde |
2022-06-05 | Fix richTextLabel scroll showing | iwek |
2022-06-05 | Fix strange behavior with list close tags and empty list tags | Rindbee |
2022-05-20 | Merge pull request #61182 from danielkariv/fix_misclick_selection | Rémi Verschelde |