summaryrefslogtreecommitdiff
path: root/Applications/SoundPlayer/SampleWidget.cpp
AgeCommit message (Expand)Author
2020-02-25SoundPlayer: Cast Audio::Sample to float for fabsf()joshua stein
2020-02-23LibGUI: Make GUI::Frame have the 2px sunken container look by defaultAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibAudio: Remove leading A from filenamesAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Point from global namespaceAndreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-06LibAudio: Put all classes in the Audio namespace and remove leading AAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-04SoundPlayer: Added playback controlsTill Mayer
2019-11-04SoundPlayer: Make sample widget display contents of the whole bufferTill Mayer
2019-09-11SoundPlayer: Scale y coordinate to prevent drawing outside clip rectMax Thrun
2019-09-04SoundPlayer: Start working on a GUI sound player applicationAndreas Kling