index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
SoundPlayer
Age
Commit message (
Expand
)
Author
2022-11-26
SoundPlayer+VideoPlayer: Set the play/pause action text on state change
Timothy Flynn
2022-11-15
Userland: Remove workarounds for LibIPC include order sensitivity
Timothy Flynn
2022-11-13
SoundPlayer: Load cover image from music files
Lucas CHOLLET
2022-11-13
Userland: Accept drag_enter events for widgets supporting file drops
Karol Kosek
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-14
LibAudio: Get rid of unused method `Loader::file()`
Lucas CHOLLET
2022-09-20
SoundPlayer: Port M3UParser to Core::Stream
Sam Atkins
2022-08-30
Applications+DevTools: Remove fixed sizes from Splitters
thankyouverycool
2022-08-25
Apps+Demos+Dialogs: Remove unnecessary minimum window sizes
thankyouverycool
2022-07-19
LibDSP: Rename library namespace to DSP
kleines Filmröllchen
2022-07-19
LibAudio: Rename ConnectionFromClient to ConnectionToServer
kleines Filmröllchen
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-29
SoundPlayer: Insert separator after play/stop and back/next buttons
Linus Groh
2022-05-29
SoundPlayer: Replace two manual key event checks with action shortcut
Linus Groh
2022-05-29
SoundPlayer: Replace regular buttons with action-based toolbar buttons
Linus Groh
2022-05-29
Everywhere: Fix a bunch of typos
Linus Groh
2022-05-07
LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float
kleines Filmröllchen
2022-05-03
LibAudio+Userland: Remove Audio::LegacyBuffer
kleines Filmröllchen
2022-04-21
LibAudio+Userland: Use new audio queue in client-server communication
kleines Filmröllchen
2022-04-21
LibAudio+Everywhere: Rename Audio::Buffer -> Audio::LegacyBuffer
kleines Filmröllchen
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-29
LibGUI: Add DoClamp option to AbstractSlider::set_value()
Itamar
2022-03-25
SoundPlayer: Don't crash when the reported buffer is unexpected
kleines Filmröllchen
2022-03-25
SoundPlayer: Fix jump to slider behavior for playback slider
kleines Filmröllchen
2022-03-18
SoundPlayer: Fix read of uninitialized member variables on startup
Brian Gianforcaro
2022-03-14
SoundPlayer: Implement logarithmic spectrum display
kleines Filmröllchen
2022-03-14
SoundPlayer: Adjust peaking logic for bars visualization
kleines Filmröllchen
2022-03-14
SoundPlayer: Use overlapping windows for bars visualization
kleines Filmröllchen
2022-03-14
SoundPlayer: Rework FFT visualization
Arne Elster
2022-03-14
SoundPlayer: Auto refresh visualization widgets
Arne Elster
2022-03-14
SoundPlayer: Enable frequency energy adjustment by default
kleines Filmröllchen
2022-03-14
LibDSP: Generalize & improve FFT
kleines Filmröllchen
2022-03-02
SoundPlayer: Sort CMake sources alphabetically
Nícolas F. R. A. Prado
2022-03-02
SoundPlayer: Draw album cover with correct aspect ratio
Nícolas F. R. A. Prado
2022-03-02
SoundPlayer: Rename NoVisualization to AlbumCoverVisualization
Nícolas F. R. A. Prado
2022-03-02
SoundPlayer: Display album cover in the NoVisualizationWidget
Nícolas F. R. A. Prado
2022-03-02
SoundPlayer: Add start_new_file() to VisualizationWidget's API
Nícolas F. R. A. Prado
2022-03-02
SoundPlayer: Fix potential never-updated bars visualization
kleines Filmröllchen
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-06
Soundplayer: Use exp() instead of pow(E, n)
Hendiadyoin1
2022-01-04
Userland: Resolve -Woverloaded-virtual in LibGUI and SoundPlayer
Andrew Kaster
2022-01-02
SoundPlayer: Don't enqueue samples depending on the GUI loop
kleines Filmröllchen
2022-01-02
SoundPlayer: Remove resolved FIXME
kleines Filmröllchen
2021-12-30
LibGUI+SoundPlayer: Use 'decrease_slider_by_page_steps()' method
Elyse
2021-12-30
LibGUI+SoundPlayer: Use 'increase_slider_by_page_steps()'
Elyse
2021-12-24
SoundPlayer: Add a keyboard shortcut 'M' to mute the player
Elyse
2021-12-24
SoundPlayer: Add 'mute' methods to Player
Elyse
2021-12-24
SoundPlayer: Sync startup loop and show playlist settings in GUI
Max Trussell
[next]