summaryrefslogtreecommitdiffstats
path: root/editor/debugger/editor_visual_profiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* [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
* 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