index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
debugger
/
editor_visual_profiler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::item_selected`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
1
-3
/
+3
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-4
/
+4
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-3
/
+3
*
Stop using `RTR()` inside the "editor" folder
Michael Alexsander
2024-02-27
1
-1
/
+1
*
Fix frame number underflow in visual profiler
Per Melin
2024-02-15
1
-1
/
+1
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-12
/
+13
*
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
1
-0
/
+1
*
Fix profilers' GUI trees
VolTer
2023-06-03
1
-3
/
+3
*
Add expand modes to TextureRect
kobewi
2023-01-12
1
-1
/
+1
*
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix: Profiler and Visual Profiler start/stop state inconsistency
stmSi
2022-12-23
1
-0
/
+20
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-1
/
+1
*
Make some Image methods static
kobewi
2022-10-14
1
-3
/
+1
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-5
/
+5
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-2
/
+3
*
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-3
/
+2
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-1
/
+1
*
Add static methods for creating Image and ImageTexture
kobewi
2022-07-08
1
-1
/
+1
*
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
1
-4
/
+4
*
Increase the editor profiler frame history default and maximum limit
Hugo Locurcio
2022-05-28
1
-2
/
+2
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-14
/
+0
*
More icon updates on theme change
Haoyu Qiu
2022-03-15
1
-0
/
+1
*
Merge pull request #45263 from KoBeWi/😕
Rémi Verschelde
2022-03-15
1
-1
/
+1
|
\
|
*
Change some math macros to constexpr
kobewi
2022-03-09
1
-1
/
+1
*
|
Merge pull request #58735 from Calinou/editor-visual-profiler-tweak-frame-tim...
Fabio Alessandrelli
2022-03-10
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Tweak editor visual profiler frame time label for consistency
Hugo Locurcio
2022-03-04
1
-1
/
+1
*
|
Remove duplicate editor settings definitions
kobewi
2022-03-06
1
-1
/
+1
*
|
Fix font color in the editor visual profiler when using light theme
Hugo Locurcio
2022-03-04
1
-11
/
+13
*
|
Use the editor background color for the visual profiler graph
Hugo Locurcio
2022-03-04
1
-13
/
+14
|
/
*
Merge pull request #58182 from akien-mga/style-cleanup-if-semicolons-deadcode
Rémi Verschelde
2022-02-16
1
-14
/
+0
|
\
|
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-14
/
+0
*
|
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-16
1
-7
/
+11
|
/
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-1
/
+1
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-1
/
+1
*
Rename TextureRect.expand to ignore_texture_size
kobewi
2022-01-07
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-4
/
+4
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-2
/
+2
*
Fix specific warnings issues by Clang
K. S. Ernest (iFire) Lee
2021-10-14
1
-2
/
+2
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-10
/
+10
*
Optimize StringName usage
reduz
2021-07-18
1
-11
/
+11
*
Clean up Tree
reduz
2021-07-04
1
-0
/
+3
*
Clean up RenderingServer and its bindings
reduz
2021-07-01
1
-1
/
+1
*
Implement Tree's internal minimum width calculation
Gilles Roudière
2021-06-28
1
-3
/
+3
[next]