aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/item_list.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implemented scrolling factor for smooth trackpad scrollingtoger52017-05-071-0/+4
* Add new editor and default theme (WIP)Daniel J. Ramirez2017-04-271-1/+17
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-588/+504
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-281-1/+1
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* Editor Export Settings Dialog is completed!! Now on to make some exporters..Juan Linietsky2017-02-191-0/+16
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-51/+51
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-2/+2
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-1/+1
* -All types have editable script now in propertiesJuan Linietsky2017-01-091-1/+1
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-2/+2
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-3/+5
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-10/+10
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-51/+51
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Fix to fit stylebox with ItemListvolzhs2016-11-011-1/+4
* Fix for issue #6496Brickcaster2016-09-161-19/+16
* Added get_v_scroll to item list, issue 5343Paulb232016-09-091-0/+2
* Ability to disable item list tooltip, issue 6240Paulb232016-09-071-0/+18
* 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