summaryrefslogtreecommitdiffstats
path: root/scene/gui/item_list.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-2/+2
* Add suffixes to all nodes and resourcesFireForge2022-06-111-2/+2
* Changed signals of ItemListVitika92022-05-061-42/+20
* Merge pull request #60261 from fire-forge/theme-prop-renamesRémi Verschelde2022-04-251-2/+2
|\
| * Rename theme properties to include underscoresFireForge2022-04-231-2/+2
* | ItemList selection bug && navigation bug fixedThakee Nathees2022-04-241-8/+61
|/
* Allow negative indexes in ItemList and PopupMenukobewi2022-03-121-0/+48
* Fixed bug with text going under scrollbaralbertfay11212022-02-251-2/+4
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-339/+343
* Expose selectable property of ItemList's Itemjmb4622022-01-081-0/+10
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Merge pull request #55487 from YeldhamDev/scroll_bikesheddingRémi Verschelde2022-01-031-1/+1
|\
| * Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`Michael Alexsander2021-11-301-1/+1
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-8/+8
* | align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-3/+3
* | Rename "items_count" property to "item_count"Aaron Franke2021-12-061-1/+1
* | Rename minimum_size_changed() methodkobewi2021-12-061-1/+1
|/
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-9/+9
* Add missing argument names for bindings in GDExtensionRémi Verschelde2021-11-041-1/+2
* Remove ItemList editor and replace it by a property arrayGilles Roudière2021-10-281-48/+83
* Add support for internal nodeskobewi2021-08-281-1/+1
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-3/+1
* Fix ItemList layout (+EditorFileDialog)Hendrik Brucker2021-08-211-7/+31
* Redraw on item list custom bg/fg colour changePaulb232021-08-071-0/+2
* Optimize StringName usagereduz2021-07-181-40/+40
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-4/+4
* Rework the TileSet resource and TileMap nodes:Gilles Roudière2021-05-071-0/+3
* Rename `doubleclick` to `double_click`Aaron Franke2021-05-041-2/+2
* Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-9/+9
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* [CTL] Add missing font outline drawing routines and theme constants.bruvzg2021-02-141-0/+11
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-23/+1
* Use integer coordinates for the font glyphs rendering.bruvzg2021-01-311-2/+0
* Change themes *_color_* to *_*_colorMarcel Admiraal2021-01-241-2/+2
* Merge pull request #33685 from Scony/improve-item-lists-add-item-methodsRémi Verschelde2021-01-151-2/+6
|\
| * ItemList's add_(icon_)item method returns id of added itemPawel Lampe2020-07-011-2/+6
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Merge pull request #44569 from madmiraal/rename-unselect-deselectRémi Verschelde2020-12-281-6/+6
|\ \
| * | Rename unselect to deselectMarcel Admiraal2020-12-211-6/+6
* | | Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* | | Rename Control margin to offsetMarcel Admiraal2020-12-231-5/+5
|/ /
* | [Complex Text Layouts] Fix missing ItemList item text buffer init in `add_ico...bruvzg2020-12-061-0/+1
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-54/+175
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-31/+57
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+9
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-126/+0