summaryrefslogtreecommitdiffstats
path: root/editor/editor_audio_buses.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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