ladybird/Userland/Applications/Piano
sin-ack e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor
This allows for typing [8] instead of [8, 8, 8, 8] to specify the same
margin on all edges, for example. The constructors follow CSS' style of
specifying margins. The added constructors are:

- Margins(int all): Sets the same margin on all edges.
- Margins(int vertical, int horizontal): Sets the first argument to top
  and bottom margins, and the second argument to left and right margins.
- Margins(int top, int vertical, int bottom): Sets the first argument to
  the top margin, the second argument to the left and right margins,
  and the third argument to the bottom margin.
2021-08-18 10:30:50 +02:00
..
AudioPlayerLoop.cpp Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
AudioPlayerLoop.h Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
CMakeLists.txt Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
KeysWidget.cpp Piano: Use the return key emoji in the key labels 2021-05-17 00:16:49 +01:00
KeysWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
KnobsWidget.cpp Piano: Add track Volume and improve QOL 2021-04-25 11:30:41 +02:00
KnobsWidget.h Piano: Add track Volume and improve QOL 2021-04-25 11:30:41 +02:00
main.cpp Applications: Remove unused header includes 2021-08-01 08:10:16 +02:00
MainWidget.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
MainWidget.h Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
Music.h Piano: Use AudioServer instead of /dev/audio for audio 2021-07-05 19:33:55 +02:00
PlayerWidget.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
PlayerWidget.h Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
RollWidget.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
RollWidget.h LibGUI: Rename ScrollableWidget => AbstractScrollableWidget 2021-05-03 21:03:13 +02:00
SamplerWidget.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
SamplerWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Track.cpp Everywhere: Use AK/Math.h if applicable 2021-07-19 16:34:21 +04:30
Track.h AK: Add support for removing SinglyLinkedList nodes during iteration 2021-06-15 23:59:21 +01:00
TrackManager.cpp Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
TrackManager.h Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
WaveWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WaveWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00