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
/
Applets
/
Audio
Age
Commit message (
Expand
)
Author
2021-09-22
LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere
thankyouverycool
2021-09-19
AudioApplet: Refactor window resizing
David Isaksson
2021-09-19
AudioApplet: Get values from AudioServer instead of the config file
David Isaksson
2021-09-19
AudioApplet: Make sure to set the internal volume on slider change
David Isaksson
2021-09-19
AudioApplet: Round the volume to the nearest integer
David Isaksson
2021-09-19
AudioApplet: Update the volume slider on update from audio server
David Isaksson
2021-09-12
Audio: Change how volume works
kleines Filmröllchen
2021-09-04
AudioApplet: Fix initial mute state
Karol Kosek
2021-08-31
AudioApplet: Fix applet positioning bug
Joe Bentley
2021-08-27
AudioApplet: Remove `wpath` and `cpath` priviliges
Mustafa Quraish
2021-08-27
AudioApplet: Use LibConfig instead of Core::ConfigFile
Mustafa Quraish
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
networkException
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-18
Userland+LibGUI: Make Margins arguments match CSS ordering
sin-ack
2021-08-17
AudioApplet: Persist settings and respect audio server settings
kleines Filmröllchen
2021-08-04
AudioWidget: Proper volume changes when scrolling on the widget
kleines Filmröllchen
2021-08-01
Applets: Remove unused header includes
Brian Gianforcaro
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-04
WindowServer+LibGUI: Rename WindowType::MenuApplet => Applet
Andreas Kling
2021-04-04
Userland: Rename *.MenuApplet => *.Applet
Andreas Kling