summaryrefslogtreecommitdiffstats
path: root/editor/editor_audio_buses.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-6/+6
* Merge pull request #91953 from AThousandShips/use_normal_snameRémi Verschelde2024-05-311-1/+1
|\
| * Use `CoreStringNames::normal` in more placesA Thousand Ships2024-05-301-1/+1
* | [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-4/+4
|/
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-12/+12
* Use Core/Scene stringnames consistentlykobewi2024-05-131-4/+4
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-5/+4
* Improve Audio Bus button pressed state visibilityChristian Kaiser2024-04-291-4/+15
* Merge pull request #89808 from timothyqiu/ok-i-knowRémi Verschelde2024-04-111-1/+4
|\
| * Don't error multiple times when trying to load missing default bus layoutHaoyu Qiu2024-03-231-1/+4
* | Fix wrong values displayed after duplicating an audio busHaoyu Qiu2024-03-241-0/+2
|/
* Add editor shortcuts to toggle bottom panel visibilityHugo Locurcio2024-03-051-1/+2
* Extract BottomPanel from EditorNodekit2024-02-201-2/+3
* Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-1/+1
* Improve editor theme generation after the refactorYuri Sizov2024-01-171-3/+4
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Update deferred calls to use Callableskobewi2024-01-091-5/+4
* Merge pull request #85879 from berrybus/deselect-audio-effectsYuri Sizov2023-12-141-0/+1
|\
| * Fix unable to deselect audio effectsNancy Zhang2023-12-131-0/+1
* | Added "Show In FileSystem" right-click option to Scene hierarchy nodes.Invertex2023-12-131-1/+1
|/
* Add bulk change guards to successive theme overrides in Editor and GUIYuri Sizov2023-10-191-0/+2
* Merge pull request #81939 from YuriSizov/gui-flat-and-depressedRémi Verschelde2023-09-251-3/+3
|\
| * Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-3/+3
* | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platformajreckof2023-09-191-2/+2
|/
* Merge pull request #81641 from MewPurPur/bus-go-brrrr-2Rémi Verschelde2023-09-171-34/+9
|\
| * Add a bus_renamed AudioServer signalMewPurPur2023-09-151-34/+9
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-2/+2
|/
* Add EditorStringNames singletonkobewi2023-09-031-9/+10
* Revert "Remember only permanent bottom tabs"Yuri Sizov2023-06-231-1/+1
* Remember only permanent bottom tabskobewi2023-06-231-1/+1
* Remove AudioBusEmpty.svg, use ProgressBar tint insteadVolTer2023-05-121-4/+8
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-2/+2
* Fix premature theme item access in editor toolsYuri Sizov2023-04-031-15/+14
* Improve logic related to editing audio buses (and prevent crashes)Yuri Sizov2023-03-101-6/+38
* Merge pull request #68083 from atngames/masterRémi Verschelde2023-02-171-0/+2
|\
| * Added a signal connection to update buses editor on "bus_layout_changed"ATN2022-12-161-0/+2
* | Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde2023-01-181-5/+1
|\ \
| * | Remove set_drag_forwarding_compat()kobewi2023-01-141-5/+1
* | | Add EditorUndoRedoManager singletonkobewi2023-01-161-19/+19
|/ /
* | Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-1/+1
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-3/+3
|\
| * Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-3/+3
* | Rename queue_delete => queue_freeMarc Gilleron2022-10-241-1/+1
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-4/+4
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-1/+1
* Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-1/+1