summaryrefslogtreecommitdiff
path: root/Userland/Applications/SoundPlayer/Player.h
AgeCommit message (Expand)Author
2023-03-13SoundPlayer: Display title and artist in the window title if availablekleines Filmröllchen
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-13SoundPlayer: Load cover image from music filesLucas CHOLLET
2022-07-19LibAudio: Rename ConnectionFromClient to ConnectionToServerkleines 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-03-18SoundPlayer: Fix read of uninitialized member variables on startupBrian Gianforcaro
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2021-12-24SoundPlayer: Add 'mute' methods to PlayerElyse
2021-12-24SoundPlayer: Sync startup loop and show playlist settings in GUIMax Trussell
2021-11-08SoundPlayer: Fix stack-use-after-scope when playing file in loop modeSimon Woertz
2021-10-25SoundPlayer: Implement playlist shuffle modeLeandro Pereira
2021-10-25SoundPlayer: Fix inconsistencies and code duplicationLeandro Pereira
2021-09-12Audio: Change how volume workskleines Filmröllchen
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-15Everything: Add `-Wnon-virtual-dtor` flagNicholas-Baron
2021-03-27SoundPlayer: Add playlist supprtCesar Torres
2021-03-27AudioPlayer: Further decouple the player from the GUICesar Torres
2021-03-27SoundPlayer: Add abstractions for players and visulizationsCesar Torres