index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
item_list.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #17578 from endragor/ft-outlines
Rémi Verschelde
2018-05-08
1
-1
/
+2
|
\
|
*
Perfect FreeType-based outlines for DynamicFonts
Ruslan Mustakov
2018-05-08
1
-1
/
+2
*
|
Merge pull request #15258 from RyanStein/bugfix-15241
Juan Linietsky
2018-05-08
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Use exact positioning for the ItemList::get_tooltip method.
Ryan Stein
2018-01-01
1
-1
/
+1
*
|
ItemList selection: Check against item count
ShyRed
2018-04-14
1
-1
/
+1
*
|
Update classref and docs, fix missing parameters' name
Poommetee Ketson
2018-04-11
1
-1
/
+1
*
|
Fix converting to tileset crashes Godot if existing file is not tileset
Poommetee Ketson
2018-03-23
1
-1
/
+21
*
|
Merge pull request #17345 from AlexHolly/expose-itemlist-move-item
Rémi Verschelde
2018-03-13
1
-23
/
+11
|
\
\
|
*
|
expose Itemlist.move_item and optimize functionality
Alexander Holland
2018-03-13
1
-23
/
+11
*
|
|
expose itemlist.unselect_all()
Alexander Holland
2018-03-13
1
-0
/
+2
*
|
|
expose Itemlist.is_anything_selected
Alexander Holland
2018-03-11
1
-0
/
+2
|
/
/
*
|
Merge pull request #15306 from poke1024/item-list-draw-speed
Rémi Verschelde
2018-02-19
1
-4
/
+48
|
\
\
|
*
|
Boost drawing speed of ItemLists with many items
Bernhard Liebl
2018-01-05
1
-4
/
+48
*
|
|
Added "allow_reselect" property to ItemList and enabled it for the method/hel...
Michael Alexsander Silva Dias
2018-02-14
1
-2
/
+18
*
|
|
Fix wrong property type for fixed icon size in ItemList
binbitten
2018-02-03
1
-1
/
+1
*
|
|
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-1
/
+2
|
/
/
*
|
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
|
Merge pull request #14792 from Krakean/enh-1
Rémi Verschelde
2018-01-03
1
-0
/
+9
|
\
\
|
|
/
|
/
|
|
*
A few small Debugger->Errors tab enhancements:
Dmitry Koteroff
2017-12-18
1
-0
/
+9
*
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
|
/
*
Item List small enhancements
Dmitry Koteroff
2017-11-26
1
-0
/
+27
*
Native pan and zoom for macOS
Bernhard Liebl
2017-11-21
1
-0
/
+6
*
Add "New Folder.." to right mouse button click on project fileslist panel _WH...
Dmitry Koteroff
2017-11-20
1
-0
/
+6
*
Fit stylebox on ItemList
volzhs
2017-11-13
1
-2
/
+2
*
Revert "Fixes the selection rect in item_list drawn not clipped"
Rémi Verschelde
2017-10-31
1
-0
/
+3
*
Fixes the selection rect in item_list drawn not clipped
Gilles Roudiere
2017-10-24
1
-3
/
+0
*
Itemlist rmb now provides the same pos as Tree rmb
AlexHolly
2017-10-18
1
-3
/
+3
*
Several visual improvements.
Daniel J. Ramirez
2017-09-28
1
-19
/
+18
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-4
/
+4
*
Improved color temperature in script editor
Daniel J. Ramirez
2017-09-03
1
-1
/
+15
*
Fix signed and unsigned comparisons
Hein-Pieter van Braam
2017-09-01
1
-2
/
+2
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-4
/
+5
*
Merge pull request #10252 from neikeq/pr-fix-some-stuff-<3
Rémi Verschelde
2017-08-16
1
-1
/
+1
|
\
|
*
Fixes ItemList::is_same_column_width() return type
Ignacio Etcheverry
2017-08-11
1
-1
/
+1
*
|
Replace GUI anchor type by a float between 0 and 1
Gilles Roudiere
2017-08-13
1
-3
/
+3
|
/
*
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-6
/
+6
*
ItemList: Remove redundant Vector2 initializations.
Andreas Haas
2017-08-02
1
-4
/
+4
*
Enhanched About dialog, Add ItemList auto_height
Poommetee Ketson
2017-07-21
1
-3
/
+31
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
1
-3
/
+3
*
Add object type hint for docs
Poommetee Ketson
2017-07-19
1
-1
/
+1
*
[#7212] Fixed missing 'Variant' return values in documentation.
ducdetronquito
2017-07-11
1
-1
/
+1
*
ItemList: expose methods, in-editor items editing support
Poommetee Ketson
2017-07-04
1
-0
/
+46
*
fixed overlapping of temp. colors (script editor)
toger5
2017-06-07
1
-13
/
+16
*
renamed all Rect2.pos to Rect2.position
alexholly
2017-06-04
1
-18
/
+18
*
InputEvent: Renamed "pos" property to "position"
Andreas Haas
2017-06-03
1
-4
/
+4
*
Fix item list scroll speed.
Sean Bohan
2017-05-27
1
-4
/
+0
*
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
1
-35
/
+38
*
Merge pull request #8631 from volzhs/editor-theme-custom
Rémi Verschelde
2017-05-20
1
-17
/
+1
|
\
|
*
Revert "Add new editor and default theme (WIP)"
volzhs
2017-05-03
1
-17
/
+1
[next]