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
Age
Commit message (
Expand
)
Author
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Add "accept" pledge promise for accepting incoming connections
Andreas Kling
2020-01-12
Applications+DevTools+MenuApplets: Drop "unix" pledge when possible
Andreas Kling
2020-01-12
SoundPlayer: Use pledge()
Andreas Kling
2020-01-01
Applications: Add new keyboard shortcuts & update few existing ones
Jami Kettunen
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-09
LibGUI: Make GMenu inherit from CObject
Andreas Kling
2019-11-09
SoundPlayer: Add option to hide scope
Till Mayer
2019-11-09
SoundPlayer: Let the user open a file from the GUI
Till Mayer
2019-11-05
SoundPlayer: Changed some small cosmetic things
Till Mayer
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-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-21
LibGUI: Convert custom widgets and subclasses to ObjectPtr
Andreas Kling
2019-09-21
GButton: Convert most code to using ObjectPtr for GButton
Andreas Kling
2019-09-21
LibGUI: Convert GWindow to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Remove CTimer::create() overloads in favor of construct()
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-20
LibCore: Convert CTimer to ObjectPtr
Andreas Kling
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