summaryrefslogtreecommitdiffstats
path: root/doc/classes/CanvasItem.xml
Commit message (Expand)AuthorAgeFilesLines
* Improve canvas layer index documentationMarkus Sauermann2023-09-181-1/+1
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Display `BitField[Enum]` in docs to distinguish from `Enum`Danil Alexeev2023-06-151-6/+6
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-7/+5
* Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad...bruvzg2023-05-151-4/+4
* Fix `draw_multiline_colors` usageDanil Alexeev2023-05-151-3/+3
* Merge pull request #57179 from spacechase0/notify-world2d-changed-masterRémi Verschelde2023-05-081-0/+3
|\
| * Propogate previously unused NOTIFICATION_WORLD_2D_CHANGED, make CanvasItem/Co...Chase Warrington2023-05-011-0/+3
* | Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentationHugo Locurcio2023-05-061-4/+4
* | Fix small mistake in docs, "antecedents" -> "ancestors"Aaron Franke2023-05-031-2/+2
* | Some clarifications on screen-space coordinateskobewi2023-05-031-0/+1
* | Improve CanvasItem.self_modulate docskleonc2023-04-031-3/+4
|/
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Merge pull request #69728 from Calinou/doc-font-oversampling-exceptionsYuri Sizov2023-02-101-0/+1
|\
| * Document exceptions to font oversampling in Camera2D, CanvasItem and ControlHugo Locurcio2022-12-071-0/+1
* | CanvasItem::draw_polyline Support thin polylines drawn using line stripkleonc2023-01-191-6/+9
* | CanvasItem::draw_arc Clamp angle difference so arc won't overlap itselfkleonc2023-01-181-1/+2
* | Fix scaling issue in `draw_line` and similar methodsDanil Alexeev2023-01-161-6/+11
* | Improve dashed line alignment and make it optional.bruvzg2023-01-131-0/+1
* | Merge pull request #70219 from bruvzg/msdf_outline_scalingRémi Verschelde2022-12-191-0/+1
|\ \
| * | Scale MSDF font outline with the font size and MSDF source size to match dyna...bruvzg2022-12-171-0/+1
| |/
* | Merge pull request #59682 from Sauermann/fix-following-viewport-transformRémi Verschelde2022-12-191-3/+3
|\ \ | |/ |/|
| * Include the following-viewport-transform into CanvasLayer transformsMarkus Sauermann2022-12-181-3/+3
* | Move z_index, z_as_relative and y_sort_enabled from Node2D to CanvasItemHendrik Brucker2022-11-291-1/+12
* | 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
|\