summaryrefslogtreecommitdiffstats
path: root/editor/editor_toaster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid recursive errors in EditorToasterGilles Roudière2022-03-081-0/+8
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-2/+2
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+3
* Re-add missing `SNAME` macros in `get_theme_*` callsRémi Verschelde2022-02-081-15/+15
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-19/+19
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-19/+19
* Fix toast notification button color on light themeYuri Roubinsky2022-01-181-0/+8
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Defer the call to 'popup_str' to the next cycle to let Godot Engine's editor ...Xavier Sellier2021-12-141-5/+12
* Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` fu...bruvzg2021-11-081-3/+3
* Make editor toasts threadsafeBrian Semrau2021-10-301-3/+4
* Fix EditorToaster constant update and prevent a crashGilles Roudière2021-10-191-4/+6
* Implement toast notifications in the editorGilles Roudière2021-10-141-0/+511