summaryrefslogtreecommitdiffstats
path: root/scene/gui/scroll_container.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Add SCROLL_MODE_RESERVE to ScrollContainerkobewi2024-09-121-0/+4
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-1/+1
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-1/+1
* Register theme properties with ThemeDBYuri Sizov2023-09-111-3/+2
* Expose horizontal/vertical custom_step as editor property for the ScrollConta...Marius Hanl2023-04-291-0/+6
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-1/+1
* Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-1/+1
* Add a lifecycle method for manual theme item caching to ControlYuri Sizov2022-09-011-0/+5
* Fix toggling after scrolling resulted in blank spaceRindbee2022-07-311-2/+2
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Merge pull request #55487 from YeldhamDev/scroll_bikesheddingRémi Verschelde2022-01-031-2/+2
|\
| * Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`Michael Alexsander2021-11-301-2/+2
* | ScrollContainer's scrollbar visibility is now enumkobewi2021-12-071-15/+17
* | Allow scrolling theme preview when the control picker is activeYuri Sizov2021-12-021-1/+2
|/
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-1/+1
* Remove clips_input() method and use clip_contentkobewi2021-06-251-2/+0
* ScrollContainer: Expose `_ensure_focused_visible` to the APILightning_A2021-05-311-1/+2
* Add the ability to hide scrollcontainer's scrollbarsLightning_A2021-04-281-8/+14
* Use Array for node configuration warningsNathan Franke2021-04-111-1/+1
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-12/+12
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Allow ScrollBar params of a ScrollContainer to be modified in _ready()Maganty Rushyendra2020-12-291-0/+1
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-0/+1
* Add override keywords.Marcel Admiraal2020-07-101-3/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Fix scrollbar regression on large scalesMichael Alexsander2020-01-161-0/+1
* Cleanup unnecessary code from before the scrollbar overlapping fixesMichael Alexsander2020-01-141-1/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix argument type in set_follow_focus()Tomasz Chabora2019-12-301-1/+1
* Make new ScrollContainer focus behavior optionalTomasz Chabora2019-12-301-0/+4
* Scroll ScrollContainer to focused childrenTomasz Chabora2019-12-111-0/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Entirely new (and much improved) animation editor.Juan Linietsky2018-06-071-0/+3
* Make BaseButton not emit press when container is scrolledRuslan Mustakov2018-04-091-0/+6
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-5/+4
* -All types have editable script now in propertiesJuan Linietsky2017-01-091-0/+3
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1