serenity/Userland
kleines Filmröllchen cb0e95c928 LibAudio+Everywhere: Rename Audio::Buffer -> Audio::LegacyBuffer
With the following change in how we send audio, the old Buffer type is
not really needed anymore. However, moving WavLoader to the new system
is a bit more involved and out of the scope of this PR. Therefore, we
need to keep Buffer around, but to make it clear that it's the old
buffer type which will be removed soon, we rename it to LegacyBuffer.
Most of the users will be gone after the next commit anyways.
2022-04-21 13:55:00 +02:00
..
Applets Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
Applications LibAudio+Everywhere: Rename Audio::Buffer -> Audio::LegacyBuffer 2022-04-21 13:55:00 +02:00
Demos Mandelbrot: Add BMP and QOI image formats as options for export 2022-04-20 08:19:25 -04:00
DevTools Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
DynamicLoader Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Games Pong: Explicitly clear held keys in Game::reset() 2022-04-15 00:13:09 +02:00
Libraries LibAudio+Everywhere: Rename Audio::Buffer -> Audio::LegacyBuffer 2022-04-21 13:55:00 +02:00
Services LibAudio+Everywhere: Rename Audio::Buffer -> Audio::LegacyBuffer 2022-04-21 13:55:00 +02:00
Shell Shell: Highlight commands with a hyperlink to open their help pages 2022-04-21 09:12:37 +04:30
Utilities netstat: Add the wide flag option 2022-04-21 13:17:29 +02:00
CMakeLists.txt