index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
gui
/
item_list.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6d
Spartan322
2024-10-18
1
-1
/
+1
|
\
|
*
ItemList - Fix right padding missing
Gamemap
2024-10-06
1
-1
/
+1
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Add `Auto width` behavior to ItemList
Gamemap
2024-10-04
1
-3
/
+32
*
Merge pull request #97519 from timothyqiu/itemlist-at
Rémi Verschelde
2024-10-03
1
-5
/
+42
|
\
|
*
Add auto translate mode for items in `ItemList`
Haoyu Qiu
2024-09-27
1
-5
/
+42
*
|
Fix ItemList text trimming and autowrap margin
Gamemap
2024-10-01
1
-18
/
+21
|
/
*
Fix a bunch of orphan StringName errors at ProjectSettings/Editor exit
Yuri Rubinsky
2024-07-09
1
-0
/
+1
*
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::item_selected`
A Thousand Ships
2024-06-19
1
-10
/
+10
*
Fix Huge .tscn Icon and icon in background of File System panel
Hilderin
2024-06-02
1
-2
/
+20
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+1
*
Fix PropertyListHelper::_get_property returning a valid value even if an inde...
Gilles Roudière
2024-05-10
1
-0
/
+1
*
Fix item positioning & pointer detection areas of ItemList
David Giardi
2024-02-27
1
-20
/
+24
*
Fix ItemList click detection gaps
David Giardi
2024-02-15
1
-0
/
+7
*
Add PropertyListHelper to PopupMenu
kobewi
2024-02-11
1
-22
/
+4
*
Merge pull request #84635 from KoBeWi/all_hail_PropertyListHelper
Rémi Verschelde
2024-02-09
1
-47
/
+23
|
\
|
*
Add PropertyListHelper
kobewi
2024-01-19
1
-47
/
+23
*
|
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-1
/
+1
|
/
*
Merge pull request #83577 from DennisManaa/fix-translation-for-item-list
Rémi Verschelde
2024-01-04
1
-2
/
+11
|
\
|
*
Implement automatic translation for ItemList
DennisManaa
2023-10-23
1
-2
/
+11
*
|
Fix storing invalid item height values in `ItemList`
coumcashier
2023-11-10
1
-4
/
+4
|
/
*
Remove the separator from ItemList's thumbnail mode
Jakub Marcowski
2023-09-24
1
-7
/
+9
*
Expose force_update_list_size
George L. Albany
2023-09-15
1
-2
/
+4
*
Register theme properties with ThemeDB
Yuri Sizov
2023-09-11
1
-27
/
+24
*
Fix ItemList not update when icon scale changes
Haoyu Qiu
2023-09-03
1
-0
/
+7
*
Draw separators before selected style boxes
Chia-Hsiang Cheng
2023-08-30
1
-26
/
+26
*
ItemList: Clarify distinction between disabled and selected in sending signals
Niels Drost
2023-08-17
1
-5
/
+20
*
Code simplifications
Markus Sauermann
2023-06-21
1
-3
/
+0
*
[ItemList] Fix item text positions in RTL mode.
bruvzg
2023-05-20
1
-3
/
+4
*
Add `get_item_rect` function to `ItemList`
Ninni Pipping
2023-05-11
1
-0
/
+14
*
Minor bugfixes to `ItemList`
Ninni Pipping
2023-05-08
1
-7
/
+1
*
Merge pull request #76199 from needleful/incremental_search_property
Rémi Verschelde
2023-04-25
1
-1
/
+13
|
\
|
*
Add allow_search property to ItemList and Tree
needleful
2023-04-18
1
-1
/
+13
*
|
Add hovered item style to ItemList
David Giardi
2023-04-18
1
-19
/
+43
|
/
*
Prevent crash in ItemList when checking for visible items
Yuri Sizov
2023-03-16
1
-152
/
+170
*
ItemList: Check if the index is out bounds before accessing the internal items
Marius Hanl
2023-01-27
1
-6
/
+8
*
Cleanup unused engine code v2
kobewi
2023-01-19
1
-6
/
+0
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix crash after executing ItemList.set_icon_scale
Haoyu Qiu
2022-12-13
1
-0
/
+1
*
Remove duplicate project settings definitions
kobewi
2022-11-08
1
-4
/
+1
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-2
/
+2
*
Merge pull request #66337 from EricEzaM/sprite-frames
Rémi Verschelde
2022-10-13
1
-9
/
+9
|
\
|
*
Ensure all checks of `is_action` in the editor which are for 'shortcut' use, ...
Eric M
2022-09-24
1
-9
/
+9
*
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-7
/
+7
|
/
*
Remove duplicate code in ItemList
kobewi
2022-09-21
1
-14
/
+2
*
Make `Vector2i` values paired with `EDSCALE` be just `Vector2`
Michael Alexsander
2022-09-08
1
-3
/
+3
*
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
1
-3
/
+3
*
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-06
1
-15
/
+15
[next]