summaryrefslogtreecommitdiffstats
path: root/scene/gui/item_list.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of orphan StringName errors at ProjectSettings/Editor exitYuri Rubinsky2024-07-091-0/+1
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-10/+10
* Fix Huge .tscn Icon and icon in background of File System panelHilderin2024-06-021-2/+20
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+1
* Fix PropertyListHelper::_get_property returning a valid value even if an inde...Gilles Roudière2024-05-101-0/+1
* Fix item positioning & pointer detection areas of ItemListDavid Giardi2024-02-271-20/+24
* Fix ItemList click detection gapsDavid Giardi2024-02-151-0/+7
* Add PropertyListHelper to PopupMenukobewi2024-02-111-22/+4
* Merge pull request #84635 from KoBeWi/all_hail_PropertyListHelperRémi Verschelde2024-02-091-47/+23
|\
| * Add PropertyListHelperkobewi2024-01-191-47/+23
* | Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-1/+1
|/
* Merge pull request #83577 from DennisManaa/fix-translation-for-item-listRémi Verschelde2024-01-041-2/+11
|\
| * Implement automatic translation for ItemListDennisManaa2023-10-231-2/+11
* | Fix storing invalid item height values in `ItemList`coumcashier2023-11-101-4/+4
|/
* Remove the separator from ItemList's thumbnail modeJakub Marcowski2023-09-241-7/+9
* Expose force_update_list_sizeGeorge L. Albany2023-09-151-2/+4
* Register theme properties with ThemeDBYuri Sizov2023-09-111-27/+24
* Fix ItemList not update when icon scale changesHaoyu Qiu2023-09-031-0/+7
* Draw separators before selected style boxesChia-Hsiang Cheng2023-08-301-26/+26
* ItemList: Clarify distinction between disabled and selected in sending signalsNiels Drost2023-08-171-5/+20
* Code simplificationsMarkus Sauermann2023-06-211-3/+0
* [ItemList] Fix item text positions in RTL mode.bruvzg2023-05-201-3/+4
* Add `get_item_rect` function to `ItemList`Ninni Pipping2023-05-111-0/+14
* Minor bugfixes to `ItemList`Ninni Pipping2023-05-081-7/+1
* Merge pull request #76199 from needleful/incremental_search_propertyRémi Verschelde2023-04-251-1/+13
|\
| * Add allow_search property to ItemList and Treeneedleful2023-04-181-1/+13
* | Add hovered item style to ItemListDavid Giardi2023-04-181-19/+43
|/
* Prevent crash in ItemList when checking for visible itemsYuri Sizov2023-03-161-152/+170
* ItemList: Check if the index is out bounds before accessing the internal itemsMarius Hanl2023-01-271-6/+8
* Cleanup unused engine code v2kobewi2023-01-191-6/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix crash after executing ItemList.set_icon_scaleHaoyu Qiu2022-12-131-0/+1
* Remove duplicate project settings definitionskobewi2022-11-081-4/+1
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-2/+2
* Merge pull request #66337 from EricEzaM/sprite-framesRémi Verschelde2022-10-131-9/+9
|\
| * Ensure all checks of `is_action` in the editor which are for 'shortcut' use, ...Eric M2022-09-241-9/+9
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-7/+7
|/
* Remove duplicate code in ItemListkobewi2022-09-211-14/+2
* Make `Vector2i` values paired with `EDSCALE` be just `Vector2`Michael Alexsander2022-09-081-3/+3
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-3/+3
* Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-15/+15
* Add a lifecycle method for manual theme item caching to ControlYuri Sizov2022-09-011-59/+76
* [TextServer] Add support for trimming edge spaces on line break.bruvzg2022-09-011-3/+3
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-37/+37
* Add some codes, returnes directly if the value is not changed.风青山2022-08-231-0/+79
* Fix `ItemList` selection visual when the scrollbar visibility changesMichael Alexsander2022-08-211-4/+4
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-151-6/+6
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-34/+1
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-2/+2