summaryrefslogtreecommitdiff
path: root/editor/editor_audio_buses.cpp
AgeCommit message (Expand)Author
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-14Rename the TextureProgress node to TextureProgressBarHugo Locurcio
2020-11-28Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-23Implement new shortcuts system.Eric M
2020-11-23Removed unhandled_key_input from editor AudioBus and instead connect to gui_i...Eric M
2020-10-01Renamed toplevel to be top_levelDuroxxigar
2020-07-14Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen
2020-07-11Prefer the highlight version of the "GuiTabIcon" icon for buttons, and make t...Michael Alexsander
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-06-15Delete bus effect with Delete keyTomasz Chabora
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-06Merge pull request #35068 from akien-mga/containers-mouse-filter-passRémi Verschelde
2020-01-19fix audio buses editor not save, close #26683RaphaelHunter
2020-01-13Use MOUSE_FILTER_PASS for all containers (but PanelContainer)Rémi Verschelde
2020-01-04Makes more strings translatableHaoyu Qiu
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-11-08Fixed initial title in audio buses editorDanil Alexeev
2019-09-25Replace "GuiMiniTabMenu" with "GuiTabMenu" and tweak itMichael Alexsander Silva Dias
2019-09-23Merge pull request #32021 from Calinou/editor-audio-bus-snappingRémi Verschelde
2019-09-23Merge pull request #32055 from qarmin/some_code_fixesRémi Verschelde
2019-09-22Changed some code found by Clang Tidy and Coverityqarmin
2019-09-07Implement snapping in the audio bus editorHugo Locurcio
2019-09-06Display audio buses' current volume in a tooltip when hovering sliderHugo Locurcio
2019-07-08Use base `Color()` constructors instead of `Color::html()`Hugo Locurcio
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-09Enhancements for the audio bus editorMichael Alexsander Silva Dias
2019-05-19Fix typos with codespellRémi Verschelde
2019-04-08Change font of audio notches to default fontGuilherme Felipe
2019-04-08Merge pull request #27644 from lupoDharkael/busRémi Verschelde
2019-04-07Merge pull request #25810 from TheYokai/mixer_improvementsRémi Verschelde
2019-04-06New Nonlinear Audio Bus MixerEoin O'Neill
2019-04-05Allow default audio bus layout modificationlupoDharkael
2019-02-21Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin