Age | Commit message (Expand) | Author |
2023-01-27 | ItemList: Check if the index is out bounds before accessing the internal items | Marius Hanl |
2023-01-19 | Cleanup unused engine code v2 | kobewi |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-12-13 | Fix crash after executing ItemList.set_icon_scale | Haoyu Qiu |
2022-11-08 | Remove duplicate project settings definitions | kobewi |
2022-10-18 | Unify usage of GLOBAL/EDITOR_GET | kobewi |
2022-10-13 | Merge pull request #66337 from EricEzaM/sprite-frames | Rémi Verschelde |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-09-24 | Ensure all checks of `is_action` in the editor which are for 'shortcut' use, ... | Eric M |
2022-09-21 | Remove duplicate code in ItemList | kobewi |
2022-09-08 | Make `Vector2i` values paired with `EDSCALE` be just `Vector2` | Michael Alexsander |
2022-09-07 | Fix key mapping changes when moving from macOS to other platform | bruvzg |
2022-09-06 | Improve naming of theme properties throughout GUI code | Yuri Sizov |
2022-09-01 | Add a lifecycle method for manual theme item caching to Control | Yuri Sizov |
2022-09-01 | [TextServer] Add support for trimming edge spaces on line break. | bruvzg |
2022-08-29 | Rename `CanvasItem.update()` to `queue_redraw()` | Micky |
2022-08-23 | Add some codes, returnes directly if the value is not changed. | 风青山 |
2022-08-21 | Fix `ItemList` selection visual when the scrollbar visibility changes | Michael Alexsander |
2022-07-15 | Use BitField hint for the TextServer enums. Add missing parts for BitField su... | 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-11 | Add suffixes to all nodes and resources | FireForge |
2022-05-06 | Changed signals of ItemList | Vitika9 |
2022-04-25 | Merge pull request #60261 from fire-forge/theme-prop-renames | Rémi Verschelde |
2022-04-24 | ItemList selection bug && navigation bug fixed | Thakee Nathees |
2022-04-23 | Rename theme properties to include underscores | FireForge |
2022-03-12 | Allow negative indexes in ItemList and PopupMenu | kobewi |
2022-02-25 | Fixed bug with text going under scrollbar | albertfay1121 |
2022-02-15 | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde |
2022-01-08 | Expose selectable property of ItemList's Item | jmb462 |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2022-01-03 | Merge pull request #55487 from YeldhamDev/scroll_bikeshedding | Rémi Verschelde |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-12-06 | Rename "items_count" property to "item_count" | Aaron Franke |
2021-12-06 | Rename minimum_size_changed() method | kobewi |
2021-11-30 | Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()` | Michael Alexsander |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-11-04 | Add missing argument names for bindings in GDExtension | Rémi Verschelde |
2021-10-28 | Remove ItemList editor and replace it by a property array | Gilles Roudière |
2021-08-28 | Add support for internal nodes | kobewi |
2021-08-23 | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz |
2021-08-21 | Fix ItemList layout (+EditorFileDialog) | Hendrik Brucker |
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 |