summaryrefslogtreecommitdiffstats
path: root/editor/debugger
Commit message (Expand)AuthorAgeFilesLines
* Add property name style toggle to InspectorHaoyu Qiu2022-03-281-1/+1
* Merge pull request #58233 from bruvzg/gde_tsRémi Verschelde2022-03-181-1/+1
|\
| * Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-1/+1
* | Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander2022-03-172-2/+0
|/
* More icon updates on theme changeHaoyu Qiu2022-03-153-7/+11
* Merge pull request #45263 from KoBeWi/😕Rémi Verschelde2022-03-151-1/+1
|\
| * Change some math macros to constexprkobewi2022-03-091-1/+1
* | Merge pull request #58735 from Calinou/editor-visual-profiler-tweak-frame-tim...Fabio Alessandrelli2022-03-101-1/+1
|\ \
| * | Tweak editor visual profiler frame time label for consistencyHugo Locurcio2022-03-041-1/+1
* | | Remove VARIANT_ARG* macrosreduz2022-03-094-13/+11
| |/ |/|
* | Remove duplicate editor settings definitionskobewi2022-03-062-2/+2
* | Merge pull request #58687 from YeldhamDev/the_beast_has_been_slainRémi Verschelde2022-03-042-6/+6
|\ \
| * | Make `TabContainer` use `TabBar` internallyMichael Alexsander2022-03-032-6/+6
| |/
* | Merge pull request #58741 from Calinou/editor-visual-profiler-fix-light-font-...Rémi Verschelde2022-03-041-11/+13
|\ \
| * | Fix font color in the editor visual profiler when using light themeHugo Locurcio2022-03-041-11/+13
* | | Merge pull request #58670 from KoBeWi/internal_debuggerRémi Verschelde2022-03-041-2/+14
|\ \ \ | |/ / |/| |
| * | Fix debugger not opening built-in scriptskobewi2022-03-021-2/+14
| |/
* / Use the editor background color for the visual profiler graphHugo Locurcio2022-03-041-13/+14
|/
* Merge pull request #58182 from akien-mga/style-cleanup-if-semicolons-deadcodeRémi Verschelde2022-02-161-14/+0
|\
| * Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-14/+0
* | Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-168-130/+147
|/
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-152-1/+1
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-143-21/+15
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-124-1/+5
* Merge pull request #57715 from Faless/debugger/4.x_core_includes_and_serversRémi Verschelde2022-02-093-32/+26
|\
| * [Debugger] Move servers-related behaviours to ServersDebugger.Fabio Alessandrelli2022-02-061-0/+4
| * [Debugger] Move most profilers to ServersDebugger.Fabio Alessandrelli2022-02-063-32/+22
* | Core: Move generated `VERSION_HASH` to a `.cpp` fileRémi Verschelde2022-02-091-14/+4
* | Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde2022-02-085-24/+24
|\ \
| * | Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-085-24/+24
* | | Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-081-1/+1
|/ /
* / Add missing SNAME macro optimization to all theme methods calljmb4622022-02-065-24/+24
|/
* Add missing SNAME macro optimization in some function callsjmb4622022-02-062-4/+4
* String: Add contains().Anilforextra2022-02-041-1/+1
* simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke2022-01-291-1/+2
* Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez2022-01-261-1/+1
* Merge pull request #55066 from trollodel/less_singletons_in_editornodeRémi Verschelde2022-01-202-8/+8
|\
| * Store panels and docks singletons in their own classestrollodel2022-01-202-8/+8
* | Rename Variant::is_ref() to is_ref_counted()Pedro J. Estébanez2022-01-201-2/+2
|/
* Fix a node reparenting warning in the editor debuggerYuri Sizov2022-01-171-1/+0
* Add global breakpoint listPaulb232022-01-153-1/+123
* Merge pull request #56719 from Chaosus/gds_debugger_filterRémi Verschelde2022-01-143-1/+26
|\
| * Add option to filter the stack variables of GDScript debuggerYuri Roubinsky2022-01-123-1/+26
* | Merge pull request #52710 from Jummit/fix-debug-tooltipsYuri Roubinsky2022-01-121-1/+7
|\ \ | |/ |/|
| * Show correct debug tooltips for existing variablesJummit2021-09-151-1/+7
* | Rename TextureRect.expand to ignore_texture_sizekobewi2022-01-072-2/+2
* | Update copyright statements to 2022Rémi Verschelde2022-01-0325-50/+50
* | Fix various typosluz paz2022-01-021-2/+2
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-6/+6
* | align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-096-21/+21