index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
item_list.cpp
Age
Commit message (
Expand
)
Author
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
2021-04-05
Fix crashes in *_input functions
Rafał Mikrut
2021-03-23
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
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-01-31
Use integer coordinates for the font glyphs rendering.
bruvzg
2021-01-24
Change themes *_color_* to *_*_color
Marcel Admiraal
2021-01-15
Merge pull request #33685 from Scony/improve-item-lists-add-item-methods
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Merge pull request #44569 from madmiraal/rename-unselect-deselect
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-23
Rename Control margin to offset
Marcel Admiraal
2020-12-21
Rename unselect to deselect
Marcel Admiraal
[next]