Age | Commit message (Expand) | Author |
2021-10-20 | Merge pull request #53702 from ConteZero/primary_clipboard_linux | Rémi Verschelde |
2021-10-19 | Fix: typo in TextParagraph class and docs | Murilo Gonçalves |
2021-10-18 | Added primary clipboard for Linux | ConteZero |
2021-10-04 | Remove EDSCALE dependency from /scene/gui | Yuri Sizov |
2021-10-01 | Implement TextServer GDExtension interface, remove TextServer GDNative interf... | bruvzg |
2021-09-25 | Construct values only when necessary. | Anilforextra |
2021-09-23 | Construct values only when necessary. | Anilforextra |
2021-09-21 | Add flag to connected grapheme. Apply RTL displacement FX only to the whole c... | bruvzg |
2021-09-20 | Fix `Label` and `RichTextLabel` `visible_characters` and `percent_visible` m... | bruvzg |
2021-09-16 | Remove bbcode_text from RichTextLabel | HaSa1002 |
2021-09-14 | Merge pull request #52353 from williamd67/documentation-view-scroll-to-end | Rémi Verschelde |
2021-09-07 | Merge pull request #52082 from williamd67/fix-custom-effects-dropdown-menu | Max Hilbrunner |
2021-09-02 | Fix documentation viewer to scroll to end | William Deurwaarder |
2021-08-28 | Add support for internal nodes | kobewi |
2021-08-27 | Makes FontData importable resource. | bruvzg |
2021-08-24 | RichTextLabel returns member (Array) for custom effects for Editor | William Deurwaarder |
2021-08-24 | Make RichTextLabel honour default cursor shape property | Haoyu Qiu |
2021-08-23 | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz |
2021-08-21 | Fix line_separation working incorrectly in find_click of RichTextLabel | Menderes |
2021-08-20 | Fix line_separation constant working incorrectly in RichTextLabel | requizm |
2021-08-09 | Use doubles for time in many other places | Aaron Franke |
2021-08-08 | [Text Server] Improve object (image/table) inline alignment. | bruvzg |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-18 | Optimize StringName usage | reduz |
2021-06-25 | Fix RichTextLabel custom_effects export to be properly filtered in the Editor | Eric M |
2021-06-20 | Rich Text Label now allows for foreground colors and background colors | golfinq |
2021-06-16 | Documentation search fixes | Gregory Basile |
2021-05-26 | Fixed implementation of RTL remove_line(), which fixed issues in EditorLog. | Eric M |
2021-05-25 | Tweak dozens of editor property hints for consistency | Hugo Locurcio |
2021-05-13 | Attempt to fix rich text label effects processing even when | Eoin O'Neill |
2021-05-05 | Fixed issues with Editor Log after recent changes | Eric M |
2021-05-04 | Merge pull request #47855 from aaronfranke/doubleclick | Rémi Verschelde |
2021-05-04 | Rename `doubleclick` to `double_click` | Aaron Franke |
2021-05-04 | Improve output log performance. | Eric M |
2021-04-05 | Fix crashes in *_input functions | Rafał Mikrut |
2021-03-30 | RichTextLabel: On custom effect change, parse bbcode only if it's enabled and... | bruvzg |
2021-03-29 | Use extra font spacing in the RichTextLabel line height calculation, and styl... | bruvzg |
2021-03-23 | Rename ButtonList enum and members to MouseButton | Aaron Franke |
2021-03-16 | Fix BBCode tables overlap with bottom text | jmb462 |
2021-03-14 | Fix RTL BBCode range regression and selection issues. | bruvzg |
2021-03-03 | Hide more options of disabled properties | Michael Alexsander |
2021-02-24 | Fixed 'nonexistent action' errors spammed at startup on OSX | Eric M |
2021-02-18 | Removed hardcoded shortcuts from /scene and converted to input actions | Eric M |
2021-02-15 | Expose RichTextLabel selection to script | PouleyKetchoupp |
2021-02-14 | RichTextLabel::add_image Fail if passed image has no area | kleonc |
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-12 | Use get_char_size(' ') to calculate space width. | bruvzg |
2021-02-10 | Removed _change_notify | reduz |
2021-02-09 | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut |