Age | Commit message (Expand) | Author |
2021-08-07 | Redraw on item list custom bg/fg colour change | Paulb23 |
2021-07-18 | Optimize StringName usage | reduz |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-05-07 | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit... | Lightning_A |
2021-05-07 | Rework the TileSet resource and TileMap nodes: | Gilles Roudière |
2021-05-04 | Rename `doubleclick` to `double_click` | Aaron Franke |
2021-04-05 | Fix crashes in *_input functions | Rafał Mikrut |
2021-03-23 | Rename ButtonList enum and members to MouseButton | Aaron Franke |
2021-03-12 | Fixes small typos and grammar correction | Anshul7sp1 |
2021-02-14 | [CTL] Add missing font outline drawing routines and theme constants. | bruvzg |
2021-02-09 | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut |
2021-01-31 | Use integer coordinates for the font glyphs rendering. | bruvzg |
2021-01-24 | Change themes *_color_* to *_*_color | Marcel Admiraal |
2021-01-15 | Merge pull request #33685 from Scony/improve-item-lists-add-item-methods | Rémi Verschelde |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Merge pull request #44569 from madmiraal/rename-unselect-deselect | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-23 | Rename Control margin to offset | Marcel Admiraal |
2020-12-21 | Rename unselect to deselect | Marcel Admiraal |
2020-12-06 | [Complex Text Layouts] Fix missing ItemList item text buffer init in `add_ico... | bruvzg |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-07-01 | ItemList's add_(icon_)item method returns id of added item | Pawel Lampe |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-25 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-01-14 | Don't allow to use too big index in ItemList | Rafał Mikrut |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-31 | Improves ItemList | Haoyu Qiu |
2019-12-09 | Fixed strange behaviour of scroll in the ItemList. | allkhor |
2019-11-26 | Range: Fix cases where max was set to or below min value | Rémi Verschelde |
2019-11-06 | Fixes ItemList max column update | codecustard |
2019-10-08 | Merge pull request #32571 from DavidSichma/rect_flip | Rémi Verschelde |
2019-10-05 | Fix crash in Control functions | qarmin |
2019-10-05 | Correctly flip texture src region | David Sichma |
2019-07-05 | Give up finding item if started at beginning | Cameron Reikes |
2019-06-02 | Fixed get_item_at_position being weird | Tomasz Chabora |
2019-06-01 | Merge pull request #28841 from KoBeWi/option_button_options | Rémi Verschelde |
2019-05-31 | Improvements to incremental search | Tomasz Chabora |
2019-05-24 | Improvements to scroll handling | Tomasz Chabora |
2019-05-09 | Revert "Merge pull request #26053 from qarmin/back_scroll_to_start" | volzhs |
2019-04-30 | Merge pull request #26053 from qarmin/back_scroll_to_start | Rémi Verschelde |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-19 | Back scroll to start when changing folder | qarmin |