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-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
2021-12-04
SoundPlayer: Port to LibMain :^)
Elyse
2021-11-28
LibAudio: New error propagation API in Loader and Buffer
kleines Filmröllchen
2021-11-24
SoundPlayer+LibDSP: Move the FFT implementation to LibDSP
kleines Filmröllchen
2021-11-13
SoundPlayer: Add keyboard shortcuts for stop and volume
Elyse
2021-11-13
SoundPlayer: Make 'volume_slider' a member variable
Elyse
2021-11-13
SoundPlayer: Allow volume output of up to 150%
Elyse
2021-11-08
SoundPlayer: Fix stack-use-after-scope when playing file in loop mode
Simon Woertz
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-04
SoundPlayer: Allow playback progress slider jump to cursor
Elyse
2021-11-02
Applications: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-25
SoundPlayer: Implement playlist shuffle mode
Leandro Pereira
2021-10-25
SoundPlayer: Make M3UParser more idiomatic
Leandro Pereira
2021-10-25
SoundPlayer: Fix inconsistencies and code duplication
Leandro Pereira
2021-09-12
Audio: Change how volume works
kleines Filmröllchen
2021-09-04
SoundPlayer: Convert to double before calculating
Karol Kosek
2021-09-04
SoundPlayer: Simplify Bars Visualization drawing logic a bit
Karol Kosek
2021-09-04
SoundPlayer: Create only one playlist widget
Karol Kosek
2021-09-04
SoundPlayer: Add spacebar keyboard shortcut for play/pause
Thitat Auareesuksakul
2021-09-04
SoundPlayer: Don't try to dereference null-pointer buffers
Karol Kosek
2021-09-01
SoundPlayer: Use GUI::ActionGroup for Visualization menu
Thitat Auareesuksakul
2021-09-01
SoundPlayer: Fix file leak in M3UParser::from_file(..)
Brian Gianforcaro
2021-08-27
Userland: Two low-sample rate fixes
kleines Filmröllchen
2021-08-27
Userland+LibAudio: Make audio applications support dynamic sample rate
kleines Filmröllchen
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-21
SoundPlayer: Use full path for playlist items
Karol Kosek
2021-07-19
Everywhere: Use AK/Math.h if applicable
Hendiadyoin1
2021-07-19
SoundPlayer: Fix a spelling mistake in a variable name
Gunnar Beutner
2021-07-19
SoundPlayer: End M3U tag names with a colon
Karol Kosek
2021-07-19
SoundPlayer: Clear M3U track metadata after parsed file
Karol Kosek
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
[next]