index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Piano
Age
Commit message (
Expand
)
Author
2021-01-04
Everywhere: Use GUI::CommonActions::make_about_action()
Andreas Kling
2020-12-31
Piano: Quit the audio thread by checking Core::EventLoop for exit
Andrew Kaster
2020-12-31
LibThread: Hide Thread's constructor, as it is a Core::Object
Andrew Kaster
2020-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-12-30
LibGUI: Rename AbstractSlider::on_value_changed => on_change
Andreas Kling
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-12-25
Everywhere: Tweak "2020-2020" => "2020" in copyright headers
Andreas Kling
2020-12-21
Build: Embed application icons directly in the executables.
William Marlow
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-02
Applications+Userland: Switch to new Audio::Loader API
Julian Offenhäuser
2020-11-02
Applications: Use pledge and unveil
Brendan Coles
2020-11-02
Applications: Use GUI::Icon::default_icon to set application icon
Brendan Coles
2020-10-30
LibGUI: Add Widget focus policies
Andreas Kling
2020-10-12
Piano: Add UI support for different lengths of notes
Peter Elliott
2020-10-12
Piano: Add note names to RollWidget
Peter Elliott
2020-10-12
Piano: Highlight pressed key in roll widget
Peter Elliott
2020-10-06
Piano: Use new format functions.
asynts
2020-09-08
Refactor: Replace usages of FixedArray with Array.
asynts
2020-08-27
Meta: Force semi-colon after MAKE_AK_NONXXXABLE()
Ben Wiederhake
2020-08-17
Piano: Uninitialized member variables in RollWidet, found by Coverity
Brian Gianforcaro
2020-08-01
Applications: Stop setting initial window location
Peter Elliott
2020-07-16
LibWeb: Require parent window argument for MessageBox
Tom
2020-07-16
LibGUI: Add parent window argument to FilePicker functions
Tom
2020-07-11
Piano: Fix cliping of bottom notes when scrolling in RollWidget
Peter Elliott
2020-07-11
Piano: Handle octave slider jumps of greater than 1
Peter Elliott
2020-07-07
Piano: Make menu bar consistent with other apps
Nico Weber
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-06-18
Piano: Expose multi-track functionality
William McPherson
2020-06-18
Piano: Allow multiple tracks internally
William McPherson
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-04-21
LibGUI: Make MenuBar a Core::Object
Andreas Kling
2020-04-15
Piano: Use NumericLimits<T>
Andreas Kling
2020-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
2020-03-19
Applications: Remove G prefixes from comments
Tibor Nagy
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-02-27
Piano: New timing system and zoomable piano roll
William McPherson
2020-02-25
AK: Make Queue use size_t for its size
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-23
LibGUI: Add helper for constructing new TabWidget tabs
Andreas Kling
2020-02-23
LibGUI: Make GUI::Frame have the 2px sunken container look by default
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-16
Piano: Set step property for ADSR sliders
Tibor Nagy
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-15
LibGUI: Reduce menu-related header dependencies
Andreas Kling
2020-02-10
LibAudio/Piano: Replace floats with doubles
William McPherson
[next]