summaryrefslogtreecommitdiff
path: root/doc/classes/CanvasItem.xml
AgeCommit message (Expand)Author
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-10-25Ignore empty Font resources as theme override.bruvzg
2021-10-01Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg
2021-09-15Improve documentation related to MSDF font renderingHugo Locurcio
2021-08-27Makes FontData importable resource.bruvzg
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-06-17Implement animation slice drawing in CanvasItemreduz
2021-03-18Documentation: Correct CanvasItem.draw_string position description.Luke Hubmayer-Werner
2021-01-04doc: Sync classref with current sourceRémi Verschelde
2020-12-08Rename CanvasItem's hide signal to hiddenMarcel Admiraal
2020-11-28Merge pull request #43828 from Chaosus/restore_line_antialiasingYuri Roubinsky
2020-11-27Restored antialiased lines by emulation using triangle stripsYuri Roubinsky
2020-11-26[Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem,...bruvzg
2020-11-04doc: Sync classref with current source + fixup some bindingsRémi Verschelde
2020-10-28Clarify what the "item_rect_changed" signal doesSirQuartz
2020-10-09doc: Sync classref with current sourceRémi Verschelde
2020-10-02Merge pull request #42451 from Duroxxigar/rename-toplevelRémi Verschelde
2020-10-01Link to demos from within the class referenceAaron Franke
2020-10-01Renamed toplevel to be top_levelDuroxxigar
2020-10-01Made toplevel a property for Node3D and CanvasItemDuroxxigar
2020-09-26Translate GDScript Code Examples to C# (C)HaSa1002
2020-08-31Add link titles for all links in the class referenceHugo Locurcio
2020-07-29Add an example to the `CanvasItem.draw_string()` documentationHugo Locurcio
2020-07-27Improve visibility documentation for CanvasItem and Node3DHugo Locurcio
2020-07-01Provide `draw_set_transform` defaults for rotation and scaleAndrii Doroshenko (Xrayez)
2020-05-15Document CanvasItem's texture filtering and repeating modesHugo Locurcio
2020-04-17Clarify that angles must be specified as radians in the documentationHugo Locurcio
2020-03-30doc: Update classref with node renamesRémi Verschelde
2020-03-13Add LOTS of missing docsTomasz Chabora
2020-02-26Docs: Improved wording and added linksLunadin
2020-02-20Fix MIMPAMPS typos in constants throughout the engineAndrii Doroshenko (Xrayez)
2020-02-18doc: Sync classref with current sourceRé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-23doc: Misc updates for AnimationNode* and othersRémi Verschelde
2020-01-10[DOCS] Corrections and clarifications to classrefChris Bradfield
2019-11-01Merge pull request #33229 from Jummit/document-force_update_transformRémi Verschelde
2019-11-01document force_update_transformJummit
2019-10-26doc: Sync classref with current sourceRémi Verschelde
2019-07-15doc: Sync classref with current sourceRémi Verschelde
2019-07-09Add `width` and `antialiased` parameters to CanvasItem `draw_rect()`Hugo Locurcio
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-05-23Change "Return" to "Returns" where necessary in XML documentationSean Heffernan
2019-05-14Improve the CanvasItem documentationHugo Locurcio
2019-04-23Added inspector plugin documentation.Juan Linietsky