summaryrefslogtreecommitdiff
path: root/Applications/Piano/MainWidget.cpp
AgeCommit message (Expand)Author
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-02-27Piano: New timing system and zoomable piano rollWilliam McPherson
2020-02-23LibGUI: Add helper for constructing new TabWidget tabsAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-10Piano: Add samplerWilliam McPherson
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06Piano: Move piano roll internals to AudioEngineWilliam McPherson
2020-02-06LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayoutAndreas Kling
2020-02-05Piano: Add releaseWilliam McPherson
2020-02-05Piano: Add attackWilliam McPherson
2020-02-05Piano: Add sustainWilliam McPherson
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-01-31Piano: Rewrite applicationWilliam McPherson