behaviour-tree-test/editor/debugger
Micky e31bb5ffeb Rename CanvasItem.update() to queue_redraw()
Affects a lot of classes. Very thoroughly checked signal connections and deferred calls to this method, add_do_method/add_undo_method calls, and so on.

Also renames the internal `_update_callback()` to `_redraw_callback()` for consistency.

Just a few comments have also been changed to say "redraw".

In CPUParticles2D, there was a private variable with the same name. It has been renamed to `do_redraw`.
2022-08-29 14:59:47 +02:00
..
debug_adapter [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
editor_debugger_inspector.cpp Disable editing properties in foreign resources 2022-08-23 23:16:13 +01:00
editor_debugger_inspector.h Disable editing properties in foreign resources 2022-08-23 23:16:13 +01:00
editor_debugger_node.cpp Add per-scene UndoRedo 2022-08-22 18:05:10 +02:00
editor_debugger_node.h Add per-scene UndoRedo 2022-08-22 18:05:10 +02:00
editor_debugger_server.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
editor_debugger_server.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
editor_debugger_tree.cpp Add node path drag from remote tree 2022-07-31 18:24:56 +02:00
editor_debugger_tree.h Add node path drag from remote tree 2022-07-31 18:24:56 +02:00
editor_network_profiler.cpp Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED" 2022-08-29 11:11:29 +02:00
editor_network_profiler.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
editor_performance_profiler.cpp Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
editor_performance_profiler.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
editor_profiler.cpp Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
editor_profiler.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
editor_visual_profiler.cpp Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
editor_visual_profiler.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
script_editor_debugger.cpp Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED" 2022-08-29 11:11:29 +02:00
script_editor_debugger.h Add the button pressed to some signals in Tree 2022-05-21 17:16:52 +02:00
SCsub Implemented initial DAP support 2021-08-02 10:43:35 +01:00