summaryrefslogtreecommitdiffstats
path: root/editor/editor_audio_buses.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the button pressed to some signals in Treetrollodel2022-05-211-2/+6
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-1/+0
* Initialize bools in the headers in editorAaron Franke2022-03-121-3/+0
* Allow negative indexes in ItemList and PopupMenukobewi2022-03-121-1/+1
* Discern between virtual and abstract class bindingsreduz2022-03-101-1/+1
* Make name of editor file dialog filters translatableHaoyu Qiu2022-03-051-1/+1
* Update audio effect icon when theme changesHaoyu Qiu2022-03-051-2/+6
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-0/+9
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+4
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-12/+12
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-12/+12
* Store panels and docks singletons in their own classestrollodel2022-01-201-1/+1
* Fix various typosluz paz2022-01-131-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-1/+1
* ScrollContainer's scrollbar visibility is now enumkobewi2021-12-071-2/+1
* Fix bad popups offset in editor with single window offjmb4622021-12-061-4/+6
* Use "enum class" for input enumsAaron Franke2021-11-121-6/+6
* Construct values only when necessary.Anilforextra2021-09-231-1/+1
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-2/+2
* Fix theming in the audio bus editorYuri Sizov2021-07-311-28/+13
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-7/+7
* Optimize StringName usagereduz2021-07-181-46/+46
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-3/+3
* Documentation search fixesGregory Basile2021-06-161-1/+1
* Consistently prefix bound virtual methods with _kobewi2021-06-121-3/+3
* Improve the audio bus editor appearanceHugo Locurcio2021-05-271-15/+26
* Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-2/+2
* Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-1/+1
* Reorganize Project Settingsreduz2021-02-181-3/+3
* Improve resource load cachereduz2021-02-111-3/+3
* Change themes *_color_* to *_*_colorMarcel Admiraal2021-01-241-3/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Control margin to offsetMarcel Admiraal2020-12-231-1/+1
* Rename the TextureProgress node to TextureProgressBarHugo Locurcio2020-12-141-4/+4
* Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-281-18/+12
|\
| * Implement new shortcuts system.Eric M2020-11-231-14/+9
| * Removed unhandled_key_input from editor AudioBus and instead connect to gui_i...Eric M2020-11-231-4/+3
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-3/+6
|/
* Renamed toplevel to be top_levelDuroxxigar2020-10-011-1/+1
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-3/+3
* Prefer the highlight version of the "GuiTabIcon" icon for buttons, and make t...Michael Alexsander2020-07-111-2/+2
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-3/+6
* Delete bus effect with Delete keyTomasz Chabora2020-06-151-0/+13
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-18/+36