index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
main
/
canvas_item.h
Age
Commit message (
Expand
)
Author
2023-04-26
Fix invalid global position when read outside tree
kobewi
2023-02-06
Merge pull request #68492 from Sauermann/fix-picking-sort
Rémi Verschelde
2023-02-04
Fix propagation order for 2D physics picking events
Markus Sauermann
2023-02-02
Fix toplevel nomenclature
Markus Sauermann
2023-01-31
Merge pull request #67507 from Sauermann/fix-toplevel-root-control-node
Rémi Verschelde
2023-01-30
Hide clip_children for non-drawn CanvasItems
Ninni Pipping
2023-01-21
Merge pull request #70294 from KoBeWi/treedulate
Rémi Verschelde
2023-01-19
CanvasItem::draw_polyline Support thin polylines drawn using line strip
kleonc
2023-01-16
Fix scaling issue in `draw_line` and similar methods
Danil Alexeev
2023-01-13
Improve dashed line alignment and make it optional.
bruvzg
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-19
Add a method to get global modulate
kobewi
2022-12-17
Scale MSDF font outline with the font size and MSDF source size to match dyna...
bruvzg
2022-11-29
Move z_index, z_as_relative and y_sort_enabled from Node2D to CanvasItem
Hendrik Brucker
2022-10-31
Viewport canvas cull mask feature
BimDav
2022-10-27
Merge pull request #67043 from clayjohn/clip_children
Clay John
2022-10-19
Add methods to get target filter and repeat
kobewi
2022-10-16
Fix set_as_toplevel event propagation to child
Markus Sauermann
2022-10-14
Implement multiple clip_children modes for CanvasItems
clayjohn
2022-09-06
Rename raise() to move_to_front()
kobewi
2022-08-29
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-23
Add font LCD sub-pixel anti-aliasing support.
bruvzg
2022-07-28
Remove `first_draw` and reset visibility when entering tree
Rindbee
2022-07-20
Fix `CanvasItem` not exiting its canvas group on canvas exit
kleonc
2022-07-15
Use BitField hint for the TextServer enums. Add missing parts for BitField su...
bruvzg
2022-07-06
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-04-12
Restore antialiasing for `draw_line`
Yuri Roubinsky
2022-04-01
Removed show_on_top property in CanvasItem
Vitika9
2022-03-18
Merge pull request #58394 from bruvzg/rtl_hint
Rémi Verschelde
2022-02-22
Fix invisible CanvasItem visibility issue
Markus Sauermann
2022-02-21
Add RichTextLabel "hint" tag.
bruvzg
2022-02-19
Fix CanvasItem visibility propagation
kobewi
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-06
Rework CanvasItem visibility propagation
kobewi
2022-02-05
Add visibility to CanvasLayer
kobewi
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-10-25
Ignore empty Font resources as theme override.
bruvzg
2021-10-01
Implement TextServer GDExtension interface, remove TextServer GDNative interf...
bruvzg
2021-08-27
Makes FontData importable resource.
bruvzg
2021-08-22
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-13
Fix some unnecessary includes
Aaron Franke
2021-07-20
Editor StringName and Viewport optimizations
Joan Fons
2021-06-17
Implement animation slice drawing in CanvasItem
reduz
2021-03-28
Rename Texture.get_data() to get_image()
Marcel Admiraal
2021-03-19
Use real_t in non-physics 2D nodes
Aaron Franke
2021-02-09
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-01-06
Added ability to visualize native shaders
reduz
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-11
Move initialization of some classes to headers
Tomasz Chabora
[next]