summaryrefslogtreecommitdiffstats
path: root/doc/classes/ScrollContainer.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add SCROLL_MODE_RESERVE to ScrollContainerkobewi2024-09-121-0/+3
|
* Document ScrollContainer signals being emitted for touch events onlyHugo Locurcio2023-09-101-3/+5
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-5/+3
|
* Merge pull request #70564 from ↵Rémi Verschelde2023-05-091-1/+11
|\ | | | | | | | | | | stmSi/cant-set-srollcontainer-scrollvalue-in-ready Fix: Can't set ScrollContainer `scroll_*` value in _ready()
| * Added note to used set_deferred while setting scroll values in _ready function.stmSi2023-04-291-1/+11
| |
* | Expose horizontal/vertical custom_step as editor property for the ↵Marius Hanl2023-04-291-0/+6
|/ | | | ScrollContainer
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Fill random docskobewi2022-11-221-0/+1
|
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
| | | | | | | | | | - Removed empty paragraphs in XML. - Consistently use bold style for "Example:", on a new line. - Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`). - Fix invalid usage of backticks for inline code in BBCode. - Fix some American/British English spelling inconsistencies. - Other minor fixes spotted along the way, including typo fixes with codespell. - Don't specify `@GlobalScope` for `enum` and `constant`.
* Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-1/+1
| | | | | | | | | | | | | | Rename ItemList's bg -> panel Rename ItemList's bg_focus -> focus Rename ProgressBar's bg -> background Rename ProgressBar's fg -> fill Rename Tree's bg -> panel Rename Tree's bg_focus -> focus Rename ScrollContainer's bg -> panel Rename FileDialog's *_icon_modulate -> *_icon_color Rename FileDialog's files_disabled -> file_disabled_color Rename CheckButton's on/off -> checked/unchecked Rename check_v_adjust -> check_v_offset
* [doc] Use "param" instead of "code" to refer to parameters #3Andy Maloney2022-08-091-1/+1
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-1/+1
|
* enhancement: rename exposed property Control::minimum_size to ↵Pierre-Thomas Meisels2022-06-231-1/+1
| | | | Control::custom_minimum_size
* Link to Container tutorialChris verBurg2022-04-281-0/+1
| | | | Users happening across any of the Container pages may not already know the intent of Containers, or which others are available. This commit adds a link to the existing "GUI containers" page in their tutorials sections.
* Rename Control's Rect properties to exclude rect_ partMarcel Admiraal2022-03-081-2/+2
|
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* 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
| |
* | Merge pull request #55609 from rcorre/doc-scrollRémi Verschelde2021-12-131-0/+6
|\ \
| * | Document how to autoscroll ScrollContainer.Ryan Roden-Corrent2021-12-121-0/+6
| |/ | | | | | | | | | | | | | | | | | | | | | | It is not uncommon to want to scroll to the most recently added child of a ScrollContainer (e.g. a chat box or activity log). This is a little tricky, since `ensure_control_visible` will not work on a node on the same frame as you add it. Let's at least document that you need to wait until the next frame. Relates to https://github.com/godotengine/godot-proposals/issues/3629. Co-authored-by: Yuri Sizov <pycbouh@users.noreply.github.com>
* | ScrollContainer's scrollbar visibility is now enumkobewi2021-12-071-13/+21
| |
* | Make overridden properties link to parent definitionYuri Sizov2021-12-031-1/+1
|/ | | | Co-authored-by: Josh DeGraw <joshmdegraw@gmail.com>
* Add warnings to methods that give access to internal nodesYuri Sizov2021-10-101-0/+2
|
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|
* Add theme item descriptions to the online documentationYuri Sizov2021-08-041-1/+1
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-8/+4
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* ScrollContainer: Expose `_ensure_focused_visible` to the APILightning_A2021-05-311-0/+9
| | | Was renamed to `ensure_control_visible`
* Add the ability to hide scrollcontainer's scrollbarsLightning_A2021-04-281-0/+6
|
* Docs: Improved wording and added linksLunadin2020-02-261-1/+3
| | | | | | | | - Added missing links to the Control node in BoxContainer - Added Oxford commas in BoxContainer and CanvasItem - Clarified ambiguous boolean wording in BoxContainer - Improved paragraphing in ScrollContainer's description - Simplified ControlPicker description
* Update docs to version 4.0clayjohn2020-01-311-1/+1
|
* Document theme_items of multiple classesTomasz Chabora2020-01-271-0/+1
|
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
| | | | | | | | | | We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0.
* Update ScrollContainer.xmlRoi Valcárcel2020-01-241-0/+2
| | | | Add missing descriptions to ScrollContainer documentation
* doc: Sync classref with current sourceRémi Verschelde2020-01-031-1/+1
|
* Make new ScrollContainer focus behavior optionalTomasz Chabora2019-12-301-0/+3
|
* doc: Fix parsing of self-closing XML tagsRémi Verschelde2019-09-241-1/+1
| | | | | | | Follow-up to #31925, `<member />` tags just before `</members>` would cause a parsing issue, and we'd never notice that we're no longer parsing members. Also added space before closing `/>`.
* Run doctool after overridden properties changesBojidar Marinov2019-09-041-0/+1
|
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-5/+5
| | | | Thanks to @bojidar-bg's impressive work in #29380.
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-4/+4
| | | | | | | | | | | | | - Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|
* doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|
* Update ScrollContainer description to be less ambiguous.nuke2019-02-271-1/+1
|
* doc: Fix wrong references found by new makerst.pyRémi Verschelde2019-01-071-1/+1
| | | | Thanks @PJB3005
* [Docs] Remove double-spaces from descriptions, as well a couple other small ↵LikeLakers22018-09-231-1/+1
| | | | fixes
* -Make sure that ProjectSettings are properly dumped when dumping docs.Juan Linietsky2018-06-111-0/+12
| | | | | | -Documented all properties of project settings Update documentation for ProjectSettings
* Sync classref with current sourceRémi Verschelde2018-05-281-0/+4
| | | | Also fix binding of Basis.slerp
* Fix Error in the ScrollContainer TooltipsDaniel "Orangestar" O2018-05-121-1/+1
|
* Docs update for several classesCraigory V Coppola2018-04-191-0/+2
| | | | | Namely: Dictionary, GraphEdit, Object, TileMap, Script, ScollBar, ScrollContainer and SplitContainer