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
2018-11-08
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-11-07
Fixes icons in itemlist not working
groud
2018-10-30
Enhance the tilemap transform buttons
groud
2018-10-24
Add some limits on the Editor Settings
Superwaitsum
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-24
Fix a mistake in itemlist multiselect signal
groud
2018-08-17
Bind ItemList's item_custom_fg_color methods
Rémi Verschelde
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-18
Export: Properly reload preset when opening dialog
Rémi Verschelde
2018-07-01
Fix performance for godot's interface
Guilherme Felipe
2018-05-08
Merge pull request #17578 from endragor/ft-outlines
Rémi Verschelde
2018-05-08
Merge pull request #15258 from RyanStein/bugfix-15241
Juan Linietsky
2018-05-08
Perfect FreeType-based outlines for DynamicFonts
Ruslan Mustakov
2018-04-14
ItemList selection: Check against item count
ShyRed
2018-04-11
Update classref and docs, fix missing parameters' name
Poommetee Ketson
2018-03-23
Fix converting to tileset crashes Godot if existing file is not tileset
Poommetee Ketson
2018-03-13
Merge pull request #17345 from AlexHolly/expose-itemlist-move-item
Rémi Verschelde
2018-03-13
expose itemlist.unselect_all()
Alexander Holland
2018-03-13
expose Itemlist.move_item and optimize functionality
Alexander Holland
2018-03-11
expose Itemlist.is_anything_selected
Alexander Holland
2018-02-19
Merge pull request #15306 from poke1024/item-list-draw-speed
Rémi Verschelde
2018-02-14
Added "allow_reselect" property to ItemList and enabled it for the method/hel...
Michael Alexsander Silva Dias
2018-02-03
Fix wrong property type for fixed icon size in ItemList
binbitten
2018-01-12
Bind many more properties to scripts
Bojidar Marinov
2018-01-05
Boost drawing speed of ItemLists with many items
Bernhard Liebl
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-03
Merge pull request #14792 from Krakean/enh-1
Rémi Verschelde
2018-01-01
Use exact positioning for the ItemList::get_tooltip method.
Ryan Stein
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-18
A few small Debugger->Errors tab enhancements:
Dmitry Koteroff
2017-11-26
Item List small enhancements
Dmitry Koteroff
2017-11-21
Native pan and zoom for macOS
Bernhard Liebl
2017-11-20
Add "New Folder.." to right mouse button click on project fileslist panel _WH...
Dmitry Koteroff
2017-11-13
Fit stylebox on ItemList
volzhs
2017-10-31
Revert "Fixes the selection rect in item_list drawn not clipped"
Rémi Verschelde
2017-10-24
Fixes the selection rect in item_list drawn not clipped
Gilles Roudiere
2017-10-18
Itemlist rmb now provides the same pos as Tree rmb
AlexHolly
2017-09-28
Several visual improvements.
Daniel J. Ramirez
2017-09-20
Rename pos to position in user facing methods and variables
letheed
2017-09-03
Improved color temperature in script editor
Daniel J. Ramirez
2017-09-01
Fix signed and unsigned comparisons
Hein-Pieter van Braam
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-20
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-16
Merge pull request #10252 from neikeq/pr-fix-some-stuff-<3
Rémi Verschelde
2017-08-13
Replace GUI anchor type by a float between 0 and 1
Gilles Roudiere
2017-08-11
Fixes ItemList::is_same_column_width() return type
Ignacio Etcheverry
2017-08-10
Removes type information from method binds
Ignacio Etcheverry
2017-08-02
ItemList: Remove redundant Vector2 initializations.
Andreas Haas
2017-07-21
Enhanched About dialog, Add ItemList auto_height
Poommetee Ketson
2017-07-19
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
[next]