summaryrefslogtreecommitdiffstats
path: root/editor/gui/editor_toaster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Merge pull request #92426 from RandomShaper/fix_ed_toast_mtRémi Verschelde2024-06-031-1/+1
|\
| * Avoid editor error reporting using resource loader thread's call queuesPedro J. Estébanez2024-05-311-1/+1
* | [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-4/+4
|/
* Replace `.bind(...).call_deferred()` with `.call_deferred(...)`A Thousand Ships2024-05-271-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-4/+4
* Use Core/Scene stringnames consistentlykobewi2024-05-131-4/+4
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-3/+3
* Add hover highlight to main editor buttonsMatt Enad2024-02-161-1/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Update deferred calls to use Callableskobewi2024-01-091-6/+1
* Fix garbled text in editor toastersHaoyu Qiu2023-10-061-1/+1
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-1/+1
* Add EditorStringNames singletonkobewi2023-09-031-20/+21
* Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own fileHendrik Brucker2023-07-171-0/+1
* Make EditorToaster's handler thread-safePedro J. Estébanez2023-04-131-8/+9
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-0/+576