1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:47:35 +00:00
serenity/Userland/Applications
Joel Petersson 23bc306f99 SoundPlayer: Clear client buffer when playback is stopped
Previously we would not clear the client buffer of the
ConnectionToServer when playback was stopped. This would
cause old samples to be buffered and played when playback
was restarted.

With this commit we now perform this clearing of the client
buffer correctly.
2023-05-03 10:01:14 +02:00
..
3DFileViewer LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +02:00
About LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog 2023-03-03 15:23:47 +01:00
AnalogClock LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
Assistant LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
Browser LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
BrowserSettings LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00
Calculator LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
Calendar LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +02:00
CalendarSettings LibGUI+Applications: Port SettingsWindow::add_tab() to the new string 2023-03-16 09:58:42 +01:00
CertificateSettings CertificateSettings: Add missing ellipsis on import/export buttons 2023-05-01 11:10:18 +02:00
CharacterMap LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +02:00
ClockSettings LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
CrashReporter LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +02:00
Debugger Debugger: Support attaching to a running process 2023-02-08 19:23:07 +01:00
DisplaySettings LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
Escalator LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +02:00
FileManager LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
FontEditor LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
GamesSettings LibChess: Add and use Square::{file,rank}_char() methods 2023-04-24 20:58:35 +02:00
Help Help: Ensure window title is updated when a subsection is selected 2023-04-25 02:16:48 -06:00
HexEditor HexEditor: Remember all of the layout options in the configuration 2023-05-03 08:33:11 +01:00
ImageViewer LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
KeyboardMapper AK: Add new failable JsonArray::{append/set} functions 2023-04-24 09:21:51 +02:00
KeyboardSettings LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00
Magnifier Applications: Update man page links for applications 2023-04-25 02:16:48 -06:00
Mail LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
MailSettings LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00
MouseSettings LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00
NetworkSettings LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00
PartitionEditor LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
PDFViewer LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +02:00
Piano LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +02:00
PixelPaint LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
Presenter LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
Run AK+Everywhere: Change URL::path() to serialize_path() 2023-04-15 06:37:04 +02:00
Settings LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
SoundPlayer SoundPlayer: Clear client buffer when playback is stopped 2023-05-03 10:01:14 +02:00
SpaceAnalyzer LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +02:00
Spreadsheet LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
SystemMonitor LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00
Terminal Applications: Update man page links for applications 2023-04-25 02:16:48 -06:00
TerminalSettings LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
TextEditor Applications: Update man page links for applications 2023-04-25 02:16:48 -06:00
ThemeEditor LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +02:00
VideoPlayer LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
Welcome LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00
CMakeLists.txt CertificateSettings: Create basic Cert Store application 2023-04-03 19:58:47 -06:00