1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-03 05:32:13 +00:00
serenity/Userland/Applications/SoundPlayer
thankyouverycool f833473df0 Apps+Demos+Dialogs: Remove unnecessary minimum window sizes
The new layout system conveniently calculates these for us now.
In the case of Mandelbrot where it needs to be overriden, make
sure to disable obey min widget size first. In EmojiInputDialog's
case, the window needs to be resized instead to center correctly.
2022-08-25 13:28:50 +02:00
..
AlbumCoverVisualizationWidget.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
AlbumCoverVisualizationWidget.h LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float 2022-05-07 20:20:16 +02:00
BarsVisualizationWidget.cpp LibDSP: Rename library namespace to DSP 2022-07-19 11:17:45 +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 LibAudio+Userland: Use new audio queue in client-server communication 2022-04-21 13:55:00 +02:00
Common.h LibGUI: Add DoClamp option to AbstractSlider::set_value() 2022-03-29 17:45:36 +02:00
M3UParser.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
M3UParser.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
main.cpp LibAudio: Rename ConnectionFromClient to ConnectionToServer 2022-07-19 11:17:45 +01:00
PlaybackManager.cpp LibAudio: Rename ConnectionFromClient to ConnectionToServer 2022-07-19 11:17:45 +01:00
PlaybackManager.h LibAudio: Rename ConnectionFromClient to ConnectionToServer 2022-07-19 11:17:45 +01:00
Player.cpp LibAudio: Rename ConnectionFromClient to ConnectionToServer 2022-07-19 11:17:45 +01:00
Player.h LibAudio: Rename ConnectionFromClient to ConnectionToServer 2022-07-19 11:17:45 +01:00
Playlist.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Playlist.h SoundPlayer: Implement playlist shuffle mode 2021-10-25 23:37:18 +02:00
PlaylistWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
PlaylistWidget.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SampleWidget.cpp LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float 2022-05-07 20:20:16 +02: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 Apps+Demos+Dialogs: Remove unnecessary minimum window sizes 2022-08-25 13:28:50 +02:00
SoundPlayerWidgetAdvancedView.h LibAudio: Rename ConnectionFromClient to ConnectionToServer 2022-07-19 11:17:45 +01:00
VisualizationWidget.h LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float 2022-05-07 20:20:16 +02:00