summaryrefslogtreecommitdiffstats
path: root/doc/classes
Commit message (Expand)AuthorAgeFilesLines
* Doc: Mention that Directory pre-opens res:// by defaultRémi Verschelde2020-01-091-0/+1
* Improve the Environment class documentationHugo Locurcio2020-01-081-4/+3
* Merge pull request #34871 from lentsius-bark/textEdit-vertical-horizontal-scr...Rémi Verschelde2020-01-081-0/+6
|\
| * expose scroll_vertical and scroll_horizontal in TextEdit + documentationKrystof Klestil2020-01-071-0/+6
* | Merge pull request #34901 from YeldhamDev/multiple_doc_completionsRémi Verschelde2020-01-083-14/+29
|\ \
| * | Complete docs for GraphEdit/Node and PopupMenuMichael Alexsander2020-01-073-14/+29
* | | Make possible to edit the GraphEdit's selection rect colorsMichael Alexsander2020-01-071-0/+4
|/ /
* | Complete the Environment class documentationHugo Locurcio2020-01-071-72/+102
* | Rewording RichTextLabel::remove_line documentationHaoyu Qiu2020-01-071-1/+2
|/
* doc: Document what happens to old script with Object.set_script()rainlizard2020-01-061-0/+1
* Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde2020-01-061-0/+8
|\
| * Add an `OS.is_window_focused()` getterHugo Locurcio2019-11-281-0/+8
* | Merge pull request #34848 from clayjohn/DOCS-VisualServerRémi Verschelde2020-01-062-3/+118
|\ \
| * | Finish documenting VisualServerclayjohn2020-01-052-3/+118
* | | Merge pull request #34847 from YeldhamDev/splitcontainer_tabs_docsRémi Verschelde2020-01-062-6/+22
|\ \ \
| * | | Complete the SplitContainer and Tabs documentationsMichael Alexsander2020-01-052-6/+22
* | | | Merge pull request #34852 from timothyqiu/rtl-docRémi Verschelde2020-01-061-5/+22
|\ \ \ \
| * | | | Completes the RichTextLabel documentationHaoyu Qiu2020-01-061-5/+22
* | | | | Merge pull request #32126 from Calinou/expose-video-adapter-name-vendorRémi Verschelde2020-01-061-0/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add VisualServer methods to get the video adapter name and vendorHugo Locurcio2020-01-061-0/+16
| |/ / /
* | | | Merge pull request #34833 from clayjohn/DOCS-VisualServerRémi Verschelde2020-01-051-3/+107
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Document most VisualServer functionsclayjohn2020-01-051-3/+107
* | | Merge pull request #34812 from clayjohn/DOCS-VisualServerRémi Verschelde2020-01-051-14/+92
|\| |
| * | Updated many VisualServer functionsclayjohn2020-01-041-14/+92
* | | Merge pull request #34820 from timothyqiu/doc-treeRémi Verschelde2020-01-051-12/+35
|\ \ \
| * | | Improves Tree documentationHaoyu Qiu2020-01-041-12/+35
* | | | Document the return value of `Object.get()` with a nonexistent propertyHugo Locurcio2020-01-041-1/+1
|/ / /
* | | Document TabContainer's "use_hidden_tabs_for_min_size"Michael Alexsander2020-01-032-1/+2
* | | doc: Sync classref with current sourceRémi Verschelde2020-01-032-1/+5
* | | Merge pull request #34726 from nekomatata/polygon2d-antialiasing-fixRémi Verschelde2020-01-031-0/+2
|\ \ \
| * | | Fixed antialiasing option for Polygon2DPouleyKetchoupp2020-01-011-0/+2
* | | | Add a shorthand for setting the exit code using `SceneTree::quit()`Hugo Locurcio2020-01-032-1/+4
* | | | Merge pull request #34747 from rcorre/add_child_ownerRémi Verschelde2020-01-031-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Add note about add_child and owner.Ryan Roden-Corrent2020-01-021-0/+1
| |/ /
* | | Merge pull request #34736 from cbscribe/kcc_doc_fixesRémi Verschelde2020-01-027-10/+10
|\ \ \
| * | | [DOCS] Class reference typos and fixes.Chris Bradfield2020-01-027-10/+10
* | | | Allows to doc vararg method return type as voidHaoyu Qiu2020-01-022-5/+5
| |/ / |/| |
* | | Improves ItemListHaoyu Qiu2019-12-311-8/+23
|/ /
* | Merge pull request #34572 from KoBeWi/I_give_upRémi Verschelde2019-12-301-0/+3
|\ \
| * | Make new ScrollContainer focus behavior optionalTomasz Chabora2019-12-301-0/+3
* | | Merge pull request #34700 from Calinou/doc-input-device-touchscreen-idRémi Verschelde2019-12-301-0/+1
|\ \ \
| * | | Document how to distinguish emulated mouse events from physical onesHugo Locurcio2019-12-301-0/+1
| |/ /
* | | Merge pull request #34692 from bluenote10/bluenote10-shadow_item_cull_mask-docsRémi Verschelde2019-12-301-1/+1
|\ \ \
| * | | shadow_item_cull_mask should reference light maskFabian Keller2019-12-291-1/+1
| |/ /
* | | Merge pull request #34682 from Calinou/os-exit-code-nonportable-warningRémi Verschelde2019-12-301-1/+1
|\ \ \
| * | | Print a warning message if `OS.exit_code` is set to a non-portable valueHugo Locurcio2019-12-291-1/+1
| |/ /
* | | Merge pull request #34621 from cbscribe/kcc_misc_doc_fixesRémi Verschelde2019-12-302-2/+8
|\ \ \
| * | | [Docs] Description updates for Node2D & ObjectChris Bradfield2019-12-262-2/+8
* | | | Merge pull request #34615 from lakshay-angrish/area_shape_entered-docsRémi Verschelde2019-12-302-2/+2
|\ \ \ \
| * | | | add area_shape_entered usageLakshay Angrish2019-12-262-2/+2
| | |/ / | |/| |