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
*
Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...
bruvzg
2022-06-16
1
-2
/
+2
*
Add suffixes to all nodes and resources
FireForge
2022-06-11
1
-2
/
+2
*
Changed signals of ItemList
Vitika9
2022-05-06
1
-42
/
+20
*
Merge pull request #60261 from fire-forge/theme-prop-renames
Rémi Verschelde
2022-04-25
1
-2
/
+2
|
\
|
*
Rename theme properties to include underscores
FireForge
2022-04-23
1
-2
/
+2
*
|
ItemList selection bug && navigation bug fixed
Thakee Nathees
2022-04-24
1
-8
/
+61
|
/
*
Allow negative indexes in ItemList and PopupMenu
kobewi
2022-03-12
1
-0
/
+48
*
Fixed bug with text going under scrollbar
albertfay1121
2022-02-25
1
-2
/
+4
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-339
/
+343
*
Expose selectable property of ItemList's Item
jmb462
2022-01-08
1
-0
/
+10
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Merge pull request #55487 from YeldhamDev/scroll_bikeshedding
Rémi Verschelde
2022-01-03
1
-1
/
+1
|
\
|
*
Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`
Michael Alexsander
2021-11-30
1
-1
/
+1
*
|
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-8
/
+8
*
|
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-3
/
+3
*
|
Rename "items_count" property to "item_count"
Aaron Franke
2021-12-06
1
-1
/
+1
*
|
Rename minimum_size_changed() method
kobewi
2021-12-06
1
-1
/
+1
|
/
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-2
/
+2
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-9
/
+9
*
Add missing argument names for bindings in GDExtension
Rémi Verschelde
2021-11-04
1
-1
/
+2
*
Remove ItemList editor and replace it by a property array
Gilles Roudière
2021-10-28
1
-48
/
+83
*
Add support for internal nodes
kobewi
2021-08-28
1
-1
/
+1
*
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-3
/
+1
*
Fix ItemList layout (+EditorFileDialog)
Hendrik Brucker
2021-08-21
1
-7
/
+31
*
Redraw on item list custom bg/fg colour change
Paulb23
2021-08-07
1
-0
/
+2
*
Optimize StringName usage
reduz
2021-07-18
1
-40
/
+40
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-2
/
+2
*
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-07
1
-4
/
+4
*
Rework the TileSet resource and TileMap nodes:
Gilles Roudière
2021-05-07
1
-0
/
+3
*
Rename `doubleclick` to `double_click`
Aaron Franke
2021-05-04
1
-2
/
+2
*
Fix crashes in *_input functions
Rafał Mikrut
2021-04-05
1
-0
/
+2
*
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-23
1
-9
/
+9
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-1
/
+1
*
[CTL] Add missing font outline drawing routines and theme constants.
bruvzg
2021-02-14
1
-0
/
+11
*
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-23
/
+1
*
Use integer coordinates for the font glyphs rendering.
bruvzg
2021-01-31
1
-2
/
+0
*
Change themes *_color_* to *_*_color
Marcel Admiraal
2021-01-24
1
-2
/
+2
*
Merge pull request #33685 from Scony/improve-item-lists-add-item-methods
Rémi Verschelde
2021-01-15
1
-2
/
+6
|
\
|
*
ItemList's add_(icon_)item method returns id of added item
Pawel Lampe
2020-07-01
1
-2
/
+6
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
|
Merge pull request #44569 from madmiraal/rename-unselect-deselect
Rémi Verschelde
2020-12-28
1
-6
/
+6
|
\
\
|
*
|
Rename unselect to deselect
Marcel Admiraal
2020-12-21
1
-6
/
+6
*
|
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
|
|
Rename Control margin to offset
Marcel Admiraal
2020-12-23
1
-5
/
+5
|
/
/
*
|
[Complex Text Layouts] Fix missing ItemList item text buffer init in `add_ico...
bruvzg
2020-12-06
1
-0
/
+1
*
|
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-54
/
+175
*
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
|
/
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-31
/
+57
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+9
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-126
/
+0
[next]