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
2023-01-12
SoundPlayer: Don't silently ignore parsing failures
Tim Schumacher
2023-01-12
Userland: Use Core::Timer::create_foo() factory functions where possible
Sam Atkins
2023-01-12
LibCore+Userland: Don't auto-start new Core::Timers
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2023-01-05
SoundPlayer: Parse Main::Arguments with Core::ArgsParser
Timothy Flynn
2023-01-02
Userland: Remove unused includes of AK/Math.h
Ben Wiederhake
2022-12-31
SoundPlayer: Pledge proc so that we can actually open audio files
Andrew Kaster
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
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
[next]