summaryrefslogtreecommitdiff
path: root/editor/debugger/script_editor_debugger.cpp
AgeCommit message (Expand)Author
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-18Make Debugger/Misc LineEdits uneditablekobewi
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-06Double check the selected tree item on error activated and error selected cal...Hristo Stamenov
2022-07-01Fixing Print_rich which only displays correctly in terminalVoylin
2022-06-16Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg
2022-06-12Merge pull request #61736 from KoBeWi/final_form_of_the_fixFabio Alessandrelli
2022-06-08i18n: Misc fixes translation stringsRémi Verschelde
2022-06-06Fix Debugger tab not updating when clearing errorskobewi
2022-05-28Use consistent casing in editor filter/search barsFireForge
2022-05-21Add the button pressed to some signals in Treetrollodel
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-05Rename profiler "Idle Time" to "Process Time"Hugo Locurcio
2022-04-29Rename Transform2D "elements" to "columns"Aaron Franke
2022-04-24Add an external link editor iconHugo Locurcio
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-29Capitalize names in the debuggerFireForge
2022-03-28Add property name style toggle to InspectorHaoyu Qiu
2022-03-18Merge pull request #58233 from bruvzg/gde_tsRémi Verschelde
2022-03-17Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander
2022-03-17Unify TextServer built-in module and GDExtension code.bruvzg
2022-03-15More icon updates on theme changeHaoyu Qiu
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-03-03Make `TabContainer` use `TabBar` internallyMichael Alexsander
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
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-08Revert "Add missing SNAME macro optimization to all theme methods call"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-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-12Add option to filter the stack variables of GDScript debuggerYuri Roubinsky
2022-01-03Update copyright statements to 2022Rémi Verschelde
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-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-09-30Rename Node's `filename` property to `scene_file_path` for clarityHugo Locurcio
2021-09-26Fix error when opening multiple debugger sessionsMichael Alexsander