summaryrefslogtreecommitdiffstats
path: root/scene/gui/scroll_container.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Construct values only when necessary.Anilforextra2021-09-231-1/+1
* Add support for internal nodeskobewi2021-08-281-5/+2
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-2/+1
* Optimize StringName usagereduz2021-07-181-7/+7
* Merge pull request #49719 from LightningAA/rename-node-is-ancestor-ofRémi Verschelde2021-06-291-2/+2
|\
| * Rename `is_a_parent_of()` to `is_ancestor_of()`Lightning_A2021-06-211-2/+2
* | Remove clips_input() method and use clip_contentkobewi2021-06-251-4/+0
|/
* Merge pull request #48770 from LightningAA/scrollcontainer-ensure-item-visibl...Rémi Verschelde2021-06-011-24/+18
|\
| * ScrollContainer: Expose `_ensure_focused_visible` to the APILightning_A2021-05-311-24/+18
* | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-2/+2
|/
* Add the ability to hide scrollcontainer's scrollbarsLightning_A2021-04-281-51/+64
* Use Array for node configuration warningsNathan Franke2021-04-111-7/+5
* Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-5/+5
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-10/+2
* 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-58/+63
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Merge pull request #44605 from madmiraal/rename-control-marginRémi Verschelde2020-12-231-10/+10
|\
| * Rename Control margin to offsetMarcel Admiraal2020-12-231-10/+10
* | Use integer text position in scroll container, TextEdit and canvas editor, to...bruvzg2020-12-211-0/+1
|/
* Update page value properly of ScrollContainervolzhs2020-12-011-0/+2
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-2/+17
* Fix to update scroll bar has correct max value in ScrollContainervolzhs2020-11-251-2/+2
* Merge pull request #42451 from Duroxxigar/rename-toplevelRémi Verschelde2020-10-021-3/+3
|\
| * Renamed toplevel to be top_levelDuroxxigar2020-10-011-3/+3
* | Update all get_configuration_warning to retrieve warnings from the parentArrowInAKnee2020-05-161-3/+7
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-27/+49
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-42/+0
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-4/+4
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-2/+2
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-5/+3
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-3/+3
* Merge pull request #35183 from YeldhamDev/scrollbar_regressionRémi Verschelde2020-01-161-4/+21
|\
| * Fix scrollbar regression on large scalesMichael Alexsander2020-01-161-4/+21
* | Updates ScrollContainer min size when toggle scrollbarsHaoyu Qiu2020-01-161-0/+8
|/
* Fix regression on scrollbar raising in ScrollContainerMichael Alexsander2020-01-141-2/+2
* Cleanup unnecessary code from before the scrollbar overlapping fixesMichael Alexsander2020-01-141-39/+18
* Fix overlapping scrollbars in ScrollContainer (#33309)malbach2020-01-131-0/+12
* 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/+17
* Use global transform when calculating scrollTomasz Chabora2019-12-171-2/+6
* Scroll ScrollContainer to focused childrenTomasz Chabora2019-12-111-0/+24
* Range: Fix cases where max was set to or below min valueRémi Verschelde2019-11-261-2/+0
* Ignore size of hidden scrollbars in ScrollContainerTomasz Chabora2019-09-011-4/+17
* Improve the node configuration warning displayHugo Locurcio2019-07-091-1/+1
* Some code changed with Clang-Tidyqarmin2019-06-261-12/+10