summaryrefslogtreecommitdiff
path: root/Userland/Applications/Piano/MainWidget.cpp
AgeCommit message (Expand)Author
2023-05-05Piano: Allow per-track controls (again)kleines Filmröllchen
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-03-16LibGUI+Userland: Make TabWidget::*add_tab() take title using new stringKarol Kosek
2023-02-25Piano: Move octave controls into main widgetkleines Filmröllchen
2023-02-25Piano: Clean up code style with help from clang-tidykleines Filmröllchen
2023-02-25Piano: Rename KnobsWidget to TrackControlsWidgetkleines Filmröllchen
2023-02-18LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`Sam Atkins
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-02-02Piano: Propagate errors in PlayerWidgetKeir Davis
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2022-12-14Piano: Only treat unmodified key presses as playing notesSam Atkins
2022-07-25Piano: Remove waveform cycling with Ckleines Filmröllchen
2022-07-19LibDSP: Rename library namespace to DSPkleines Filmröllchen
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-26Piano: Use LibDSP::Keyboard for all keyboard-playing logickleines Filmröllchen
2022-02-15Base+Piano: Insert missing icons into menubarelectrikmilk
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2021-12-20Piano: Make `Key_Space` shortcut to toggle playbackJunior Rantila
2021-12-11Piano: Add track controls to the player widgetJose Flores
2021-11-22Piano: Move to LibDSP's Classic synthesizerkleines Filmröllchen
2021-08-31Piano: Use LibDSP to implement delaykleines Filmröllchen
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-07-14Piano: Add Play/Pause, Forward and Back buttonsJJ Roberts-White
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Applications: Move to Userland/Applications/Andreas Kling