summaryrefslogtreecommitdiffstats
path: root/editor/debugger/editor_profiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-0/+1
|\
| * Add theme type variations for secondary Trees and ItemListspassivestar2024-11-191-0/+1
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-4/+4
|\|
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-4/+4
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-0/+1
|\|
| * Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-181-0/+1
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Implement Autostart Feature for Profiler / Visual Profiler / Network ProfilerHendrik Brucker2024-09-101-3/+15
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-2/+2
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-1/+1
* Fix profiler seek line color in light modes, update on theme changeChristian Kaiser2024-05-261-2/+12
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-3/+3
* Use Core/Scene stringnames consistentlykobewi2024-05-131-3/+3
* Merge pull request #86143 from YeldhamDev/ttr_here,_rtr_thereRémi Verschelde2024-03-261-3/+3
|\
| * Stop using `RTR()` inside the "editor" folderMichael Alexsander2024-02-271-3/+3
* | Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
* | Merge pull request #86398 from reach-satori/prof-visibility-fixRémi Verschelde2024-03-011-0/+1
|\ \ | |/ |/|
| * Fix internal profiling button being visible when disabledMateus Reis2023-12-211-0/+1
* | Fix editor profiler script function sort orderbaptr2024-01-271-1/+1
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
|/
* Fix missing time for some script functions in profilermsreis2023-12-191-0/+16
* Add EditorStringNames singletonkobewi2023-09-031-7/+8
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* 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