summaryrefslogtreecommitdiff
path: root/editor/debugger/editor_debugger_tree.cpp
AgeCommit message (Expand)Author
2022-08-30Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky
2022-07-31Add node path drag from remote treekobewi
2022-07-09Seperate filter and description in FileDialog.add_filter()FireForge
2022-05-21Add the button pressed to some signals in Treetrollodel
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-01-26Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez
2022-01-20Store panels and docks singletons in their own classestrollodel
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-06Fix bad popups offset in editor with single window offjmb462
2021-07-18Optimize StringName usagereduz
2021-02-08Keep selected node visible after filter changePedro J. Estébanez
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-07-14Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-21Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli