ladybird/Userland/Applications
David Isaksson b6d075bb01 LibAudio: Rename Audio::Frame -> Audio::Sample
"Frame" is an MPEG term, which is not only unintuitive but also
overloaded with different meaning by other codecs (e.g. FLAC).
Therefore, use the standard term Sample for the central audio structure.

The class is also extracted to its own file, because it's becoming quite
large. Bundling these two changes means not distributing similar
modifications (changing names and paths) across commits.

Co-authored-by: kleines Filmröllchen <malu.bertsch@gmail.com>
2021-11-08 16:29:25 -08:00
..
3DFileViewer LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
About About: Display the full version 2021-09-02 16:17:18 +01:00
AnalogClock Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Assistant Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
Browser LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
Calculator Calculator: Add Constants menu 2021-10-31 12:10:44 +01:00
Calendar LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
CrashReporter CrashReporter: Don't crash when "Generating..." Window gets closed 2021-10-03 16:16:57 +02:00
Debugger Debugger: Add logging for the other 8 GPRs too 2021-10-31 00:20:35 +02:00
DisplaySettings LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
FileManager LibCore: Use ErrorOr<T> for Core::File::copy_file() 2021-11-08 00:35:27 +01:00
FontEditor LibCore: Use ErrorOr<T> for Core::File::open() 2021-11-08 00:35:27 +01:00
Help AK: Use ErrorOr<T> for MappedFile factories 2021-11-08 00:35:27 +01:00
HexEditor LibCore: Use ErrorOr<T> for Core::File::open() 2021-11-08 00:35:27 +01:00
ImageViewer LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
KeyboardMapper Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
KeyboardSettings LibGUI+Settings: Remove superfluous margin sets 2021-11-03 16:13:19 +01:00
Magnifier Magnifier: Add 8x magnification and pausing 2021-09-17 23:48:42 +02:00
Mail LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
MailSettings LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
MouseSettings LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
PDFViewer LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
Piano LibAudio: Rename Audio::Frame -> Audio::Sample 2021-11-08 16:29:25 -08:00
PixelPaint PixelPaint: Use ErrorOr<T> for Image and Layer creation helpers 2021-11-08 00:35:27 +01:00
Run LibCore: Use ErrorOr<T> for Core::File::open() 2021-11-08 00:35:27 +01:00
Settings Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
SoundPlayer LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
SpaceAnalyzer LibCore: Use ErrorOr<T> for Core::File::remove() 2021-11-08 00:35:27 +01:00
Spreadsheet LibCore: Use ErrorOr<T> for Core::File::open() 2021-11-08 00:35:27 +01:00
SystemMonitor LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
Terminal LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
TextEditor LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
ThemeEditor LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
VideoPlayer LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
Welcome LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
CMakeLists.txt Userland: Remove IRC Client 2021-08-24 16:37:28 +02:00