summaryrefslogtreecommitdiffstats
path: root/editor/editor_toaster.cpp
Commit message (Expand)AuthorAgeFilesLines
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rename queue_delete => queue_freeMarc Gilleron2022-10-241-1/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-11/+11
* Add set_default_margin_all/individual to StyleBoxFireForge2022-09-071-4/+1
* Rename `range_lerp` to `remap`Micky2022-09-061-1/+1
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-8/+8
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-5/+5
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-5/+5
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
|/
* Remove Signal connect bindsJuan Linietsky2022-07-291-5/+5
* Improve toaster buttonskobewi2022-06-141-0/+14
* 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