summaryrefslogtreecommitdiffstats
path: root/editor/debugger/editor_visual_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-6/+6
|\|
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-6/+6
* | 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
* | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-181-5/+1
|\|
| * Don't flip playback control buttons in RTL layoutHaoyu Qiu2024-10-161-5/+1
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Implement Autostart Feature for Profiler / Visual Profiler / Network ProfilerHendrik Brucker2024-09-101-4/+15
* Add target fps editor setting to visual profilerDaniel Kinsman2024-09-041-0/+4
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-3/+3
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-4/+4
* Use Core/Scene stringnames consistentlykobewi2024-05-131-3/+3
* Stop using `RTR()` inside the "editor" folderMichael Alexsander2024-02-271-1/+1
* Fix frame number underflow in visual profilerPer Melin2024-02-151-1/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Add EditorStringNames singletonkobewi2023-09-031-12/+13
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* Fix profilers' GUI treesVolTer2023-06-031-3/+3
* 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-0/+20
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* 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