summaryrefslogtreecommitdiffstats
path: root/editor/audio_stream_preview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-3/+6
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-7/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin2019-06-031-1/+1
* Fix audio previews, closes #25979Juan Linietsky2019-02-211-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix GCC 8 warnings about potentially unitialized variablesRémi Verschelde2018-10-041-2/+2
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
* Fix crash when previewing null AudioStreamPoommetee Ketson2018-08-221-1/+2
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-2/+2
* Entirely new (and much improved) animation editor.Juan Linietsky2018-06-071-0/+211