| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix more miscellaneous oddities around the class reference | Micky | 2024-11-12 | 1 | -1/+1 |
* | Merge pull request #99020 from Mickeon/documentation-example-pruning-2 | Thaddeus Crews | 2024-11-12 | 1 | -1/+1 |
|\ |
|
| * | Clean up more `[b]Example:[/b]` lines from the class reference | Micky | 2024-11-11 | 1 | -1/+1 |
* | | Add note to `CanvasItem.clip_children` about nesting | Malcolm Anderson | 2024-11-10 | 1 | -0/+1 |
* | | Improve make_canvas_position_local description | kobewi | 2024-10-24 | 1 | -2/+6 |
* | | doc: clarify CanvasItem's visibility signal descriptions | Adriaan de Jongh | 2024-09-24 | 1 | -2/+2 |
* | | clarify CanvasItem's visible property, and its visibility_changed and hidden ... | Adriaan de Jongh | 2024-09-23 | 1 | -4/+5 |
|/ |
|
* | Document use of pre-calculated triangulation when drawing polygons | Danil Alexeev | 2024-09-04 | 1 | -0/+2 |
* | Clarify is_visible_in_tree() in CanvasItem | kobewi | 2024-07-14 | 1 | -0/+1 |
* | fixed the y-sorting description having higher and lower inverted (oops!) | Adriaan de Jongh | 2024-07-01 | 1 | -2/+2 |
* | Add antialias support for CanvasItem draw primitives | Yaohua Xiong | 2024-05-13 | 1 | -0/+10 |
* | Extend `CanvasItem::draw_circle()` with filled, width, and antialiased options | Yaohua Xiong | 2024-05-02 | 1 | -1/+7 |
* | Clarify transform inheritance of CanvasItem nodes | kobewi | 2024-04-24 | 1 | -0/+1 |
* | Merge pull request #90310 from mhilbrunner/OutdatedDemos | Rémi Verschelde | 2024-04-08 | 1 | -1/+1 |
|\ |
|
| * | Update links to outdated asset library demos | skyace65 | 2024-04-07 | 1 | -1/+1 |
* | | improve description of y_sort_enabled | Adriaan de Jongh | 2024-04-02 | 1 | -3/+4 |
|/ |
|
* | Overhaul some "uncommon" wording in class reference | Micky | 2024-03-01 | 1 | -1/+1 |
* | [Doc] Fix some incorrect uses of "children" | A Thousand Ships | 2024-02-29 | 1 | -2/+2 |
* | Add keywords to improve search in the class reference | Hugo Locurcio | 2024-02-22 | 1 | -1/+1 |
* | Merge pull request #79452 from /ysort-update-first-item-position | Rémi Verschelde | 2024-02-20 | 1 | -1/+1 |
|\ |
|
| * | Update Y-sort position of the first item in the sorted subtree | kleonc | 2023-07-14 | 1 | -1/+1 |
* | | Expose `CanvasLayer::get_canvas_layer_node()` | TML | 2024-02-20 | 1 | -0/+6 |
* | | Replace some "uncommon" words in class reference | Micky | 2024-01-15 | 1 | -1/+1 |
* | | Improve and clarify texture filtering documentation | Hugo Locurcio | 2023-11-14 | 1 | -8/+10 |
* | | Update draw_polyline documentation to clarify negative width behavior | jsjtxietian | 2023-10-08 | 1 | -3/+3 |
* | | Improve canvas layer index documentation | Markus Sauermann | 2023-09-18 | 1 | -1/+1 |
|/ |
|
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
* | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
* | Display `BitField[Enum]` in docs to distinguish from `Enum` | Danil Alexeev | 2023-06-15 | 1 | -6/+6 |
* | Overhaul the top sections of the class reference (GUI classes) | VolTer | 2023-05-28 | 1 | -7/+5 |
* | Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad... | bruvzg | 2023-05-15 | 1 | -4/+4 |
* | Fix `draw_multiline_colors` usage | Danil Alexeev | 2023-05-15 | 1 | -3/+3 |
* | Merge pull request #57179 from spacechase0/notify-world2d-changed-master | Rémi Verschelde | 2023-05-08 | 1 | -0/+3 |
|\ |
|
| * | Propogate previously unused NOTIFICATION_WORLD_2D_CHANGED, make CanvasItem/Co... | Chase Warrington | 2023-05-01 | 1 | -0/+3 |
* | | Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation | Hugo Locurcio | 2023-05-06 | 1 | -4/+4 |
* | | Fix small mistake in docs, "antecedents" -> "ancestors" | Aaron Franke | 2023-05-03 | 1 | -2/+2 |
* | | Some clarifications on screen-space coordinates | kobewi | 2023-05-03 | 1 | -0/+1 |
* | | Improve CanvasItem.self_modulate docs | kleonc | 2023-04-03 | 1 | -3/+4 |
|/ |
|
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
* | Merge pull request #69728 from Calinou/doc-font-oversampling-exceptions | Yuri Sizov | 2023-02-10 | 1 | -0/+1 |
|\ |
|
| * | Document exceptions to font oversampling in Camera2D, CanvasItem and Control | Hugo Locurcio | 2022-12-07 | 1 | -0/+1 |
* | | CanvasItem::draw_polyline Support thin polylines drawn using line strip | kleonc | 2023-01-19 | 1 | -6/+9 |
* | | CanvasItem::draw_arc Clamp angle difference so arc won't overlap itself | kleonc | 2023-01-18 | 1 | -1/+2 |
* | | Fix scaling issue in `draw_line` and similar methods | Danil Alexeev | 2023-01-16 | 1 | -6/+11 |
* | | Improve dashed line alignment and make it optional. | bruvzg | 2023-01-13 | 1 | -0/+1 |
* | | Merge pull request #70219 from bruvzg/msdf_outline_scaling | Rémi Verschelde | 2022-12-19 | 1 | -0/+1 |
|\ \ |
|
| * | | Scale MSDF font outline with the font size and MSDF source size to match dyna... | bruvzg | 2022-12-17 | 1 | -0/+1 |
| |/ |
|
* | | Merge pull request #59682 from Sauermann/fix-following-viewport-transform | Rémi Verschelde | 2022-12-19 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Include the following-viewport-transform into CanvasLayer transforms | Markus Sauermann | 2022-12-18 | 1 | -3/+3 |
* | | Move z_index, z_as_relative and y_sort_enabled from Node2D to CanvasItem | Hendrik Brucker | 2022-11-29 | 1 | -1/+12 |