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-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibAudio: Remove leading A from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Point from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
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-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
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