summaryrefslogtreecommitdiffstats
path: root/editor/editor_audio_buses.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-3/+3
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+2
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-11/+11
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-11/+11
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-2/+0
|/
* Add per-scene UndoRedokobewi2022-08-221-19/+20
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-2/+2
* Remove Signal connect bindsJuan Linietsky2022-07-291-5/+5
* Seperate filter and description in FileDialog.add_filter()FireForge2022-07-091-1/+1
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-1/+1
* i18n: Misc fixes translation stringsRémi Verschelde2022-06-081-4/+4