summaryrefslogtreecommitdiff
path: root/doc/classes/Window.xml
AgeCommit message (Collapse)Author
2021-10-04Add the base scale factor to the Theme resourceYuri Sizov
2021-09-15Merge pull request #50182 from SirQuartz/patch-15Max Hilbrunner
Add many descriptions to the `Window` class
2021-08-04Add theme item descriptions to the online documentationYuri Sizov
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
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.
2021-07-29Add `auto_translate` toggle for automatic translationMichael Alexsander
2021-07-27Multiple cosmetic fixes for embedded windowsMichael Alexsander
2021-07-13Add type variations to ThemeYuri Sizov
2021-07-05Add many descriptions to the `Window` classNick Huelin
This pull request adds many missing descriptions to `Window` in the class docs.
2021-07-02Expose `Window.get_contents_minimum_size()` to scriptsMichael Alexsander
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-06-10Let var2str display StringName with correct sigilJonathan Gollnick
2021-05-17Add theme_custom_type property to Control and WindowYuri Sizov
2021-02-19doc: Sync classref with current sourceRémi Verschelde
And fix various bogus bindings following previous PRs.
2021-02-14[CTL] Add missing font outline drawing routines and theme constants.bruvzg
2020-11-26[Complex Text Layouts] Add TextServer documentation. Update Font, ↵bruvzg
CanvasItem, Theme and modified controls documentation.
2020-10-28Improve the documentation related to fullscreen and borderless settingsHugo Locurcio
2020-07-03doc: Sync classref with current sourceRémi Verschelde
2020-03-31doc: Sync classref with DisplayServer/Window changesRémi Verschelde