summaryrefslogtreecommitdiff
path: root/scene/gui/item_list.cpp
AgeCommit message (Expand)Author
2019-02-13Fix typos with codespellRémi Verschelde
2019-01-18ItemList: ignore `ui_select` action if Select Mode is not "Multi"homer666
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-11-07Fixes icons in itemlist not workinggroud
2018-10-30Enhance the tilemap transform buttonsgroud
2018-10-24Add some limits on the Editor SettingsSuperwaitsum
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-24Fix a mistake in itemlist multiselect signalgroud
2018-08-17Bind ItemList's item_custom_fg_color methodsRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-18Export: Properly reload preset when opening dialogRémi Verschelde
2018-07-01Fix performance for godot's interfaceGuilherme Felipe
2018-05-08Merge pull request #17578 from endragor/ft-outlinesRémi Verschelde
2018-05-08Merge pull request #15258 from RyanStein/bugfix-15241Juan Linietsky
2018-05-08Perfect FreeType-based outlines for DynamicFontsRuslan Mustakov
2018-04-14ItemList selection: Check against item countShyRed
2018-04-11Update classref and docs, fix missing parameters' namePoommetee Ketson
2018-03-23Fix converting to tileset crashes Godot if existing file is not tilesetPoommetee Ketson
2018-03-13Merge pull request #17345 from AlexHolly/expose-itemlist-move-itemRémi Verschelde
2018-03-13expose itemlist.unselect_all()Alexander Holland
2018-03-13expose Itemlist.move_item and optimize functionalityAlexander Holland
2018-03-11expose Itemlist.is_anything_selectedAlexander Holland
2018-02-19Merge pull request #15306 from poke1024/item-list-draw-speedRémi Verschelde
2018-02-14Added "allow_reselect" property to ItemList and enabled it for the method/hel...Michael Alexsander Silva Dias
2018-02-03Fix wrong property type for fixed icon size in ItemListbinbitten
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Boost drawing speed of ItemLists with many itemsBernhard Liebl
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-03Merge pull request #14792 from Krakean/enh-1Rémi Verschelde
2018-01-01Use exact positioning for the ItemList::get_tooltip method.Ryan Stein
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-18A few small Debugger->Errors tab enhancements:Dmitry Koteroff
2017-11-26Item List small enhancementsDmitry Koteroff
2017-11-21Native pan and zoom for macOSBernhard Liebl
2017-11-20Add "New Folder.." to right mouse button click on project fileslist panel _WH...Dmitry Koteroff
2017-11-13Fit stylebox on ItemListvolzhs
2017-10-31Revert "Fixes the selection rect in item_list drawn not clipped"Rémi Verschelde
2017-10-24Fixes the selection rect in item_list drawn not clippedGilles Roudiere
2017-10-18Itemlist rmb now provides the same pos as Tree rmbAlexHolly
2017-09-28Several visual improvements.Daniel J. Ramirez
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-03Improved color temperature in script editorDaniel J. Ramirez
2017-09-01Fix signed and unsigned comparisonsHein-Pieter van Braam
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-16Merge pull request #10252 from neikeq/pr-fix-some-stuff-<3Rémi Verschelde
2017-08-13Replace GUI anchor type by a float between 0 and 1Gilles Roudiere
2017-08-11Fixes ItemList::is_same_column_width() return typeIgnacio Etcheverry
2017-08-10Removes type information from method bindsIgnacio Etcheverry