summaryrefslogtreecommitdiff
path: root/scene/gui/item_list.cpp
AgeCommit message (Expand)Author
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-14Don't allow to use too big index in ItemListRafał Mikrut
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-31Improves ItemListHaoyu Qiu
2019-12-09Fixed strange behaviour of scroll in the ItemList.allkhor
2019-11-26Range: Fix cases where max was set to or below min valueRémi Verschelde
2019-11-06Fixes ItemList max column updatecodecustard
2019-10-08Merge pull request #32571 from DavidSichma/rect_flipRémi Verschelde
2019-10-05Fix crash in Control functionsqarmin
2019-10-05Correctly flip texture src regionDavid Sichma
2019-07-05Give up finding item if started at beginningCameron Reikes
2019-06-02Fixed get_item_at_position being weirdTomasz Chabora
2019-06-01Merge pull request #28841 from KoBeWi/option_button_optionsRémi Verschelde
2019-05-31Improvements to incremental searchTomasz Chabora
2019-05-24Improvements to scroll handlingTomasz Chabora
2019-05-09Revert "Merge pull request #26053 from qarmin/back_scroll_to_start"volzhs
2019-04-30Merge pull request #26053 from qarmin/back_scroll_to_startRémi Verschelde
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-19Back scroll to start when changing folderqarmin
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