Age | Commit message (Expand) | Author |
---|---|---|
2020-02-16 | Piano: Set step property for ADSR sliders | Tibor Nagy |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling |
2020-02-06 | LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout | Andreas Kling |
2020-02-06 | LibGUI: Add HorizontalSlider and VerticalSlider convenience classes | Andreas Kling |
2020-02-06 | LibDraw: Put all classes in the Gfx namespace | 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-05 | Piano: Make decay more accurate | William McPherson |
2020-02-05 | Piano: Fix default knob values | William McPherson |
2020-02-02 | LibGUI: Put all classes in the GUI namespace and remove the leading G | Andreas Kling |
2020-02-02 | LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes | Andreas Kling |
2020-01-31 | Piano: Rewrite application | William McPherson |