summaryrefslogtreecommitdiff
path: root/Userland/Applications/Piano/RollWidget.cpp
AgeCommit message (Expand)Author
2023-02-15Piano: Fix insertion and deletion of notesFlorian Kaiser
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-22Piano+LibDSP: Move Track to LibDSPkleines 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-05-26Piano: Use a real transport in the TrackManagerkleines Filmröllchen
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-06AK: Move integral log2 and exp to IntegerMath.hHendiadyoin1
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2022-01-14Everywhere: Use my new serenityos.org e-mail :^)kleines Filmröllchen
2021-12-30Everywhere: Use 'increase_slider_by()' method from AbstractSliderElyse
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-09-03Piano: Draw note names on top of notesMusab Kılıç
2021-08-31Piano: Add velocity and pitch supportkleines Filmröllchen
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-05-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas Kling
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-04-23Userland: Piano: Optimize repaintskleines Filmröllchen
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-17Piano: Avoid selecting out of range notes.Oleg Sikorskiy
2021-01-12Applications: Move to Userland/Applications/Andreas Kling