serenity/Userland/Applications/SoundPlayer
Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library
This URL library ends up being a relatively fundamental base library of
the system, as LibCore depends on LibURL.

This change has two main benefits:
 * Moving AK back more towards being an agnostic library that can
   be used between the kernel and userspace. URL has never really fit
   that description - and is not used in the kernel.
 * URL _should_ depend on LibUnicode, as it needs punnycode support.
   However, it's not really possible to do this inside of AK as it can't
   depend on any external library. This change brings us a little closer
   to being able to do that, but unfortunately we aren't there quite
   yet, as the code generators depend on LibCore.
2024-03-18 14:06:28 -04:00
..
AlbumCoverVisualizationWidget.cpp
AlbumCoverVisualizationWidget.h
BarsVisualizationWidget.cpp Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
BarsVisualizationWidget.h
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
M3UParser.cpp Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
M3UParser.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
main.cpp SoundPlayer: Don't drop the unix pledge 2024-01-19 09:08:37 +01:00
PlaybackManager.cpp AudioServer+Userland: Decouple client sample rates from device rate 2023-07-01 23:27:24 +01:00
PlaybackManager.h AudioServer+Userland: Decouple client sample rates from device rate 2023-07-01 23:27:24 +01:00
Player.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Player.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Playlist.cpp LibFileSystem+Userland: Rename size() to size_from_stat() 2024-02-24 15:54:52 -07:00
Playlist.h
PlaylistWidget.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
PlaylistWidget.h SoundPlayer: Use an enum for PlaylistModel columns 2023-07-19 19:37:27 +01:00
SampleWidget.cpp
SampleWidget.h
SoundPlayerWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
SoundPlayerWidget.h LibGUI: Split HorizontalSlider to separate header 2023-12-08 01:06:09 +01:00
VisualizationWidget.h