summaryrefslogtreecommitdiffstats
path: root/editor/gui/editor_toaster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+14
|\
| * Expose toast notification methodsJayden Sipe2024-11-111-0/+8
| * Close toasts instantly when Close button is pressedkobewi2024-11-101-1/+6
* | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-30/+35
|\|
| * Improve EditorToaster codekobewi2024-11-031-30/+35
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-8/+8
|\|
| * 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
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | 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