summaryrefslogtreecommitdiffstats
path: root/editor/debugger
Commit message (Expand)AuthorAgeFilesLines
* Extract editor run toolbar into its own componentYuri Sizov2023-04-193-20/+19
* Fix misuses of error macrosDanil Alexeev2023-04-181-1/+1
* Merge pull request #75765 from YuriSizov/editor-node-optimize-includesRémi Verschelde2023-04-114-2/+408
|\
| * Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-074-2/+408
* | Poll LSP/DAP clients for connection status updatesRicardo Subtil2023-04-091-0/+1
|/
* Fix premature theme item access in editor toolsYuri Sizov2023-04-032-1/+16
* Refresh filesystem when saving remote branchkobewi2023-03-241-0/+7
* Make sure Script Debugger is updated with the editor themeYuri Sizov2023-03-101-20/+28
* Improvements and fixes based on Weblate commentsHaoyu Qiu2023-02-131-0/+2
* Pace debugger draw requestsPedro J. Estébanez2023-02-072-1/+6
* Restore missing info in the error tooltipsPaul Joannon2023-01-281-2/+2
* Better error display in debugger panelPaul Joannon2023-01-272-7/+33
* Add EditorUndoRedoManager singletonkobewi2023-01-161-1/+1
* Move remote debug buttons to a single menu.bruvzg2023-01-141-1/+1
* Add expand modes to TextureRectkobewi2023-01-122-2/+2
* Use BitField<> in core type masksJuan Linietsky2023-01-082-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-0523-667/+667
* Improve remote tree node tooltipskobewi2023-01-031-1/+5
* Suggest Filename in Remote Tree File DialogstmSi2022-12-251-0/+3
* Fix: Profiler and Visual Profiler start/stop state inconsistencystmSi2022-12-235-6/+45
* Fix String::word_wrap() for long wordsHaoyu Qiu2022-12-161-1/+10
* Add remote history to EditorUndoRedoManagerkobewi2022-12-081-0/+2
* Use forward-declarations in big editor classestrollodel2022-11-293-0/+5
* [Editor] Add button to keep the debug server open.Fabio Alessandrelli2022-11-252-20/+34
* FIx debugger can't inspect sub objects.Zae2022-11-251-0/+2
* Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde2022-11-164-8/+8
|\
| * Remove more instances of 'instance' being used as a verbVolTer2022-11-164-8/+8
* | Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
* | [MP] Move engine and editor profilers to a plugin.Fabio Alessandrelli2022-11-144-295/+1
* | [Editor] Better expose EditorDebuggerPlugin.Fabio Alessandrelli2022-11-144-71/+49
* | Use a bold font for section titles in the editor performance monitorHugo Locurcio2022-11-111-0/+1
|/
* Merge pull request #62416 from Calinou/movie-maker-request-attention-on-finishRémi Verschelde2022-10-311-0/+6
|\
| * Request attention on the editor window when done recording a movieHugo Locurcio2022-06-261-0/+6
* | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-316-10/+10
|\ \
| * | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-186-10/+10
* | | Add buttons in Remote Scene TreeMicky2022-10-204-2/+55
|/ /
* | Make some Image methods statickobewi2022-10-142-6/+2
* | Use `JSON::stringify` where possibleMicky2022-10-111-1/+1
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-076-36/+33
* | Debugger: Fix fetching source to link C++ error on GitHubRémi Verschelde2022-10-061-1/+15
* | Style: Cleanup header guards for consistencyRémi Verschelde2022-09-261-2/+2
* | Merge pull request #65490 from halgriffiths/profiler-fixRémi Verschelde2022-09-143-7/+27
|\ \
| * | Fix profiler being disabled at wrong timeshalgriffiths2022-09-133-7/+27
* | | Merge pull request #63640 from mbe9/fix_noneditable_remote_objectsRémi Verschelde2022-09-092-3/+1
|\ \ \
| * | | Fix editing of remote objects in the inspectorPavel Pletnev2022-08-022-3/+1
* | | | Remove read-only status from EditorDebuggerRemoteObjectSaracenOne2022-09-082-2/+0
| |/ / |/| |
* | | Merge pull request #64377 from Mickeon/rename-canvas-redrawRémi Verschelde2022-08-303-15/+15
|\ \ \
| * | | Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-293-15/+15
* | | | Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky2022-08-304-6/+6
|/ / /
* | | Merge pull request #65023 from Faless/js/4.x_is_webRémi Verschelde2022-08-291-1/+1
|\ \ \