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
*
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
*
|
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
1
-0
/
+2
*
|
Move editor paths into the EditorPaths class
Aaron Franke
2022-07-29
1
-3
/
+4
|
/
*
Adding print_rich for printing with BBCode
Voylin
2022-06-29
1
-5
/
+17
*
Use consistent casing in editor filter/search bars
FireForge
2022-05-28
1
-1
/
+1
*
Fix editor_log text copy
ConteZero
2022-04-08
1
-1
/
+1
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-2
/
+2
*
Disable deselect on focus lost on editor_log
ConteZero
2022-04-04
1
-0
/
+1
*
Improve editor log message filter button styles.
Eric M
2022-03-15
1
-0
/
+5
*
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-16
1
-2
/
+1
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-2
/
+2
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-4
/
+4
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-4
/
+4
*
Fix theming update in several editor classes
Yuri Roubinsky
2022-01-16
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-3
/
+3
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-3
/
+3
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-3
/
+3
*
Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` fu...
bruvzg
2021-11-08
1
-2
/
+2
*
Implement toast notifications in the editor
Gilles Roudière
2021-10-14
1
-1
/
+5
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-8
/
+8
*
Fix messages with embedded newlines not being properly presented
Ricardo Subtil
2021-08-29
1
-1
/
+1
*
Improve naming of a couple shortcuts
fox
2021-08-10
1
-1
/
+1
*
Fix Output panel colors on theme changing
Yuri Roubinsky
2021-07-21
1
-28
/
+36
*
Make various strings translatable
foxydevloper
2021-07-19
1
-4
/
+4
*
Optimize StringName usage
reduz
2021-07-18
1
-22
/
+22
*
EditorLog filter buttons are now enabled/on by default
Eric M
2021-06-29
1
-12
/
+11
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-2
/
+2
*
Fixed implementation of RTL remove_line(), which fixed issues in EditorLog.
Eric M
2021-05-26
1
-4
/
+4
*
Fixed editor log collapsing of duplcate messages not working
EricEzaM
2021-05-23
1
-1
/
+3
*
Fix typos with codespell
Rémi Verschelde
2021-05-20
1
-1
/
+1
*
Merge pull request #48466 from EricEzaM/output-log-save-state
Rémi Verschelde
2021-05-07
1
-2
/
+59
|
\
|
*
Made Editor Log buttons save their state, per project.
Eric M
2021-05-06
1
-2
/
+59
*
|
Fix blank line at start of Editor Log (reinstate #44909)
Eric M
2021-05-06
1
-2
/
+1
|
/
*
Fixed issues with Editor Log after recent changes
Eric M
2021-05-05
1
-1
/
+4
*
Improve output log performance.
Eric M
2021-05-04
1
-6
/
+1
*
Output log rewrite and enhancements.
Eric M
2021-05-04
1
-38
/
+222
*
Fix odd newline in `EditorLog::add_message()`
Danil Alexeev
2021-01-04
1
-2
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-3
/
+3
[next]