Age | Commit message (Expand) | Author |
2021-07-18 | Optimize StringName usage | reduz |
2021-07-13 | Merge pull request #50135 from KoBeWi/🌲.update() | Rémi Verschelde |
2021-07-07 | Merge pull request #49890 from voxelv/fix_tree_range_click_timeout_crash_46648 | Hugo Locurcio |
2021-07-04 | Clean up Tree | reduz |
2021-07-04 | Update Tree when modified | kobewi |
2021-06-30 | Avoid using a nullptr root in Tree._range_click_timeout(). | voxelv |
2021-06-29 | Fixes crash in case no column in tree is expanded and has minimum size | Gilles Roudière |
2021-06-28 | Implement Tree's internal minimum width calculation | Gilles Roudière |
2021-06-25 | Allow disabling scrolling in Tree | Gilles Roudière |
2021-06-21 | Make relationship lines draw on top of TreeItems | Yuri Sizov |
2021-06-20 | Use mouse and joypad enums instead of plain integers | Aaron Franke |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-16 | Documentation search fixes | Gregory Basile |
2021-06-02 | Use bold fonts in editor | reduz |
2021-06-01 | fix-tree-item-dragging | floppyhammer |
2021-05-26 | Fix disappearing relationship lines in Tree when item is out of view | Yuri Sizov |
2021-05-25 | Add highlight to the relationship lines of selected Tree items | Yuri Sizov |
2021-05-25 | Tweak dozens of editor property hints for consistency | Hugo Locurcio |
2021-05-17 | Improve TreeItem API and allow to move nodes | trollodel |
2021-05-17 | Merge pull request #48168 from LightningAA/control-to-ctrl-4.0 | Rémi Verschelde |
2021-05-16 | Fix Tree::get_column_at_position crash | Haoyu Qiu |
2021-05-09 | Fix Tree's background focus outline displaying behind section headings | Hugo Locurcio |
2021-05-07 | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit... | Lightning_A |
2021-05-06 | Merge pull request #45607 from Calinou/improve-editor-theme | Rémi Verschelde |
2021-05-06 | Merge pull request #44831 from gongpha/dont-update-tree-if-selected | Rémi Verschelde |
2021-05-04 | Merge pull request #47855 from aaronfranke/doubleclick | Rémi Verschelde |
2021-05-04 | Rename `doubleclick` to `double_click` | Aaron Franke |
2021-04-28 | Calculate __focus_rect when TreeItem is focused | Tomasz Chabora |
2021-04-27 | Improve the editor theme | Hugo Locurcio |
2021-04-05 | Fix crashes in *_input functions | Rafał Mikrut |
2021-03-23 | Rename ButtonList enum and members to MouseButton | Aaron Franke |
2021-03-22 | Improved 3D Scene Importer | Juan Linietsky |
2021-03-18 | Check for null pointer in get_column_width(0) | Justin Ho |
2021-03-03 | Deselect column only if belongs to deselected item | kobewi |
2021-02-22 | Merge pull request #45994 from Jummit/expose-edit-selected | Rémi Verschelde |
2021-02-22 | expose edit_selected in Tree | Jummit |
2021-02-16 | Select TreeItem if none is selected | kobewi |
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-02-09 | Merge pull request #45812 from RandomShaper/keep_selected_visible | Rémi Verschelde |
2021-02-08 | Expose Tree::scroll_to_item() | Pedro J. Estébanez |
2021-02-07 | Set selected Tree item to null when deselected | kobewi |
2021-01-24 | Change themes *_color_* to *_*_color | Marcel Admiraal |
2021-01-06 | Blocking updating in SceneTreeEditor when editing an item | gongpha |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename Math::stepify to snapped | Marcel Admiraal |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-23 | Rename Control margin to offset | Marcel Admiraal |
2020-12-09 | Cleanup unused engine code | Tomasz Chabora |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |