index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
classes
/
CanvasItem.xml
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Fill random docs
kobewi
2022-11-22
1
-0
/
+4
*
|
Hide Antialiasing import option on DynamicFonts with MSDF enabled
Hugo Locurcio
2022-11-03
1
-1
/
+1
*
|
Merge pull request #52350 from BimDav/viewport_canvas_cull
Rémi Verschelde
2022-11-02
1
-0
/
+18
|
\
\
|
*
|
Viewport canvas cull mask feature
BimDav
2022-10-31
1
-0
/
+18
*
|
|
Merge pull request #67710 from KoBeWi/a_bit_local_global_transform
Rémi Verschelde
2022-10-31
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove error condition from get_global_transform()
kobewi
2022-10-21
1
-1
/
+1
*
|
|
Implement multiple clip_children modes for CanvasItems
clayjohn
2022-10-14
1
-1
/
+9
|
/
/
*
/
Add descriptions for Node2D's skew and CanvasItem's clip_children
Felipe Kinoshita
2022-10-06
1
-0
/
+1
|
/
*
Fix theme methods usage in docs
Raul Santos
2022-09-15
1
-6
/
+6
*
Rename raise() to move_to_front()
kobewi
2022-09-06
1
-0
/
+7
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-8
/
+8
*
Merge pull request #64367 from Mickeon/rename-var-to-str
Rémi Verschelde
2022-08-26
1
-1
/
+1
|
\
|
*
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
1
-1
/
+1
*
|
Add font LCD sub-pixel anti-aliasing support.
bruvzg
2022-08-23
1
-0
/
+17
|
/
*
Improve documentation related to anisotropic filtering
Hugo Locurcio
2022-08-22
1
-2
/
+2
*
Merge pull request #64345 from Mickeon/docs-better-draw
Clay John
2022-08-18
1
-6
/
+8
|
\
|
*
Improve documentation of CanvasItem's draw logic
Micky
2022-08-13
1
-6
/
+8
*
|
[doc] Fix grammar in class docs: amount vs. number
Andy Maloney
2022-08-17
1
-2
/
+2
*
|
[doc] Use "param" instead of "code" to refer to parameters (7)
Andy Maloney
2022-08-12
1
-19
/
+19
|
/
*
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
1
-149
/
+149
*
Use BitField hint for the TextServer enums. Add missing parts for BitField su...
bruvzg
2022-07-15
1
-8
/
+10
*
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
1
-16
/
+60
*
draw_circle() draws a filled circle
Sergey Pershenkov
2022-06-01
1
-1
/
+1
*
Restore antialiasing for `draw_line`
Yuri Roubinsky
2022-04-12
1
-3
/
+4
*
Merge pull request #59788 from Vitika9/59711
Rémi Verschelde
2022-04-07
1
-3
/
+0
|
\
|
*
Removed show_on_top property in CanvasItem
Vitika9
2022-04-01
1
-3
/
+0
*
|
Clarify what `top_level` does in CanvasItem
Hugo Locurcio
2022-03-31
1
-1
/
+1
|
/
*
Bind NOTIFICATION_LOCAL_TRANFORM_CHANGED
Jason Knight
2022-03-20
1
-3
/
+6
*
Merge pull request #58394 from bruvzg/rtl_hint
Rémi Verschelde
2022-03-18
1
-0
/
+11
|
\
|
*
Add RichTextLabel "hint" tag.
bruvzg
2022-02-21
1
-0
/
+11
*
|
Expose methods for screen-space transforms
kobewi
2022-03-13
1
-0
/
+7
|
/
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
1
-1
/
+1
*
Update definitions of get_mouse_position methods
Marcel Admiraal
2022-02-04
1
-2
/
+2
*
[TextServer] Improve ligature cursor handling.
bruvzg
2022-01-09
1
-1
/
+1
*
Fix missing period in `CanvasItem.draw_primitive()` description
Hugo Locurcio
2022-01-05
1
-1
/
+1
*
Improve the CanvasItem class documentation
Hugo Locurcio
2022-01-04
1
-12
/
+12
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-4
/
+4
*
Replace Godot docs URL with `$DOCS_URL` in XML class reference
Rémi Verschelde
2021-11-15
1
-2
/
+2
*
Ignore empty Font resources as theme override.
bruvzg
2021-10-25
1
-3
/
+3
*
Implement TextServer GDExtension interface, remove TextServer GDNative interf...
bruvzg
2021-10-01
1
-1
/
+1
*
Improve documentation related to MSDF font rendering
Hugo Locurcio
2021-09-15
1
-1
/
+1
*
Makes FontData importable resource.
bruvzg
2021-08-27
1
-0
/
+14
*
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-30
1
-312
/
+156
*
Better format arguments in variant parser
Michael Alexsander Silva Dias
2021-06-18
1
-16
/
+16
*
Implement animation slice drawing in CanvasItem
reduz
2021-06-17
1
-0
/
+22
*
Documentation: Correct CanvasItem.draw_string position description.
Luke Hubmayer-Werner
2021-03-18
1
-1
/
+1
*
doc: Sync classref with current source
Rémi Verschelde
2021-01-04
1
-1
/
+1
*
Rename CanvasItem's hide signal to hidden
Marcel Admiraal
2020-12-08
1
-1
/
+1
*
Merge pull request #43828 from Chaosus/restore_line_antialiasing
Yuri Roubinsky
2020-11-28
1
-0
/
+6
|
\
|
*
Restored antialiased lines by emulation using triangle strips
Yuri Roubinsky
2020-11-27
1
-0
/
+6
[prev]
[next]