summaryrefslogtreecommitdiff
path: root/editor/debugger
AgeCommit message (Expand)Author
2023-04-24Poll LSP/DAP clients for connection status updatesRicardo Subtil
2023-03-14Make sure Script Debugger is updated with the editor themeYuri Sizov
2023-02-13Improvements and fixes based on Weblate commentsHaoyu Qiu
2023-02-07Pace debugger draw requestsPedro J. Estébanez
2023-01-28Restore missing info in the error tooltipsPaul Joannon
2023-01-27Better error display in debugger panelPaul Joannon
2023-01-16Add EditorUndoRedoManager singletonkobewi
2023-01-14Move remote debug buttons to a single menu.bruvzg
2023-01-12Add expand modes to TextureRectkobewi
2023-01-08Use BitField<> in core type masksJuan Linietsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
2023-01-03Improve remote tree node tooltipskobewi
2022-12-25Suggest Filename in Remote Tree File DialogstmSi
2022-12-23Fix: Profiler and Visual Profiler start/stop state inconsistencystmSi
2022-12-16Fix String::word_wrap() for long wordsHaoyu Qiu
2022-12-08Add remote history to EditorUndoRedoManagerkobewi
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-25[Editor] Add button to keep the debug server open.Fabio Alessandrelli
2022-11-25FIx debugger can't inspect sub objects.Zae
2022-11-16Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde
2022-11-16Remove more instances of 'instance' being used as a verbVolTer
2022-11-14Remove redundant Variant-types initializationsMarkus Sauermann
2022-11-14[MP] Move engine and editor profilers to a plugin.Fabio Alessandrelli
2022-11-14[Editor] Better expose EditorDebuggerPlugin.Fabio Alessandrelli
2022-11-11Use a bold font for section titles in the editor performance monitorHugo Locurcio
2022-10-31Merge pull request #62416 from Calinou/movie-maker-request-attention-on-finishRémi Verschelde
2022-10-31Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde
2022-10-20Add buttons in Remote Scene TreeMicky
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-14Make some Image methods statickobewi
2022-10-11Use `JSON::stringify` where possibleMicky
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-06Debugger: Fix fetching source to link C++ error on GitHubRémi Verschelde
2022-09-26Style: Cleanup header guards for consistencyRémi Verschelde
2022-09-14Merge pull request #65490 from halgriffiths/profiler-fixRémi Verschelde
2022-09-13Fix profiler being disabled at wrong timeshalgriffiths
2022-09-09Merge pull request #63640 from mbe9/fix_noneditable_remote_objectsRémi Verschelde
2022-09-08Remove read-only status from EditorDebuggerRemoteObjectSaracenOne
2022-08-30Merge pull request #64377 from Mickeon/rename-canvas-redrawRémi Verschelde
2022-08-30Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-29Merge pull request #65023 from Faless/js/4.x_is_webRémi Verschelde
2022-08-29[Web] Rename JavaScript platform to Web.Fabio Alessandrelli
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-23Disable editing properties in foreign resourcesSaracenOne
2022-08-22Merge pull request #59564 from KoBeWi/FINALLY,_ULTIMATE_UNDO_REDORémi Verschelde
2022-08-22Add per-scene UndoRedokobewi