summaryrefslogtreecommitdiff
path: root/scene/gui/item_list.cpp
AgeCommit message (Expand)Author
2023-01-27ItemList: Check if the index is out bounds before accessing the internal itemsMarius Hanl
2023-01-19Cleanup unused engine code v2kobewi
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-13Fix crash after executing ItemList.set_icon_scaleHaoyu Qiu
2022-11-08Remove duplicate project settings definitionskobewi
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-13Merge pull request #66337 from EricEzaM/sprite-framesRémi Verschelde
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-24Ensure all checks of `is_action` in the editor which are for 'shortcut' use, ...Eric M
2022-09-21Remove duplicate code in ItemListkobewi
2022-09-08Make `Vector2i` values paired with `EDSCALE` be just `Vector2`Michael Alexsander
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-09-06Improve naming of theme properties throughout GUI codeYuri Sizov
2022-09-01Add a lifecycle method for manual theme item caching to ControlYuri Sizov
2022-09-01[TextServer] Add support for trimming edge spaces on line break.bruvzg
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-23Add some codes, returnes directly if the value is not changed.风青山
2022-08-21Fix `ItemList` selection visual when the scrollbar visibility changesMichael Alexsander
2022-07-15Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-06-16Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg
2022-06-11Add suffixes to all nodes and resourcesFireForge
2022-05-06Changed signals of ItemListVitika9
2022-04-25Merge pull request #60261 from fire-forge/theme-prop-renamesRémi Verschelde
2022-04-24ItemList selection bug && navigation bug fixedThakee Nathees
2022-04-23Rename theme properties to include underscoresFireForge
2022-03-12Allow negative indexes in ItemList and PopupMenukobewi
2022-02-25Fixed bug with text going under scrollbaralbertfay1121
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-01-08Expose selectable property of ItemList's Itemjmb462
2022-01-03Update copyright statements to 2022Rémi Verschelde
2022-01-03Merge pull request #55487 from YeldhamDev/scroll_bikesheddingRémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-06Rename "items_count" property to "item_count"Aaron Franke
2021-12-06Rename minimum_size_changed() methodkobewi
2021-11-30Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`Michael Alexsander
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-04Add missing argument names for bindings in GDExtensionRémi Verschelde
2021-10-28Remove ItemList editor and replace it by a property arrayGilles Roudière
2021-08-28Add support for internal nodeskobewi
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-21Fix ItemList layout (+EditorFileDialog)Hendrik Brucker
2021-08-07Redraw on item list custom bg/fg colour changePaulb23
2021-07-18Optimize StringName usagereduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-05-07Rework the TileSet resource and TileMap nodes:Gilles Roudière
2021-05-04Rename `doubleclick` to `double_click`Aaron Franke