ladybird/Userland/Applications/Piano
Sam Atkins 6b66e39df4 LibGUI+Userland: Stop returning Layout from Widget::(try_)set_layout()
Nobody uses this return value any more. It also lets us remove a whole
bunch of `(void)` casts. :^)
2023-02-18 16:56:56 +00:00
..
ProcessorParameterWidget Userland: Use default initializer instead of an empty string for Buttons 2023-02-13 00:45:09 +00:00
AudioPlayerLoop.cpp Piano: Show a progress window when exporting WAV 2023-02-08 20:07:37 -05:00
AudioPlayerLoop.h Piano: Show a progress window when exporting WAV 2023-02-08 20:07:37 -05:00
CMakeLists.txt Piano: Show a progress window when exporting WAV 2023-02-08 20:07:37 -05:00
ExportProgressWidget.gml Piano: Show a progress window when exporting WAV 2023-02-08 20:07:37 -05:00
ExportProgressWindow.cpp Piano: Show a progress window when exporting WAV 2023-02-08 20:07:37 -05:00
ExportProgressWindow.h Piano: Show a progress window when exporting WAV 2023-02-08 20:07:37 -05:00
KeysWidget.cpp Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
KeysWidget.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
KnobsWidget.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
KnobsWidget.h Piano: Replace knob instantiations with ProcessorParameterWidgets 2022-07-25 15:25:13 +02:00
main.cpp Piano: Show a progress window when exporting WAV 2023-02-08 20:07:37 -05:00
MainWidget.cpp LibGUI+Userland: Stop returning Layout from Widget::(try_)set_layout() 2023-02-18 16:56:56 +00:00
MainWidget.h Piano: Propagate errors in PlayerWidget 2023-02-02 14:47:24 +01:00
Music.h Piano+LibDSP: Move Track to LibDSP 2022-07-22 19:35:41 +01:00
PlayerWidget.cpp LibGUI+Userland: Stop returning Layout from Widget::(try_)set_layout() 2023-02-18 16:56:56 +00:00
PlayerWidget.h Piano: Propagate errors in PlayerWidget 2023-02-02 14:47:24 +01:00
RollWidget.cpp Piano: Fix insertion and deletion of notes 2023-02-15 12:58:25 +01:00
RollWidget.h Piano: Fix insertion and deletion of notes 2023-02-15 12:58:25 +01:00
SamplerWidget.cpp Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
SamplerWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
TrackManager.cpp Piano: Guard against all allocations at top level of the audio pipeline 2022-11-13 19:17:21 +00:00
TrackManager.h Piano: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
WaveWidget.cpp Piano+LibDSP: Move Track to LibDSP 2022-07-22 19:35:41 +01:00
WaveWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00