summaryrefslogtreecommitdiffstats
path: root/doc/classes/CanvasItem.xml
Commit message (Expand)AuthorAgeFilesLines
...
* | Fill random docskobewi2022-11-221-0/+4
* | Hide Antialiasing import option on DynamicFonts with MSDF enabledHugo Locurcio2022-11-031-1/+1
* | Merge pull request #52350 from BimDav/viewport_canvas_cullRémi Verschelde2022-11-021-0/+18
|\ \
| * | Viewport canvas cull mask featureBimDav2022-10-311-0/+18
* | | Merge pull request #67710 from KoBeWi/a_bit_local_global_transformRémi Verschelde2022-10-311-1/+1
|\ \ \ | |/ / |/| |
| * | Remove error condition from get_global_transform()kobewi2022-10-211-1/+1
* | | Implement multiple clip_children modes for CanvasItemsclayjohn2022-10-141-1/+9
|/ /
* / Add descriptions for Node2D's skew and CanvasItem's clip_childrenFelipe Kinoshita2022-10-061-0/+1
|/
* Fix theme methods usage in docsRaul Santos2022-09-151-6/+6
* Rename raise() to move_to_front()kobewi2022-09-061-0/+7
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-8/+8
* Merge pull request #64367 from Mickeon/rename-var-to-strRémi Verschelde2022-08-261-1/+1
|\
| * Rename `str2var` to `str_to_var` and similarMicky2022-08-261-1/+1
* | Add font LCD sub-pixel anti-aliasing support.bruvzg2022-08-231-0/+17
|/
* Improve documentation related to anisotropic filteringHugo Locurcio2022-08-221-2/+2
* Merge pull request #64345 from Mickeon/docs-better-drawClay John2022-08-181-6/+8
|\
| * Improve documentation of CanvasItem's draw logicMicky2022-08-131-6/+8
* | [doc] Fix grammar in class docs: amount vs. numberAndy Maloney2022-08-171-2/+2
* | [doc] Use "param" instead of "code" to refer to parameters (7)Andy Maloney2022-08-121-19/+19
|/
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-149/+149
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-151-8/+10
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-16/+60
* draw_circle() draws a filled circleSergey Pershenkov2022-06-011-1/+1
* Restore antialiasing for `draw_line`Yuri Roubinsky2022-04-121-3/+4
* Merge pull request #59788 from Vitika9/59711Rémi Verschelde2022-04-071-3/+0
|\
| * Removed show_on_top property in CanvasItemVitika92022-04-011-3/+0
* | Clarify what `top_level` does in CanvasItemHugo Locurcio2022-03-311-1/+1
|/
* Bind NOTIFICATION_LOCAL_TRANFORM_CHANGEDJason Knight2022-03-201-3/+6
* Merge pull request #58394 from bruvzg/rtl_hintRémi Verschelde2022-03-181-0/+11
|\
| * Add RichTextLabel "hint" tag.bruvzg2022-02-211-0/+11
* | Expose methods for screen-space transformskobewi2022-03-131-0/+7
|/
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Update definitions of get_mouse_position methodsMarcel Admiraal2022-02-041-2/+2
* [TextServer] Improve ligature cursor handling.bruvzg2022-01-091-1/+1
* Fix missing period in `CanvasItem.draw_primitive()` descriptionHugo Locurcio2022-01-051-1/+1
* Improve the CanvasItem class documentationHugo Locurcio2022-01-041-12/+12
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-4/+4
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-2/+2
* Ignore empty Font resources as theme override.bruvzg2021-10-251-3/+3
* Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-011-1/+1
* Improve documentation related to MSDF font renderingHugo Locurcio2021-09-151-1/+1
* Makes FontData importable resource.bruvzg2021-08-271-0/+14
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-312/+156
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-16/+16
* Implement animation slice drawing in CanvasItemreduz2021-06-171-0/+22
* Documentation: Correct CanvasItem.draw_string position description.Luke Hubmayer-Werner2021-03-181-1/+1
* doc: Sync classref with current sourceRémi Verschelde2021-01-041-1/+1
* Rename CanvasItem's hide signal to hiddenMarcel Admiraal2020-12-081-1/+1
* Merge pull request #43828 from Chaosus/restore_line_antialiasingYuri Roubinsky2020-11-281-0/+6
|\
| * Restored antialiased lines by emulation using triangle stripsYuri Roubinsky2020-11-271-0/+6