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-04-17
SoundPlayer: Pledge "FileManager" config domain
Brendan Kelly
2023-04-15
AK+Everywhere: Change URL::path() to serialize_path()
MacDue
2023-04-14
SoundPlayer: Check if loader is null
Brendan Kelly
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-19
SoundPlayer: Keep track of the selected visualization in the config
Caoimhe
2023-03-19
SoundPlayer: Move `get_image_from_music_file` to the advanced view
Caoimhe
2023-03-13
SoundPlayer: Display title and artist in the window title if available
kleines Filmröllchen
2023-03-01
SoundPlayer: Add action with icon for toggling mute
Andreas Oppebøen
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-09
SoundPlayer: Fix logic bug in bars visualization
Julian Offenhäuser
2023-02-07
SoundPlayer: Remove AutoSlider for the seek bar in favor of Slider
Zaggy1024
2023-01-28
AK: Remove `try_` prefix from FixedArray creation functions
Linus Groh
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-19
Userland: Add missing Math.h and IntegralMath.h header includes
Timothy Flynn
2023-01-19
SoundPlayer: Translate device samples to source samples before seeking
Tim Schumacher
2023-01-19
SoundPlayer: Don't offset the seek bar with the last seek value
Tim Schumacher
2023-01-18
SoundPlayer: Log loader errors and otherwise ignore them for now
Arda Cinar
2023-01-17
SoundPlayer: Specify the total sample count in playback device samples
Tim Schumacher
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
[next]