serenity/Userland/Applications/SoundPlayer
Julian Offenhäuser adb1c842c2 SoundPlayer: Fix logic bug in bars visualization
When calculating bar height, we clamp our values to the maximum
vertical height of the widget minus a margin. When the window was
resized such that the widget got smaller than this margin however,
our maximum height became negative. This caused a crash in clamp().
2023-02-09 19:41:54 +01:00
..
AlbumCoverVisualizationWidget.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
AlbumCoverVisualizationWidget.h SoundPlayer: Load cover image from music files 2022-11-13 18:51:18 -07:00
BarsVisualizationWidget.cpp SoundPlayer: Fix logic bug in bars visualization 2023-02-09 19:41:54 +01:00
BarsVisualizationWidget.h LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float 2022-05-07 20:20:16 +02:00
CMakeLists.txt SoundPlayer: Load cover image from music files 2022-11-13 18:51:18 -07:00
M3UParser.cpp LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
M3UParser.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
main.cpp LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
PlaybackManager.cpp AK: Remove try_ prefix from FixedArray creation functions 2023-01-28 22:41:36 +01:00
PlaybackManager.h SoundPlayer: Don't offset the seek bar with the last seek value 2023-01-19 11:42:32 +01:00
Player.cpp SoundPlayer: Translate device samples to source samples before seeking 2023-01-19 11:42:32 +01:00
Player.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Playlist.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Playlist.h
PlaylistWidget.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
PlaylistWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SampleWidget.cpp Userland: Remove unused includes of AK/Math.h 2023-01-02 20:27:20 -05:00
SampleWidget.h LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float 2022-05-07 20:20:16 +02:00
SoundPlayerWidgetAdvancedView.cpp SoundPlayer: Remove AutoSlider for the seek bar in favor of Slider 2023-02-07 14:36:58 +00:00
SoundPlayerWidgetAdvancedView.h SoundPlayer: Remove AutoSlider for the seek bar in favor of Slider 2023-02-07 14:36:58 +00:00
VisualizationWidget.h AK: Remove try_ prefix from FixedArray creation functions 2023-01-28 22:41:36 +01:00