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
/
editor_log.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-11
/
+11
|
\
|
*
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-11
/
+11
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
|
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
1
-1
/
+1
|
/
*
[Scene] Add SceneStringName::toggled
Yuri Rubinsky
2024-08-28
1
-2
/
+2
*
Remove confusing USER prefix from script-logged errors
Sébastien Dunne Fulmer
2024-08-27
1
-4
/
+0
*
Merge pull request #93940 from Mickeon/deprecate_RichTextLabel_is_ready
Rémi Verschelde
2024-08-26
1
-1
/
+1
|
\
|
*
Add RichTextLabel `is_finished()`, deprecate `is_ready()`
Micky
2024-08-16
1
-1
/
+1
*
|
Let EditorLog use the right call queue for thread safety
Pedro J. Estébanez
2024-07-08
1
-4
/
+2
|
/
*
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
1
-1
/
+1
*
Replace `.bind(...).call_deferred()` with `.call_deferred(...)`
A Thousand Ships
2024-05-27
1
-1
/
+1
*
Fixed log rebuilding crashing when there's no messages
Christian Kaiser
2024-05-19
1
-0
/
+4
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-2
/
+2
*
[Core] Add case-insensitive `String::containsn`
A Thousand Ships
2024-05-08
1
-1
/
+1
*
Add line limit to Editor Output Log
Sofox
2024-05-02
1
-7
/
+54
*
Make the "Clear Output" shortcut not require panel focus
passivestar
2024-03-15
1
-2
/
+1
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Handle clickable `[url]` tags in `print_rich()` editor output log
Hugo Locurcio
2024-01-15
1
-0
/
+5
*
Add bulk change guards to successive theme overrides in Editor and GUI
Yuri Sizov
2023-10-19
1
-0
/
+2
*
Color match editor log toggles and flat pressed buttons
Yuri Sizov
2023-09-26
1
-0
/
+3
*
Replace flat buttons with flat-styled buttons with a visible pressed state
Yuri Sizov
2023-09-19
1
-4
/
+4
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-21
/
+22
*
[Editor Log] Clear rich print tags only after the last line.
bruvzg
2023-08-10
1
-5
/
+8
*
[RTL] Add `pop_all`, `push_context` and `pop_context` methods, and use it for...
bruvzg
2023-07-09
1
-7
/
+1
*
Fix editor log flicker.
bruvzg
2023-06-12
1
-0
/
+9
*
[Editor] Enable multithread processing for the editor log.
bruvzg
2023-05-25
1
-0
/
+1
*
Disable padding around highlighted rich text in the editor Output panel
Hugo Locurcio
2023-05-21
1
-0
/
+5
*
Allow showing messages from threads in Editor Log
kobewi
2023-05-15
1
-6
/
+5
*
Improve line BiDi handling, prevent crash on recursive log updates.
bruvzg
2023-04-12
1
-0
/
+5
*
Editor Theme: Set `selection_color` property of `RichTextLabel`
Danil Alexeev
2023-04-11
1
-2
/
+0
*
Set font sizes for various styles in editor output panel
Haoyu Qiu
2023-04-07
1
-1
/
+6
*
Enable `RichTextLabel` context menu if selection is enabled
Danil Alexeev
2023-03-06
1
-0
/
+1
*
Remove some unused signals
Rémi Verschelde
2023-01-31
1
-5
/
+0
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-30
/
+30
*
Renamed RTL remove_line() to remove_paragraph().
Koyper
2022-12-21
1
-1
/
+1
*
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-1
/
+1
*
Unify usage of undo_redo in editor
kobewi
2022-11-02
1
-0
/
+1
*
Merge pull request #62860 from Calinou/editor-log-bold-italic-mono-fonts
Rémi Verschelde
2022-10-04
1
-5
/
+20
|
\
|
*
Define bold, italics and mono fonts in editor log for `print_rich()`
Hugo Locurcio
2022-07-09
1
-5
/
+20
*
|
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
1
-3
/
+3
*
|
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-3
/
+3
*
|
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-35
/
+39
*
|
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-1
/
+1
|
\
\
|
*
|
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-1
/
+1
*
|
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-39
/
+35
|
/
/
*
|
Refactor and remove excessive calls of `NOTIFICATION_THEME_CHANGED`
Aaron Record
2022-08-25
1
-0
/
+5
*
|
Add per-scene UndoRedo
kobewi
2022-08-22
1
-2
/
+4
*
|
Optimize theme usage in editor log
kobewi
2022-08-11
1
-5
/
+11
[next]