summaryrefslogtreecommitdiffstats
path: root/editor/debugger/script_editor_debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename profiler "Idle Time" to "Process Time"Hugo Locurcio2022-05-051-4/+4
* Rename Transform2D "elements" to "columns"Aaron Franke2022-04-291-1/+1
* Add an external link editor iconHugo Locurcio2022-04-241-1/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-2/+2
* Capitalize names in the debuggerFireForge2022-03-291-2/+3
* 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-171-1/+0
|/
* More icon updates on theme changeHaoyu Qiu2022-03-151-7/+9
* Remove VARIANT_ARG* macrosreduz2022-03-091-9/+7
* Make `TabContainer` use `TabBar` internallyMichael Alexsander2022-03-031-5/+5
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-1/+2
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-17/+13
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Merge pull request #57715 from Faless/debugger/4.x_core_includes_and_serversRémi Verschelde2022-02-091-12/+18
|\
| * [Debugger] Move servers-related behaviours to ServersDebugger.Fabio Alessandrelli2022-02-061-0/+4
| * [Debugger] Move most profilers to ServersDebugger.Fabio Alessandrelli2022-02-061-12/+14
* | Core: Move generated `VERSION_HASH` to a `.cpp` fileRémi Verschelde2022-02-091-14/+4
* | Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-8/+8
* | Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-8/+8
|/
* Add missing SNAME macro optimization in some function callsjmb4622022-02-061-3/+3
* 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-151-1/+113
* Add option to filter the stack variables of GDScript debuggerYuri Roubinsky2022-01-121-1/+18
* Update copyright statements to 2022Rémi Verschelde2022-01-031-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-091-5/+5
* Fix bad popups offset in editor with single window offjmb4622021-12-061-1/+1
* Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky2021-11-221-1/+1
* Fix debugger tab which don't resetting after pressing clear buttonYuri Roubinsky2021-11-151-17/+31
* Rename Node's `filename` property to `scene_file_path` for clarityHugo Locurcio2021-09-301-1/+1
* Fix error when opening multiple debugger sessionsMichael Alexsander2021-09-261-1/+1
* Color error and warning lines in the editor debugger's Errors panelHugo Locurcio2021-09-241-0/+4
* Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som...Rémi Verschelde2021-09-231-4/+4
|\
| * Add missing SNAME macro optimization for StringName in some functionsjmb4622021-08-201-4/+4
* | Fix error list not being clearedRicardo Subtil2021-09-161-2/+1
* | Implemented advanced features of DAPEv1lbl0w2021-08-311-0/+14
|/
* Merge pull request #50454 from Ev1lbl0w/gsoc21-dapFabio Alessandrelli2021-08-031-10/+39
|\
| * Implemented initial DAP supportEv1lbl0w2021-08-021-10/+39
* | Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-5/+5
* | Merge pull request #38317 from verdog/get-cam-2d-4.0Rémi Verschelde2021-07-201-1/+1
|\ \ | |/ |/|
| * add viewport.get_camera_2d()Josh Chandler2021-07-031-1/+1
* | Optimize StringName usagereduz2021-07-181-44/+44
* | Add header theme type variations to labelskobewi2021-07-131-0/+2
* | Merge pull request #50086 from Geometror/label-improve-layout-optionsRémi Verschelde2021-07-131-1/+1
|\ \
| * | Improvements to Label's layout optionsHendrik Brucker2021-07-041-1/+1
| |/
* / Clean up Treereduz2021-07-041-0/+2
|/