summaryrefslogtreecommitdiffstats
path: root/editor/gui/editor_toaster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Close toasts instantly when Close button is pressedkobewi2024-11-101-1/+6
* Improve EditorToaster codekobewi2024-11-031-30/+35
* Merge pull request #98039 from aaronfranke/button-iconThaddeus Crews2024-10-291-7/+7
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-7/+7
* | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
|/
* 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