summaryrefslogtreecommitdiff
path: root/doc/classes/AcceptDialog.xml
AgeCommit message (Expand)Author
2023-01-23Convert en_GB spelling to en_US with codespellRémi Verschelde
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-09-07Make AcceptDialog and derivatives utilize StyleBox fullyYuri Sizov
2022-09-01Add dumb and manual theme caching systems to WindowYuri Sizov
2022-08-12[doc] Use "param" instead of "code" to refer to parameters (8)Andy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-07-09Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge
2022-04-01Add Blender install autodetection and configuration.reduz
2022-02-15Add an XML schema for documentationHugo Locurcio
2021-12-03Make overridden properties link to parent definitionYuri Sizov
2021-10-10Add warnings to methods that give access to internal nodesYuri Sizov
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
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
2021-07-27Multiple cosmetic fixes for embedded windowsMichael Alexsander
2021-07-06Add AcceptDialog::remove_button methodkleonc
2021-06-03Use a more specific type for AcceptDialog register_text_enterAaron Franke
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-09-26Add C# code examples to the docsHaSa1002
2020-07-01Environment: Refactor code for readability + moreRémi Verschelde
2020-03-31doc: Sync classref with DisplayServer/Window changesRémi Verschelde
2020-02-22doc: Sync classref with StringName/Callable changesRémi Verschelde
2020-01-31Update docs to version 4.0clayjohn
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2019-09-24doc: Fix parsing of self-closing XML tagsRémi Verschelde
2019-09-04Run doctool after overridden properties changesBojidar Marinov
2019-06-30doc: Remove hardcoded default values from descriptionsRémi Verschelde
2019-06-30doc: Add default values to all propertiesRémi Verschelde
2019-06-27Proofread and improve the whole class referenceHugo Locurcio
2019-06-19Merge pull request #27389 from YeldhamDev/acceptdiag_label_wrapRémi Verschelde
2019-05-23Change "Return" to "Returns" where necessary in XML documentationSean Heffernan
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-04Add option to enable autowrapping for label inside 'AcceptDialog'Michael Alexsander Silva Dias
2019-04-01doc: Bump version to 3.2Rémi Verschelde
2018-12-20doc: Add missing commas after "If true/false"Rémi Verschelde
2018-08-15Doc: Clarify usage of dialog_hide_on_ok and caveat for FileDialogRémi Verschelde
2018-05-17[docs] fix links in class docsKelly Thomas
2018-02-27doc: Remove status from hardcoded version stringRémi Verschelde
2018-02-19doc: Update version string in headerRémi Verschelde
2018-01-25doc: Sync with current sourceRémi Verschelde
2018-01-13doc: Update version string in XMLRémi Verschelde
2017-11-24doc: Remove setters and getters now exposed via properties/membersRémi Verschelde
2017-11-24doc: Update header version for 3.0-betaRémi Verschelde
2017-11-15doc: Remove revision.module_config from version stringRémi Verschelde
2017-10-09[DOCS] Review and improve 17 classes (#11890)Jérôme GULLY
2017-09-16Rewrite the AcceptDialog classRoger Smith
2017-09-13doc: Sync classref with current sourceRémi Verschelde
2017-09-12Changed the doc class generation to individual files per class. It is also po...Juan Linietsky