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
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
2020-02-10
Piano: Draw stereo waves
William McPherson
2020-02-10
Piano: Try to be more stereo-oriented
William McPherson
2020-02-10
Piano: Add nice scale factor to WaveWidget
William McPherson
2020-02-10
Piano: Ensure WaveWidget paints in-bounds
William McPherson
2020-02-10
Piano: Put reset() with other setters
William McPherson
2020-02-10
Piano: Add sampler
William McPherson
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
Piano: Add export action
William McPherson
2020-02-06
Piano: Fix roll playback at startup
William McPherson
2020-02-06
Piano: Move piano roll internals to AudioEngine
William McPherson
2020-02-06
LibAudio: Remove leading A from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGUI: Add HorizontalSlider and VerticalSlider convenience classes
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Point from global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-06
LibAudio: Put all classes in the Audio namespace and remove leading A
Andreas Kling
2020-02-05
Piano: Fix building with clang
joshua stein
2020-02-05
Piano: Set some nice defaults
William McPherson
2020-02-05
Piano: Add release
William McPherson
2020-02-05
Piano: Add attack
William McPherson
2020-02-05
Piano: Add sustain
William McPherson
2020-02-05
Piano: Make decay more accurate
William McPherson
2020-02-05
Piano: Remove phony multiple same note playback
William McPherson
2020-02-05
Piano: Fix default knob values
William McPherson
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
[next]