summaryrefslogtreecommitdiff
path: root/editor/debugger/editor_profiler.cpp
AgeCommit message (Expand)Author
2022-01-07Rename TextureRect.expand to ignore_texture_sizekobewi
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-11-12Use "enum class" for input enumsAaron Franke
2021-09-30Use range iterators for `Map`Lightning_A
2021-07-24Add a tooltip for Inclusive and Self in the editor profilerHugo Locurcio
2021-07-19Merge pull request #50599 from Calinou/editor-profiler-improve-tooltipRémi Verschelde
2021-07-18Optimize StringName usagereduz
2021-07-19Improve tooltips in the editor profiler to mention the script nameHugo Locurcio
2021-07-04Clean up Treereduz
2021-07-01Clean up RenderingServer and its bindingsreduz
2021-06-28Implement Tree's internal minimum width calculationGilles Roudière
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-05-21Fix editor crash when exporting profiler dataHaoyu Qiu
2021-04-06Clean up profilerpkowal
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Enforce use of bool literals instead of integersRémi Verschelde
2020-04-29[Core] Rename linear_interpolate to lerpAaron Franke
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-08Update editor debugger to new remote debugger.Fabio Alessandrelli