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
2021-07-12
SoundPlayer: Activate window only on file drop
Karol Kosek
2021-07-11
SoundPlayer: Show the context menu right under the cursor
Karol Kosek
2021-07-02
AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
Max Wipfli
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-30
SoundPlayer: Don't limit duration inference to WAV files
ngc6302h
2021-06-21
SoundPlayer: Handle any input file sample rate
Nick Miller
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-08
SoundPlayer: Enable stop button when play button clicked
Nick Miller
2021-06-08
LibGUI+SoundPlayer: Add Slider option to jump to cursor
Nick Miller
2021-06-02
SoundPlayer: Fix playback slider page stepping
Nick Miller
2021-05-27
SoundPlayer: Show app name as "Sound Player" when a file is loaded
Linus Groh
2021-05-23
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
Andreas Kling
2021-05-21
Applications: Use titlecase and distinct underlined characters in menus
Max Wipfli
2021-05-16
Userland: Don't explicitly call Vector<T>::is_null()
Gunnar Beutner
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
Everywhere: Add Alt shortcuts to remaining top-level menus
Linus Groh
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-03-27
SoundPlayer: Add samplerate variable to visualizations
Cesar Torres
2021-03-27
SoundPlayer: Add playlist supprt
Cesar Torres
2021-03-27
AudioPlayer: Further decouple the player from the GUI
Cesar Torres
2021-03-27
SoundPlayer: Reduce sample buffer size and add a sample load event
Cesar Torres
2021-03-27
SoundPlayer: Update the SoundPlayer interface
Cesar Torres
2021-03-27
SoundPlayer: Adapt the existing SampleWidget visualization to
Cesar Torres
2021-03-27
SoundPlayer: Add a no-visualization visualization :^)
Cesar Torres
2021-03-27
SoundPlayer: Move the SoundPlayer-specific Slider widget to another file
Cesar Torres
2021-03-27
SoundPlayer: Add a 'Bars' audio visualization
Cesar Torres
2021-03-27
SoundPlayer: Add abstractions for players and visulizations
Cesar Torres
2021-03-27
SoundPlayer: Implement the Fast Fourier Transform algorithm
Cesar Torres
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-01-17
AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBuffer
Andreas Kling
2021-01-16
SoundPlayer: Added 'shared_buffer' to pledge
Marco Cutecchia
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling