summaryrefslogtreecommitdiffstats
path: root/editor/plugins/debugger_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [Editor] Add button to keep the debug server open.Fabio Alessandrelli2022-11-251-1/+15
* Fix typo - "collison" -> "collision"danboo2022-09-291-7/+7
* Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...bruvzg2022-08-181-37/+36
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* Add Path2D/3D debug optionssmix82022-06-201-0/+13
* Rename theme properties to include underscoresFireForge2022-04-231-1/+1
* Allow negative indexes in ItemList and PopupMenukobewi2022-03-121-12/+6
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-2/+4
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-0/+1
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-1/+1
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-3/+3
* Improve appearance of the editor Debugger bottom panel menuHugo Locurcio2021-10-271-0/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Improve editor tooltips related to debuggingHugo Locurcio2020-08-031-10/+22
* Preserving "Sync Scene Changes' and "Sync Script Changes" with Project SettingsDominik 'dreamsComeTrue' Jasiński2020-06-031-5/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-7/+14
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-6/+0
* Support multiple debug protocols.Fabio Alessandrelli2020-05-121-0/+4
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-6/+12
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-1/+0
* Fix "deploy with remote debug" editor option.Fabio Alessandrelli2020-03-101-0/+2
* Allow running/debugging up to 4 instances.Fabio Alessandrelli2020-03-091-32/+33
* Move Debug menu logic to DebuggerEditorPluginFabio Alessandrelli2020-03-081-1/+142
* Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli2020-02-211-0/+51