index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
SoundPlayer
/
SampleWidget.cpp
Age
Commit message (
Expand
)
Author
2020-02-25
SoundPlayer: Cast Audio::Sample to float for fabsf()
joshua stein
2020-02-23
LibGUI: Make GUI::Frame have the 2px sunken container look by default
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibAudio: Remove leading A from filenames
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Point from global namespace
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-06
LibAudio: Put all classes in the Audio namespace and remove leading A
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-11-04
SoundPlayer: Added playback controls
Till Mayer
2019-11-04
SoundPlayer: Make sample widget display contents of the whole buffer
Till Mayer
2019-09-11
SoundPlayer: Scale y coordinate to prevent drawing outside clip rect
Max Thrun
2019-09-04
SoundPlayer: Start working on a GUI sound player application
Andreas Kling