summaryrefslogtreecommitdiff
path: root/editor/debugger
AgeCommit message (Expand)Author
2022-03-04Merge pull request #58687 from YeldhamDev/the_beast_has_been_slainRémi Verschelde
2022-03-04Merge pull request #58741 from Calinou/editor-visual-profiler-fix-light-font-...Rémi Verschelde
2022-03-04Merge pull request #58670 from KoBeWi/internal_debuggerRémi Verschelde
2022-03-04Fix font color in the editor visual profiler when using light themeHugo Locurcio
2022-03-04Use the editor background color for the visual profiler graphHugo Locurcio
2022-03-03Make `TabContainer` use `TabBar` internallyMichael Alexsander
2022-03-02Fix debugger not opening built-in scriptskobewi
2022-02-16Merge pull request #58182 from akien-mga/style-cleanup-if-semicolons-deadcodeRémi Verschelde
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-09Merge pull request #57715 from Faless/debugger/4.x_core_includes_and_serversRémi Verschelde
2022-02-09Core: Move generated `VERSION_HASH` to a `.cpp` fileRémi Verschelde
2022-02-08Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-08Refactor some object type checking code with `cast_to`Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-06[Debugger] Move servers-related behaviours to ServersDebugger.Fabio Alessandrelli
2022-02-06[Debugger] Move most profilers to ServersDebugger.Fabio Alessandrelli
2022-02-06Add missing SNAME macro optimization in some function callsjmb462
2022-02-04String: Add contains().Anilforextra
2022-01-29simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke
2022-01-26Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez
2022-01-20Merge pull request #55066 from trollodel/less_singletons_in_editornodeRémi Verschelde
2022-01-20Store panels and docks singletons in their own classestrollodel
2022-01-20Rename Variant::is_ref() to is_ref_counted()Pedro J. Estébanez
2022-01-17Fix a node reparenting warning in the editor debuggerYuri Sizov
2022-01-15Add global breakpoint listPaulb23
2022-01-14Merge pull request #56719 from Chaosus/gds_debugger_filterRémi Verschelde
2022-01-12Merge pull request #52710 from Jummit/fix-debug-tooltipsYuri Roubinsky
2022-01-12Add option to filter the stack variables of GDScript debuggerYuri Roubinsky
2022-01-07Rename TextureRect.expand to ignore_texture_sizekobewi
2022-01-03Update copyright statements to 2022Rémi Verschelde
2022-01-02Fix various typosluz paz
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-06Fix bad popups offset in editor with single window offjmb462
2021-12-04Auto-Increment Debugger PortNathan Franke
2021-12-02Merge pull request #55474 from akien-mga/copy-operators-no-referenceRémi Verschelde
2021-12-01Skip script property in remote object property listRaul Santos
2021-11-30Don't return reference on copy assignment operatorsRémi Verschelde
2021-11-22Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky
2021-11-15Fix debugger tab which don't resetting after pressing clear buttonYuri Roubinsky
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-27Improve appearance of the editor Debugger bottom panel menuHugo Locurcio
2021-10-14Fix specific warnings issues by ClangK. S. Ernest (iFire) Lee
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-30Rename Node's `filename` property to `scene_file_path` for clarityHugo Locurcio