summaryrefslogtreecommitdiff
path: root/Userland/Applications/SoundPlayer
AgeCommit message (Expand)Author
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
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-29LibGUI: Add DoClamp option to AbstractSlider::set_value()Itamar
2022-03-25SoundPlayer: Don't crash when the reported buffer is unexpectedkleines Filmröllchen
2022-03-25SoundPlayer: Fix jump to slider behavior for playback sliderkleines Filmröllchen
2022-03-18SoundPlayer: Fix read of uninitialized member variables on startupBrian Gianforcaro
2022-03-14SoundPlayer: Implement logarithmic spectrum displaykleines Filmröllchen
2022-03-14SoundPlayer: Adjust peaking logic for bars visualizationkleines Filmröllchen
2022-03-14SoundPlayer: Use overlapping windows for bars visualizationkleines Filmröllchen
2022-03-14SoundPlayer: Rework FFT visualizationArne Elster
2022-03-14SoundPlayer: Auto refresh visualization widgetsArne Elster
2022-03-14SoundPlayer: Enable frequency energy adjustment by defaultkleines Filmröllchen
2022-03-14LibDSP: Generalize & improve FFTkleines Filmröllchen
2022-03-02SoundPlayer: Sort CMake sources alphabeticallyNícolas F. R. A. Prado
2022-03-02SoundPlayer: Draw album cover with correct aspect ratioNícolas F. R. A. Prado
2022-03-02SoundPlayer: Rename NoVisualization to AlbumCoverVisualizationNícolas F. R. A. Prado
2022-03-02SoundPlayer: Display album cover in the NoVisualizationWidgetNícolas F. R. A. Prado
2022-03-02SoundPlayer: Add start_new_file() to VisualizationWidget's APINícolas F. R. A. Prado
2022-03-02SoundPlayer: Fix potential never-updated bars visualizationkleines Filmröllchen
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani