summaryrefslogtreecommitdiff
path: root/doc/classes/Control.xml
AgeCommit message (Expand)Author
2021-03-31Merge pull request #47252 from KoBeWi/themecideRémi Verschelde
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-23Remove the clearing behavior from add_overridekobewi
2021-03-23Add methods to remove theme overrideskobewi
2021-02-24Fix crash during drag if user freed the drag previewDelf Neumärker
2021-02-01Merge pull request #45137 from Calinou/doc-control-galleryRémi Verschelde
2021-01-29Reference the control gallery image in the Control class documentationHugo Locurcio
2021-01-26Exposed find_next_valid_focus and find_prev_valid_focus.Nils Reid
2021-01-04doc: Sync classref with current sourceRémi Verschelde
2020-12-28Merge pull request #44751 from madmiraal/rename-rect-grow_marginRémi Verschelde
2020-12-28Merge pull request #44607 from madmiraal/rename-control-rotationRémi Verschelde
2020-12-28Rename Rect2 and Rect2i grow_margin() to grow_side()Marcel Admiraal
2020-12-23Rename Control rotation to rotation_degreesMarcel Admiraal
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-15Rename neighbour in Control to neighborDaniel Ting
2020-11-26[Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem,...bruvzg
2020-11-16Merge pull request #42008 from Calinou/theme-rename-node-typeRémi Verschelde
2020-11-03Tooltips: Improve code clarity and docsRémi Verschelde
2020-10-27Rename the `type` parameter to `node_type` in Theme and ControlHugo Locurcio
2020-10-02Updated getters and setters names for toplevelDuroxxigar
2020-10-01Link to demos from within the class referenceAaron Franke
2020-09-26Translate GDScript Code Examples to C# (C)HaSa1002
2020-08-31Add link titles for all links in the class referenceHugo Locurcio
2020-08-04Improve the documentation related to overriding GUI theme itemsHugo Locurcio
2020-07-15Document caveats related to Control scalingHugo Locurcio
2020-04-10Improve shortcut formatting in docsYuri Sizov
2020-04-09Clarify documentation and indicate that rect_clip_content affects only Canvas...Markus Sauermann
2020-03-31doc: Sync classref with DisplayServer/Window changesRémi Verschelde
2020-02-22doc: Sync classref with StringName/Callable changesRémi Verschelde
2020-02-12doc: Sync classref with current sourceRémi Verschelde
2020-01-31Update docs to version 4.0clayjohn
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2020-01-10[DOCS] Corrections and clarifications to classrefChris Bradfield
2019-11-07[Doc] Added more details for set_drag_preview()Anthony Rey
2019-11-02Code format for true/false/null to make documentation consistentPouleyKetchoupp
2019-09-19Fix misc. source comment typosluz.paz
2019-08-29doc: Sync classref with current sourceRémi Verschelde
2019-08-22doc: Sync classref with current sourceRémi Verschelde
2019-08-13doc: Sync classref with current sourceRémi Verschelde
2019-08-07Complete the Control class documentationTomasz Chabora
2019-07-15doc: Sync classref with current sourceRémi Verschelde
2019-07-04DocData: Re-expose parametric setters and gettersRémi Verschelde
2019-06-30doc: Remove null default values that can't be determinedRémi Verschelde
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-27doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinksRémi Verschelde
2019-06-03doc: Fix DocData.merge_from copying old setters and gettersRémi Verschelde
2019-05-30More accurate description of valid ParentsAspin
2019-05-23Change "Return" to "Returns" where necessary in XML documentationSean Heffernan