summaryrefslogtreecommitdiffstats
path: root/scene/main/canvas_item.h
Commit message (Expand)AuthorAgeFilesLines
* Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED`Michael Alexsander2024-11-021-8/+15
* Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-8/+8
* Add antialias support for CanvasItem draw primitivesYaohua Xiong2024-05-131-5/+9
* Extend `CanvasItem::draw_circle()` with filled, width, and antialiased optionsYaohua Xiong2024-05-021-1/+7
* Expose TileMapLayerGilles Roudière2024-04-031-0/+3
* Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-0/+2
* Expose `CanvasLayer::get_canvas_layer_node()`TML2024-02-201-0/+1
* Make TileMapLayers extend Node2D and work as children of TileMapGilles Roudière2024-01-171-2/+2
* Remove `CanvasItem::_invalidate_global_transform`Markus Sauermann2023-08-301-1/+0
* Fix global transform validity for `Node2D` and `Control`Markus Sauermann2023-08-081-4/+1
* Change GDScript tests to use InstancePlaceholder as the example abstractAaron Franke2023-07-151-2/+2
* Fix click-selecting Sprites with repeated texturekleonc2023-06-221-6/+6
* Fix `CanvasItem::draw_string_outline` parameter orderMarkus Sauermann2023-06-081-1/+1
* Optimize threading-sensitive node data for single-threaded processingPedro J. Estébanez2023-05-171-1/+4
* Make more base nodes thread safeJuan Linietsky2023-05-151-1/+3
* Fix invalid global position when read outside treekobewi2023-04-181-0/+1
* Remove NOTIFICATION_MOVED_IN_PARENTJuan Linietsky2023-04-061-0/+2
* Merge pull request #68492 from Sauermann/fix-picking-sortRémi Verschelde2023-02-061-0/+1
|\
| * Fix propagation order for 2D physics picking eventsMarkus Sauermann2023-02-041-0/+1
* | Fix toplevel nomenclatureMarkus Sauermann2023-02-021-2/+2
|/
* Merge pull request #67507 from Sauermann/fix-toplevel-root-control-nodeRémi Verschelde2023-01-311-0/+3
|\
| * Fix set_as_toplevel event propagation to childMarkus Sauermann2022-10-161-0/+3
* | Hide clip_children for non-drawn CanvasItemsNinni Pipping2023-01-301-0/+4
* | Merge pull request #70294 from KoBeWi/treedulateRémi Verschelde2023-01-211-0/+1
|\ \
| * | Add a method to get global modulatekobewi2022-12-191-0/+1
* | | CanvasItem::draw_polyline Support thin polylines drawn using line stripkleonc2023-01-191-3/+3
* | | Fix scaling issue in `draw_line` and similar methodsDanil Alexeev2023-01-161-6/+6
* | | Improve dashed line alignment and make it optional.bruvzg2023-01-131-1/+1
* | | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | | Scale MSDF font outline with the font size and MSDF source size to match dyna...bruvzg2022-12-171-1/+1
|/ /
* | Move z_index, z_as_relative and y_sort_enabled from Node2D to CanvasItemHendrik Brucker2022-11-291-0/+15
* | Viewport canvas cull mask featureBimDav2022-10-311-0/+7
* | Merge pull request #67043 from clayjohn/clip_childrenClay John2022-10-271-4/+14
|\ \
| * | Implement multiple clip_children modes for CanvasItemsclayjohn2022-10-141-4/+14
| |/
* / Add methods to get target filter and repeatkobewi2022-10-191-0/+5
|/
* Rename raise() to move_to_front()kobewi2022-09-061-0/+1
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-2/+2
* Add font LCD sub-pixel anti-aliasing support.bruvzg2022-08-231-0/+1
* Remove `first_draw` and reset visibility when entering treeRindbee2022-07-281-1/+0
* Fix `CanvasItem` not exiting its canvas group on canvas exitkleonc2022-07-201-1/+1
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-151-4/+4
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-3/+8
* Restore antialiasing for `draw_line`Yuri Roubinsky2022-04-121-1/+1
* Removed show_on_top property in CanvasItemVitika92022-04-011-3/+0
* Merge pull request #58394 from bruvzg/rtl_hintRémi Verschelde2022-03-181-0/+1
|\
| * Add RichTextLabel "hint" tag.bruvzg2022-02-211-0/+1
* | Fix invisible CanvasItem visibility issueMarkus Sauermann2022-02-221-1/+2
|/
* Fix CanvasItem visibility propagationkobewi2022-02-191-2/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+0
* Rework CanvasItem visibility propagationkobewi2022-02-061-1/+2