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
/
Piano
/
MainWidget.cpp
Age
Commit message (
Expand
)
Author
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-02-27
Piano: New timing system and zoomable piano roll
William McPherson
2020-02-23
LibGUI: Add helper for constructing new TabWidget tabs
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-10
Piano: Add sampler
William McPherson
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
Piano: Move piano roll internals to AudioEngine
William McPherson
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-05
Piano: Add release
William McPherson
2020-02-05
Piano: Add attack
William McPherson
2020-02-05
Piano: Add sustain
William McPherson
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-31
Piano: Rewrite application
William McPherson