summaryrefslogtreecommitdiffstats
path: root/editor/plugins/debugger_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
* Merge pull request #89248 from KoBeWi/store_no_storeRémi Verschelde2024-05-071-10/+31
|\
| * Don't store values when loading themkobewi2024-03-071-10/+31
* | Extremely minor tooltip updates for Debug menu.Christen Lofland2024-03-231-2/+2
|/
* Add editor shortcuts to toggle bottom panel visibilityHugo Locurcio2024-03-051-1/+2
* Extract BottomPanel from EditorNodekit2024-02-201-1/+2
* Allow to set custom feature tags for testingkobewi2024-02-131-2/+2
* Add a dialog to customize run instanceskobewi2024-02-051-29/+10
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Fix node names of submenu items across the editorYuri Sizov2023-11-081-2/+2
* Debug CanvasItem redrawJuan Linietsky2023-08-281-0/+14
* Further separate icon from text of buttons in both editor and default themesMichael Alexsander2023-08-071-1/+0
* Fix spacing between icon and "Output" buttonMichael Alexsander2023-07-261-2/+1
* Revert "Remember only permanent bottom tabs"Yuri Sizov2023-06-231-1/+1
* Remember only permanent bottom tabskobewi2023-06-231-1/+1
* Rework Navigation Avoidancesmix82023-05-101-0/+13
* Redo how the remote filesystem worksJuan Linietsky2023-05-081-0/+6
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
* Improve some editor strings for localizationHaoyu Qiu2023-02-091-8/+4
* 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