serenity/Applications/Piano
Tom 27bd2eab22 LibWeb: Require parent window argument for MessageBox
Since the vast majority of message boxes should be modal, require
the parent window to be passed in, which can be nullptr for the
rare case that they don't. By it being the first argument, the
default arguments also don't need to be explicitly stated in most
cases, and it encourages passing in a parent window handle.

Fix up several message boxes that should have been modal.
2020-07-16 16:10:21 +02:00
..
CMakeLists.txt Piano: Allow multiple tracks internally 2020-06-18 16:42:37 +02:00
KeysWidget.cpp Piano: Allow multiple tracks internally 2020-06-18 16:42:37 +02:00
KeysWidget.h Piano: Allow multiple tracks internally 2020-06-18 16:42:37 +02:00
KnobsWidget.cpp Piano: Handle octave slider jumps of greater than 1 2020-07-11 18:51:41 +02:00
KnobsWidget.h Piano: Expose multi-track functionality 2020-06-18 16:42:37 +02:00
main.cpp LibWeb: Require parent window argument for MessageBox 2020-07-16 16:10:21 +02:00
MainWidget.cpp Piano: Handle octave slider jumps of greater than 1 2020-07-11 18:51:41 +02:00
MainWidget.h Piano: Handle octave slider jumps of greater than 1 2020-07-11 18:51:41 +02:00
Music.h Piano: New timing system and zoomable piano roll 2020-02-27 10:21:13 +01:00
RollWidget.cpp Piano: Fix cliping of bottom notes when scrolling in RollWidget 2020-07-11 18:51:41 +02:00
RollWidget.h Piano: Allow multiple tracks internally 2020-06-18 16:42:37 +02:00
SamplerWidget.cpp LibWeb: Require parent window argument for MessageBox 2020-07-16 16:10:21 +02:00
SamplerWidget.h Piano: Allow multiple tracks internally 2020-06-18 16:42:37 +02:00
Track.cpp Piano: Allow multiple tracks internally 2020-06-18 16:42:37 +02:00
Track.h Piano: Allow multiple tracks internally 2020-06-18 16:42:37 +02:00
TrackManager.cpp Piano: Handle octave slider jumps of greater than 1 2020-07-11 18:51:41 +02:00
TrackManager.h Piano: Handle octave slider jumps of greater than 1 2020-07-11 18:51:41 +02:00
WaveWidget.cpp Piano: Allow multiple tracks internally 2020-06-18 16:42:37 +02:00
WaveWidget.h Piano: Allow multiple tracks internally 2020-06-18 16:42:37 +02:00