summaryrefslogtreecommitdiffstats
path: root/editor/debugger/editor_visual_profiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-10/+10
* Optimize StringName usagereduz2021-07-181-11/+11
* Clean up Treereduz2021-07-041-0/+3
* Clean up RenderingServer and its bindingsreduz2021-07-011-1/+1
* Implement Tree's internal minimum width calculationGilles Roudière2021-06-281-3/+3
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Fix missed renamings from empty() to is_empty()Rémi Verschelde2020-12-291-1/+1
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-8/+13
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-4/+0
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-12/+24
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-32/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-1/+1
* [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-9/+9
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* Update editor debugger to new remote debugger.Fabio Alessandrelli2020-03-081-0/+842