summaryrefslogtreecommitdiff
path: root/scene/gui/scroll_container.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-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-01-16Merge pull request #35183 from YeldhamDev/scrollbar_regressionRémi Verschelde
2020-01-16Fix scrollbar regression on large scalesMichael Alexsander
2020-01-16Updates ScrollContainer min size when toggle scrollbarsHaoyu Qiu
2020-01-14Fix regression on scrollbar raising in ScrollContainerMichael Alexsander
2020-01-14Cleanup unnecessary code from before the scrollbar overlapping fixesMichael Alexsander
2020-01-13Fix overlapping scrollbars in ScrollContainer (#33309)malbach
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-30Fix argument type in set_follow_focus()Tomasz Chabora
2019-12-30Make new ScrollContainer focus behavior optionalTomasz Chabora
2019-12-17Use global transform when calculating scrollTomasz Chabora
2019-12-11Scroll ScrollContainer to focused childrenTomasz Chabora
2019-11-26Range: Fix cases where max was set to or below min valueRémi Verschelde
2019-09-01Ignore size of hidden scrollbars in ScrollContainerTomasz Chabora
2019-07-09Improve the node configuration warning displayHugo Locurcio
2019-06-26Some code changed with Clang-Tidyqarmin
2019-05-24Improvements to scroll handlingTomasz Chabora
2019-03-07Merge pull request #21534 from volzhs/fix-scrollcontainer-sizeRémi Verschelde
2019-01-16Appease some CppCheck warns for files in the "scene" directoryMichael Alexsander Silva Dias
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-16Use VScrollBar when calculating horiz. offset in ScrollContainerpshe94
2018-09-27Fix warnings for operator precedence disambiguation [-Wparentheses]Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-29Precise size calculation of ScrollContainervolzhs
2018-06-07Entirely new (and much improved) animation editor.Juan Linietsky
2018-05-15-New inspector.Juan Linietsky
2018-04-11Use internal physics processing for Nodes' internal logicRémi Verschelde
2018-04-09Make BaseButton not emit press when container is scrolledRuslan Mustakov
2018-01-17doc: Replace some more "val" with "value" + syncRémi Verschelde
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-06Fix scroll enabled in case of content fit in scroll containerKonstantin Zaitsev
2017-11-21Native pan and zoom for macOSBernhard Liebl
2017-11-13Small arrangement in ScrollContainer.Michael Alexsander Silva Dias
2017-09-30Renamed fixed_process to physics_processAndreaCatania
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-08-13Replace GUI anchor type by a float between 0 and 1Gilles Roudiere
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-05-07Implemented scrolling factor for smooth trackpad scrollingtoger5