summaryrefslogtreecommitdiffstats
path: root/scene/gui/scroll_container.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improvements to scroll handlingTomasz Chabora2019-05-241-2/+11
* Merge pull request #21534 from volzhs/fix-scrollcontainer-sizeRémi Verschelde2019-03-071-2/+4
|\
| * Precise size calculation of ScrollContainervolzhs2018-08-291-2/+4
* | Appease some CppCheck warns for files in the "scene" directoryMichael Alexsander Silva Dias2019-01-161-1/+0
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* | Use VScrollBar when calculating horiz. offset in ScrollContainerpshe942018-11-161-1/+1
* | Fix warnings for operator precedence disambiguation [-Wparentheses]Rémi Verschelde2018-09-271-1/+2
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
|/
* Entirely new (and much improved) animation editor.Juan Linietsky2018-06-071-2/+15
* -New inspector.Juan Linietsky2018-05-151-1/+15
* Use internal physics processing for Nodes' internal logicRémi Verschelde2018-04-111-3/+3
* Make BaseButton not emit press when container is scrolledRuslan Mustakov2018-04-091-24/+50
* doc: Replace some more "val" with "value" + syncRémi Verschelde2018-01-171-2/+2
* Bind many more properties to scriptsBojidar Marinov2018-01-121-2/+4
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1