summaryrefslogtreecommitdiffstats
path: root/doc/classes/SubViewportContainer.xml
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-1/+1
|
* Mark `SubViewportContainer::_propagate_input_event` experimentalMarkus Sauermann2023-11-141-1/+1
| | | | | | | The function got introduced during 4.2-dev and it was discussed, if it could be implemented in a way that also allows InputEvent filtering during `Node._process`. Let's keep this function experimental for the moment, in case we implement a general solution.
* Enable filtering `InputEvent`-sending in `SubViewportContainer`Markus Sauermann2023-10-021-0/+9
| | | | | Introduce an user overridable function, that allows filtering, if an `InputEvent` should be sent to `SubViewport` children.
* Make `SubViewportContainer` event propagation aware of focused ControlMarkus Sauermann2023-07-171-0/+1
| | | | | | | | | | | | | | | | Propagate `InputEvents` without position either - during the Input-stage, when it has focus or - during the Unhandled-Input-stage, otherwise This makes sure that Gui-Input happens in the correct order. Move "Unhandled key Input" handling before "Unhandled Input" handling, so that Unicode input with Alt / Ctrl modifiers are sent to the nodes in the correct order. Change the default focus mode of `SubViewportContainer` from `FOCUS_NONE` to `FOCUS_CLICK`, to automatically remove focus from other `Control`-nodes, when clicking inside a `SubViewport`.
* 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-4/+4
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Prohibit inconsistent size state for SubViewportMarkus Sauermann2023-01-311-0/+1
| | | | Prohibit size changes of SubViewports with parent SubViewportContainers that have stretch mode enabled.
* Rename Control's Rect properties to exclude rect_ partMarcel Admiraal2022-03-081-1/+1
|
* Update some docs regarding SubViewportskobewi2022-03-011-2/+2
|
* Connect notifications from Container to ViewportMarkus Sauermann2022-02-151-0/+1
| | | | mouse enter+exit
* 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.
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-4/+0
|
* Document how to resize a SubViewportContainer to avoid stretchingHugo Locurcio2020-06-141-0/+1
| | | | This closes #27534.
* Rename ViewportContainer to SubViewportContainerMichael Alexsander2020-04-011-0/+25