index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
Piano
/
MainWidget.cpp
Age
Commit message (
Expand
)
Author
2023-05-05
Piano: Allow per-track controls (again)
kleines Filmröllchen
2023-04-30
LibGUI+Userland: Port Labels to String
thankyouverycool
2023-03-16
LibGUI+Userland: Make TabWidget::*add_tab() take title using new string
Karol Kosek
2023-02-25
Piano: Move octave controls into main widget
kleines Filmröllchen
2023-02-25
Piano: Clean up code style with help from clang-tidy
kleines Filmröllchen
2023-02-25
Piano: Rename KnobsWidget to TrackControlsWidget
kleines Filmröllchen
2023-02-18
LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`
Sam Atkins
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-02-02
Piano: Propagate errors in PlayerWidget
Keir Davis
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2022-12-14
Piano: Only treat unmodified key presses as playing notes
Sam Atkins
2022-07-25
Piano: Remove waveform cycling with C
kleines Filmröllchen
2022-07-19
LibDSP: Rename library namespace to DSP
kleines Filmröllchen
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-26
Piano: Use LibDSP::Keyboard for all keyboard-playing logic
kleines Filmröllchen
2022-02-15
Base+Piano: Insert missing icons into menubar
electrikmilk
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2021-12-20
Piano: Make `Key_Space` shortcut to toggle playback
Junior Rantila
2021-12-11
Piano: Add track controls to the player widget
Jose Flores
2021-11-22
Piano: Move to LibDSP's Classic synthesizer
kleines Filmröllchen
2021-08-31
Piano: Use LibDSP to implement delay
kleines Filmröllchen
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-07-14
Piano: Add Play/Pause, Forward and Back buttons
JJ Roberts-White
2021-05-21
Applications: Use titlecase and distinct underlined characters in menus
Max Wipfli
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling