aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/item_list.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix ItemList.clear() not removing separatorsJohan Manuel2016-07-221-0/+1
* Fixed ItemList indexing bug while selecting items.Robert Lewicki2016-07-221-11/+8
* Fix binding for ItemList.sort_items_by_textRémi Verschelde2016-07-221-1/+4
* properly implement item disabling, fixes #5683Juan Linietsky2016-07-211-9/+17
* itemlist-get_selected_itemsJean Jung2016-06-281-2/+14
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
* fixed tile map editor plugin, all previews are now the same size, closes #4983Juan Linietsky2016-06-121-1/+1
* Changed how min/max icon size in ItemList works and replaced it by a fixed si...Juan Linietsky2016-06-121-68/+42
* Reorder tiles into nice columnsBojidar Marinov2016-05-271-6/+42
* Use scalar to scale TileMap iconsAndreas Haas2016-05-271-17/+10
* Allow ItemList icons to stretch to max size.Andreas Haas2016-05-241-3/+22
* Changes to FileSystem DockJuan Linietsky2016-05-151-13/+47
* New reworked AnimatedSprite!Juan Linietsky2016-05-141-11/+69
* open directory or file when double clickvolzhs2016-05-131-1/+1
* -begun implementing drag & drop editor wideJuan Linietsky2016-05-111-4/+10
* Merge pull request #4547 from neikeq/pr-wrong-debug-methodsRémi Verschelde2016-05-051-1/+1
|\
| * Fix wrong return and argument types in documentationIgnacio Etcheverry2016-05-041-1/+1
* | -make sure single select after multi select works betterJuan Linietsky2016-05-041-0/+23
|/
* Add icon region support for ItemListFranklin Sobrinho2016-03-131-6/+50
* Make custom_bg fit the whole "selected" area in ItemListsRémi Verschelde2016-01-221-13/+16
* -Merged Script and Help tabsJuan Linietsky2015-11-171-0/+31
* Fix typo in ItemList bindingsGeorge Marques2015-09-211-1/+1
* **WARNING BEFORE PULLING**Juan Linietsky2015-08-231-12/+25
* Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky2015-06-221-2/+58
* new file dialog!Juan Linietsky2015-06-061-0/+1048