index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
classes
/
AcceptDialog.xml
Age
Commit message (
Expand
)
Author
2023-01-23
Convert en_GB spelling to en_US with codespell
Rémi Verschelde
2022-11-02
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-09-07
Make AcceptDialog and derivatives utilize StyleBox fully
Yuri Sizov
2022-09-01
Add dumb and manual theme caching systems to Window
Yuri Sizov
2022-08-12
[doc] Use "param" instead of "code" to refer to parameters (8)
Andy Maloney
2022-08-08
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-07-09
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-04-01
Add Blender install autodetection and configuration.
reduz
2022-02-15
Add an XML schema for documentation
Hugo Locurcio
2021-12-03
Make overridden properties link to parent definition
Yuri Sizov
2021-10-10
Add warnings to methods that give access to internal nodes
Yuri Sizov
2021-09-20
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-08-04
Add theme item descriptions to the online documentation
Yuri Sizov
2021-07-30
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-27
Multiple cosmetic fixes for embedded windows
Michael Alexsander
2021-07-06
Add AcceptDialog::remove_button method
kleonc
2021-06-03
Use a more specific type for AcceptDialog register_text_enter
Aaron Franke
2020-12-14
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-09-26
Add C# code examples to the docs
HaSa1002
2020-07-01
Environment: Refactor code for readability + more
Rémi Verschelde
2020-03-31
doc: Sync classref with DisplayServer/Window changes
Rémi Verschelde
2020-02-22
doc: Sync classref with StringName/Callable changes
Rémi Verschelde
2020-01-31
Update docs to version 4.0
clayjohn
2020-01-26
doc: Drop unused 'category' property from header
Rémi Verschelde
2019-09-24
doc: Fix parsing of self-closing XML tags
Rémi Verschelde
2019-09-04
Run doctool after overridden properties changes
Bojidar Marinov
2019-06-30
doc: Remove hardcoded default values from descriptions
Rémi Verschelde
2019-06-30
doc: Add default values to all properties
Rémi Verschelde
2019-06-27
Proofread and improve the whole class reference
Hugo Locurcio
2019-06-19
Merge pull request #27389 from YeldhamDev/acceptdiag_label_wrap
Rémi Verschelde
2019-05-23
Change "Return" to "Returns" where necessary in XML documentation
Sean Heffernan
2019-04-19
doc: Drop unused <demos> tag
Rémi Verschelde
2019-04-04
Add option to enable autowrapping for label inside 'AcceptDialog'
Michael Alexsander Silva Dias
2019-04-01
doc: Bump version to 3.2
Rémi Verschelde
2018-12-20
doc: Add missing commas after "If true/false"
Rémi Verschelde
2018-08-15
Doc: Clarify usage of dialog_hide_on_ok and caveat for FileDialog
Rémi Verschelde
2018-05-17
[docs] fix links in class docs
Kelly Thomas
2018-02-27
doc: Remove status from hardcoded version string
Rémi Verschelde
2018-02-19
doc: Update version string in header
Rémi Verschelde
2018-01-25
doc: Sync with current source
Rémi Verschelde
2018-01-13
doc: Update version string in XML
Rémi Verschelde
2017-11-24
doc: Remove setters and getters now exposed via properties/members
Rémi Verschelde
2017-11-24
doc: Update header version for 3.0-beta
Rémi Verschelde
2017-11-15
doc: Remove revision.module_config from version string
Rémi Verschelde
2017-10-09
[DOCS] Review and improve 17 classes (#11890)
Jérôme GULLY
2017-09-16
Rewrite the AcceptDialog class
Roger Smith
2017-09-13
doc: Sync classref with current source
Rémi Verschelde
2017-09-12
Changed the doc class generation to individual files per class. It is also po...
Juan Linietsky