summaryrefslogtreecommitdiffstats
path: root/editor/plugins/audio_stream_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix audio player not resetting after wav finisheskobewi2021-03-201-3/+6
* Removed _change_notifyreduz2021-02-101-3/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Control margin to offsetMarcel Admiraal2020-12-231-2/+2
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-0/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Fixup `ColorRect` and `TextureRect` renamesAndrii Doroshenko (Xrayez)2020-10-191-2/+2
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-2/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-3/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-14/+0
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-13/+13
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-15/+7
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-7/+7
* Fixes min size of various editor plugins on HiDPIHaoyu Qiu2020-01-121-1/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Fix pausing in audio player editor acting the same as stoppingMichael Alexsander Silva Dias2019-06-021-5/+8
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-2/+2
* Add audio stream preview to Inspector dockvolzhs2018-07-171-0/+284