summaryrefslogtreecommitdiff
path: root/scene/main/canvas_item.cpp
AgeCommit message (Expand)Author
2022-09-06Rename raise() to move_to_front()kobewi
2022-09-02Fix getting an error message when repeatedly entering and exiting the treeRindbee
2022-08-30Change _redraw_callback to callable_mpkobewi
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-26Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0Rémi Verschelde
2022-08-23Spell out "anisotropic" fully in filter optionsskyace65
2022-08-23Add font LCD sub-pixel anti-aliasing support.bruvzg
2022-07-28Remove `first_draw` and reset visibility when entering treeRindbee
2022-07-20Fix `CanvasItem` not exiting its canvas group on canvas exitkleonc
2022-07-15Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-06-19Add explicit deferred flagsmarkdibarry
2022-04-23Rename theme properties to include underscoresFireForge
2022-04-12Restore antialiasing for `draw_line`Yuri Roubinsky
2022-04-01Removed show_on_top property in CanvasItemVitika9
2022-03-20Bind NOTIFICATION_LOCAL_TRANFORM_CHANGEDJason Knight
2022-03-18Merge pull request #58394 from bruvzg/rtl_hintRémi Verschelde
2022-03-16Simplify always true conditionalMarkus Sauermann
2022-03-13Expose methods for screen-space transformskobewi
2022-02-22Fix invisible CanvasItem visibility issueMarkus Sauermann
2022-02-21Add RichTextLabel "hint" tag.bruvzg
2022-02-19Fix CanvasItem visibility propagationkobewi
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-02-06Rework CanvasItem visibility propagationkobewi
2022-02-05Add visibility to CanvasLayerkobewi
2022-01-20Add nodiscard to core math classes to catch c++ errors.lawnjelly
2022-01-12Refactor CanvasItem show/hide/set_visibleStijn Hinlopen
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-06Fix crash when update() is called inside _draw()Haoyu Qiu
2021-11-16Merge pull request #54167 from brunosxs/fix-game-crash-when-sending-a-notific...Rémi Verschelde
2021-10-25Ignore empty Font resources as theme override.bruvzg
2021-10-23Fixes a game crash caused by instantiating Camera2D and sending a notificatio...BrunoSXS
2021-10-01Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg
2021-08-27Makes FontData importable resource.bruvzg
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-13Fix some unnecessary includesAaron Franke
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-20Merge pull request #50655 from JFonS/sname_optRémi Verschelde
2021-07-20Editor StringName and Viewport optimizationsJoan Fons
2021-07-19Use C++11 raw literals for shader code to improve readabilityHugo Locurcio
2021-07-04Allow using ORMMaterial3D by using BaseMaterial3D as a resource hintHugo Locurcio
2021-07-01Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke
2021-06-17Add PROPERTY_USAGE_NONE and use itAaron Franke
2021-06-17Implement animation slice drawing in CanvasItemreduz
2021-05-25Tweak dozens of editor property hints for consistencyHugo Locurcio
2021-05-20Fix typos with codespellRémi Verschelde
2021-05-06Tweak CanvasItem/material sampling property hints for readabilityHugo Locurcio
2021-03-28Rename Texture.get_data() to get_image()Marcel Admiraal
2021-03-19Use real_t in non-physics 2D nodesAaron Franke