summaryrefslogtreecommitdiffstats
path: root/editor/editor_audio_buses.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-85/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-5/+1
* Rename InputFilter back to InputRémi Verschelde2020-04-281-3/+3
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-36/+36
* Working multiple window support, including editorJuan Linietsky2020-03-261-5/+5
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-3/+3
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-1/+1
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-1/+1
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-56/+28
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-28/+28
* Texture refactorJuan Linietsky2020-02-111-3/+3
* Merge pull request #35068 from akien-mga/containers-mouse-filter-passRémi Verschelde2020-02-061-1/+0
|\
| * Use MOUSE_FILTER_PASS for all containers (but PanelContainer)Rémi Verschelde2020-01-131-1/+0
* | fix audio buses editor not save, close #26683RaphaelHunter2020-01-191-3/+3
|/
* Makes more strings translatableHaoyu Qiu2020-01-041-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Fixed initial title in audio buses editorDanil Alexeev2019-11-081-1/+2
* Replace "GuiMiniTabMenu" with "GuiTabMenu" and tweak itMichael Alexsander Silva Dias2019-09-251-2/+2
* Merge pull request #32021 from Calinou/editor-audio-bus-snappingRémi Verschelde2019-09-231-3/+19
|\
| * Implement snapping in the audio bus editorHugo Locurcio2019-09-071-3/+19
* | Merge pull request #32055 from qarmin/some_code_fixesRémi Verschelde2019-09-231-2/+2
|\ \
| * | Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-2/+2
| |/
* / Display audio buses' current volume in a tooltip when hovering sliderHugo Locurcio2019-09-061-1/+2
|/
* Use base `Color()` constructors instead of `Color::html()`Hugo Locurcio2019-07-081-3/+3
* Some code changed with Clang-Tidyqarmin2019-06-261-21/+17
* Enhancements for the audio bus editorMichael Alexsander Silva Dias2019-06-091-169/+248
* Fix typos with codespellRémi Verschelde2019-05-191-11/+11
* Change font of audio notches to default fontGuilherme Felipe2019-04-081-2/+2
* Merge pull request #27644 from lupoDharkael/busRémi Verschelde2019-04-081-5/+7
|\
| * Allow default audio bus layout modificationlupoDharkael2019-04-051-5/+7
* | Merge pull request #25810 from TheYokai/mixer_improvementsRémi Verschelde2019-04-071-11/+162
|\ \ | |/ |/|
| * New Nonlinear Audio Bus MixerEoin O'Neill2019-04-061-11/+162
* | Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias2019-02-211-1/+1
* | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-3/+3
|/
* EditorAudioBuses: Fix wrong tooltip for "Add Bus"merumelu2019-02-121-1/+1
* Adds color to the audio buses buttonsgroud2019-01-241-0/+7