summaryrefslogtreecommitdiff
path: root/editor/editor_toaster.cpp
AgeCommit message (Expand)Author
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-07Add set_default_margin_all/individual to StyleBoxFireForge
2022-09-06Rename `range_lerp` to `remap`Micky
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-06-14Improve toaster buttonskobewi
2022-03-08Avoid recursive errors in EditorToasterGilles Roudière
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Re-add missing `SNAME` macros in `get_theme_*` callsRémi Verschelde
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-01-18Fix toast notification button color on light themeYuri Roubinsky
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-14Defer the call to 'popup_str' to the next cycle to let Godot Engine's editor ...Xavier Sellier
2021-11-08Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` fu...bruvzg
2021-10-30Make editor toasts threadsafeBrian Semrau
2021-10-19Fix EditorToaster constant update and prevent a crashGilles Roudière
2021-10-14Implement toast notifications in the editorGilles Roudière