summaryrefslogtreecommitdiff
path: root/Userland/Applications/Piano
AgeCommit message (Expand)Author
2021-06-15AK: Add support for removing SinglyLinkedList nodes during iterationIdan Horowitz
2021-05-23LibIPC: Remove unnecessary IPC::ServerConnection::handshake()Andreas Kling
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-21Userland: Change typedef to using directiveLenny Maiorani
2021-05-17Piano: Use the return key emoji in the key labelsGrant Yap
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas Kling
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-25Piano: Add track Volume and improve QOLkleines Filmröllchen
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-27Everywhere: rename 'Sample' type to 'Frame'Cesar Torres
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-17Piano: Avoid selecting out of range notes.Oleg Sikorskiy
2021-03-02Piano: Reset position in piano roll when exportingWilliam McPherson
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling