summaryrefslogtreecommitdiffstats
path: root/editor/debugger/editor_visual_profiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make some Image methods statickobewi2022-10-141-3/+1
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-5/+5
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-2/+3
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-3/+2
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-1/+1
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-4/+4
* Increase the editor profiler frame history default and maximum limitHugo Locurcio2022-05-281-2/+2
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-14/+0
* More icon updates on theme changeHaoyu Qiu2022-03-151-0/+1
* Merge pull request #45263 from KoBeWi/😕Rémi Verschelde2022-03-151-1/+1
|\
| * Change some math macros to constexprkobewi2022-03-091-1/+1
* | Merge pull request #58735 from Calinou/editor-visual-profiler-tweak-frame-tim...Fabio Alessandrelli2022-03-101-1/+1
|\ \ | |/ |/|
| * Tweak editor visual profiler frame time label for consistencyHugo Locurcio2022-03-041-1/+1
* | Remove duplicate editor settings definitionskobewi2022-03-061-1/+1
* | Fix font color in the editor visual profiler when using light themeHugo Locurcio2022-03-041-11/+13
* | Use the editor background color for the visual profiler graphHugo Locurcio2022-03-041-13/+14
|/
* Merge pull request #58182 from akien-mga/style-cleanup-if-semicolons-deadcodeRémi Verschelde2022-02-161-14/+0
|\
| * Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-14/+0
* | Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-7/+11
|/
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
* Rename TextureRect.expand to ignore_texture_sizekobewi2022-01-071-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-4/+4
* Use "enum class" for input enumsAaron Franke2021-11-121-2/+2
* Fix specific warnings issues by ClangK. S. Ernest (iFire) Lee2021-10-141-2/+2
* 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