summaryrefslogtreecommitdiff
path: root/Userland/Applications/SoundPlayer
AgeCommit message (Expand)Author
2023-04-17SoundPlayer: Pledge "FileManager" config domainBrendan Kelly
2023-04-15AK+Everywhere: Change URL::path() to serialize_path()MacDue
2023-04-14SoundPlayer: Check if loader is nullBrendan Kelly
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-19SoundPlayer: Keep track of the selected visualization in the configCaoimhe
2023-03-19SoundPlayer: Move `get_image_from_music_file` to the advanced viewCaoimhe
2023-03-13SoundPlayer: Display title and artist in the window title if availablekleines Filmröllchen
2023-03-01SoundPlayer: Add action with icon for toggling muteAndreas Oppebøen
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-09SoundPlayer: Fix logic bug in bars visualizationJulian Offenhäuser
2023-02-07SoundPlayer: Remove AutoSlider for the seek bar in favor of SliderZaggy1024
2023-01-28AK: Remove `try_` prefix from FixedArray creation functionsLinus Groh
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-19Userland: Add missing Math.h and IntegralMath.h header includesTimothy Flynn
2023-01-19SoundPlayer: Translate device samples to source samples before seekingTim Schumacher
2023-01-19SoundPlayer: Don't offset the seek bar with the last seek valueTim Schumacher
2023-01-18SoundPlayer: Log loader errors and otherwise ignore them for nowArda Cinar
2023-01-17SoundPlayer: Specify the total sample count in playback device samplesTim Schumacher
2023-01-12SoundPlayer: Don't silently ignore parsing failuresTim Schumacher
2023-01-12Userland: Use Core::Timer::create_foo() factory functions where possibleSam Atkins
2023-01-12LibCore+Userland: Don't auto-start new Core::TimersSam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-05SoundPlayer: Parse Main::Arguments with Core::ArgsParserTimothy Flynn
2023-01-02Userland: Remove unused includes of AK/Math.hBen Wiederhake
2022-12-31SoundPlayer: Pledge proc so that we can actually open audio filesAndrew Kaster
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-26SoundPlayer+VideoPlayer: Set the play/pause action text on state changeTimothy Flynn
2022-11-15Userland: Remove workarounds for LibIPC include order sensitivityTimothy Flynn
2022-11-13SoundPlayer: Load cover image from music filesLucas CHOLLET
2022-11-13Userland: Accept drag_enter events for widgets supporting file dropsKarol Kosek
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-14LibAudio: Get rid of unused method `Loader::file()`Lucas CHOLLET
2022-09-20SoundPlayer: Port M3UParser to Core::StreamSam Atkins
2022-08-30Applications+DevTools: Remove fixed sizes from Splittersthankyouverycool
2022-08-25Apps+Demos+Dialogs: Remove unnecessary minimum window sizesthankyouverycool
2022-07-19LibDSP: Rename library namespace to DSPkleines Filmröllchen
2022-07-19LibAudio: Rename ConnectionFromClient to ConnectionToServerkleines Filmröllchen
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-29SoundPlayer: Insert separator after play/stop and back/next buttonsLinus Groh
2022-05-29SoundPlayer: Replace two manual key event checks with action shortcutLinus Groh
2022-05-29SoundPlayer: Replace regular buttons with action-based toolbar buttonsLinus Groh
2022-05-29Everywhere: Fix a bunch of typosLinus Groh
2022-05-07LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit floatkleines Filmröllchen
2022-05-03LibAudio+Userland: Remove Audio::LegacyBufferkleines Filmröllchen
2022-04-21LibAudio+Userland: Use new audio queue in client-server communicationkleines Filmröllchen
2022-04-21LibAudio+Everywhere: Rename Audio::Buffer -> Audio::LegacyBufferkleines Filmröllchen