summaryrefslogtreecommitdiffstats
path: root/editor/debugger/editor_profiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #75200 from Calinou/debugger-editor-settings-add-property-...Rémi Verschelde2023-06-191-2/+0
|\
| * Add property hints for debugger/profiler editor settingsHugo Locurcio2023-03-221-2/+0
* | Fix profilers' GUI treesVolTer2023-06-031-3/+3
|/
* Improvements and fixes based on Weblate commentsHaoyu Qiu2023-02-131-0/+2
* Add expand modes to TextureRectkobewi2023-01-121-1/+1
* Use BitField<> in core type masksJuan Linietsky2023-01-081-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix: Profiler and Visual Profiler start/stop state inconsistencystmSi2022-12-231-4/+9
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* Make some Image methods statickobewi2022-10-141-3/+1
* Fix profiler being disabled at wrong timeshalgriffiths2022-09-131-3/+19
* Merge pull request #64377 from Mickeon/rename-canvas-redrawRémi Verschelde2022-08-301-5/+5
|\
| * Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-5/+5
* | Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky2022-08-301-1/+1
|/
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-2/+3
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-1/+1
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-1/+1
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-3/+2
|/
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-1/+1
* Increase the editor profiler frame history default and maximum limitHugo Locurcio2022-05-281-2/+2
* Add a new HashSet templatereduz2022-05-201-1/+1
* Use range iterators for RBSet in most casesAaron Record2022-05-191-12/+12
* Replace most uses of Map by HashMapreduz2022-05-161-19/+19
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-6/+0
* More icon updates on theme changeHaoyu Qiu2022-03-151-0/+1
* Remove duplicate editor settings definitionskobewi2022-03-061-1/+1
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-3/+7
* 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
* simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke2022-01-291-1/+2
* 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-1/+1
* Use "enum class" for input enumsAaron Franke2021-11-121-2/+2
* Use range iterators for `Map`Lightning_A2021-09-301-8/+8
* Add a tooltip for Inclusive and Self in the editor profilerHugo Locurcio2021-07-241-2/+3
* Merge pull request #50599 from Calinou/editor-profiler-improve-tooltipRémi Verschelde2021-07-191-1/+1
|\
| * Improve tooltips in the editor profiler to mention the script nameHugo Locurcio2021-07-191-1/+1
* | Optimize StringName usagereduz2021-07-181-9/+9
|/
* Clean up Treereduz2021-07-041-3/+6
* 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
* Fix editor crash when exporting profiler dataHaoyu Qiu2021-05-211-20/+35
* Clean up profilerpkowal2021-04-061-142/+54
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-5/+5
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-17/+33