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-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
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
[next]