summaryrefslogtreecommitdiffstats
path: root/doc/classes/CanvasItem.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix more miscellaneous oddities around the class referenceMicky2024-11-121-1/+1
|
* Merge pull request #99020 from Mickeon/documentation-example-pruning-2Thaddeus Crews2024-11-121-1/+1
|\ | | | | | | Clean up more `[b]Example:[/b]` lines from the class reference
| * Clean up more `[b]Example:[/b]` lines from the class referenceMicky2024-11-111-1/+1
| |
* | Add note to `CanvasItem.clip_children` about nestingMalcolm Anderson2024-11-101-0/+1
| | | | | | | | Add CanvasGroup information to clipping note
* | Improve make_canvas_position_local descriptionkobewi2024-10-241-2/+6
| |
* | doc: clarify CanvasItem's visibility signal descriptionsAdriaan de Jongh2024-09-241-2/+2
| |
* | clarify CanvasItem's visible property, and its visibility_changed and hidden ↵Adriaan de Jongh2024-09-231-4/+5
|/ | | | signals
* Document use of pre-calculated triangulation when drawing polygonsDanil Alexeev2024-09-041-0/+2
|
* Clarify is_visible_in_tree() in CanvasItemkobewi2024-07-141-0/+1
|
* fixed the y-sorting description having higher and lower inverted (oops!)Adriaan de Jongh2024-07-011-2/+2
|
* Add antialias support for CanvasItem draw primitivesYaohua Xiong2024-05-131-0/+10
| | | | | | including - rect, circle; both filled and unfilled. - polyline, multiline
* Extend `CanvasItem::draw_circle()` with filled, width, and antialiased optionsYaohua Xiong2024-05-021-1/+7
| | | | Make it possible to draw unfilled circle, like draw_rect(). Antialising is only implemented for unfilled version.
* Clarify transform inheritance of CanvasItem nodeskobewi2024-04-241-0/+1
|
* Merge pull request #90310 from mhilbrunner/OutdatedDemosRémi Verschelde2024-04-081-1/+1
|\ | | | | | | Update links to outdated asset library demos
| * Update links to outdated asset library demosskyace652024-04-071-1/+1
| | | | | | | | | | | | Update links to outdated asset library demos Co-authored-by: Max Hilbrunner <m.hilbrunner@gmail.com>
* | improve description of y_sort_enabledAdriaan de Jongh2024-04-021-3/+4
|/
* Overhaul some "uncommon" wording in class referenceMicky2024-03-011-1/+1
|
* [Doc] Fix some incorrect uses of "children"A Thousand Ships2024-02-291-2/+2
|
* Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-1/+1
|
* Merge pull request #79452 from /ysort-update-first-item-positionRémi Verschelde2024-02-201-1/+1
|\
| * Update Y-sort position of the first item in the sorted subtreekleonc2023-07-141-1/+1
| |
* | Expose `CanvasLayer::get_canvas_layer_node()`TML2024-02-201-0/+6
| |
* | Replace some "uncommon" words in class referenceMicky2024-01-151-1/+1
| |
* | Improve and clarify texture filtering documentationHugo Locurcio2023-11-141-8/+10
| | | | | | | | | | | | - Mention the Use Nearest Mipmap Filter project setting. - Fix nearest mipmap claiming to always use bilinear filtering (it uses trilinear filtering by default, like linear mipmap).
* | Update draw_polyline documentation to clarify negative width behaviorjsjtxietian2023-10-081-3/+3
| |
* | Improve canvas layer index documentationMarkus Sauermann2023-09-181-1/+1
|/ | | | Document special case of identical canvas layer index.
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* 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. ↵bruvzg2023-05-151-4/+4
| | | | Add flags to control last/single line justification.
* 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
|\ | | | | | | Propagate previously unused NOTIFICATION_WORLD_2D_CHANGED, make CanvasItem/CollisionObject2D use it
| * Propogate previously unused NOTIFICATION_WORLD_2D_CHANGED, make ↵Chase Warrington2023-05-011-0/+3
| | | | | | | | CanvasItem/CollisionObject2D use it
* | Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentationHugo Locurcio2023-05-061-4/+4
| | | | | | | | This brings the overall class reference completion percentage from 87% to 92%.
* | 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
| | | | Can't stop, won't stop, they said, huh?
* Merge pull request #69728 from Calinou/doc-font-oversampling-exceptionsYuri Sizov2023-02-101-0/+1
|\ | | | | Document exceptions to font oversampling in Camera2D, CanvasItem and Control
| * 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 dynamic font behavior.
| * | Scale MSDF font outline with the font size and MSDF source size to match ↵bruvzg2022-12-171-0/+1
| |/ | | | | | | dynamic font behavior.
* | Merge pull request #59682 from Sauermann/fix-following-viewport-transformRémi Verschelde2022-12-191-3/+3
|\ \ | |/ |/| | | Include the follow-viewport-transform into CanvasLayer transform calculations
| * Include the following-viewport-transform into CanvasLayer transformsMarkus Sauermann2022-12-181-3/+3
| | | | | | | | The following-viewport-transform was missing from several calculations
* | Move z_index, z_as_relative and y_sort_enabled from Node2D to CanvasItemHendrik Brucker2022-11-291-1/+12
| |