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_toaster.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename queue_delete => queue_free
Marc Gilleron
2022-10-24
1
-1
/
+1
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-11
/
+11
*
Add set_default_margin_all/individual to StyleBox
FireForge
2022-09-07
1
-4
/
+1
*
Rename `range_lerp` to `remap`
Micky
2022-09-06
1
-1
/
+1
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-8
/
+8
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-0
/
+1
*
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-5
/
+5
|
\
|
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-5
/
+5
*
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-1
/
+0
|
/
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-5
/
+5
*
Improve toaster buttons
kobewi
2022-06-14
1
-0
/
+14
*
Avoid recursive errors in EditorToaster
Gilles Roudière
2022-03-08
1
-0
/
+8
*
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-16
1
-2
/
+2
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-1
/
+1
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-2
/
+3
*
Re-add missing `SNAME` macros in `get_theme_*` calls
Rémi Verschelde
2022-02-08
1
-15
/
+15
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-19
/
+19
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-19
/
+19
*
Fix toast notification button color on light theme
Yuri Roubinsky
2022-01-18
1
-0
/
+8
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Defer the call to 'popup_str' to the next cycle to let Godot Engine's editor ...
Xavier Sellier
2021-12-14
1
-5
/
+12
*
Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` fu...
bruvzg
2021-11-08
1
-3
/
+3
*
Make editor toasts threadsafe
Brian Semrau
2021-10-30
1
-3
/
+4
*
Fix EditorToaster constant update and prevent a crash
Gilles Roudière
2021-10-19
1
-4
/
+6
*
Implement toast notifications in the editor
Gilles Roudière
2021-10-14
1
-0
/
+511