summaryrefslogtreecommitdiff
path: root/Userland/Applications/SoundPlayer
AgeCommit message (Expand)Author
2021-11-08SoundPlayer: Fix stack-use-after-scope when playing file in loop modeSimon Woertz
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-04SoundPlayer: Allow playback progress slider jump to cursorElyse
2021-11-02Applications: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-25SoundPlayer: Implement playlist shuffle modeLeandro Pereira
2021-10-25SoundPlayer: Make M3UParser more idiomaticLeandro Pereira
2021-10-25SoundPlayer: Fix inconsistencies and code duplicationLeandro Pereira
2021-09-12Audio: Change how volume workskleines Filmröllchen
2021-09-04SoundPlayer: Convert to double before calculatingKarol Kosek
2021-09-04SoundPlayer: Simplify Bars Visualization drawing logic a bitKarol Kosek
2021-09-04SoundPlayer: Create only one playlist widgetKarol Kosek
2021-09-04SoundPlayer: Add spacebar keyboard shortcut for play/pauseThitat Auareesuksakul
2021-09-04SoundPlayer: Don't try to dereference null-pointer buffersKarol Kosek
2021-09-01SoundPlayer: Use GUI::ActionGroup for Visualization menuThitat Auareesuksakul
2021-09-01SoundPlayer: Fix file leak in M3UParser::from_file(..)Brian Gianforcaro
2021-08-27Userland: Two low-sample rate fixeskleines Filmröllchen
2021-08-27Userland+LibAudio: Make audio applications support dynamic sample ratekleines Filmröllchen
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-21SoundPlayer: Use full path for playlist itemsKarol Kosek
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-07-19SoundPlayer: Fix a spelling mistake in a variable nameGunnar Beutner
2021-07-19SoundPlayer: End M3U tag names with a colonKarol Kosek
2021-07-19SoundPlayer: Clear M3U track metadata after parsed fileKarol Kosek
2021-07-12SoundPlayer: Activate window only on file dropKarol Kosek
2021-07-11SoundPlayer: Show the context menu right under the cursorKarol Kosek
2021-07-02AK+Everywhere: Remove StringView::find_{first,last}_of(char) methodsMax Wipfli
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-30SoundPlayer: Don't limit duration inference to WAV filesngc6302h
2021-06-21SoundPlayer: Handle any input file sample rateNick Miller
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-08SoundPlayer: Enable stop button when play button clickedNick Miller
2021-06-08LibGUI+SoundPlayer: Add Slider option to jump to cursorNick Miller
2021-06-02SoundPlayer: Fix playback slider page steppingNick Miller
2021-05-27SoundPlayer: Show app name as "Sound Player" when a file is loadedLinus Groh
2021-05-23LibIPC: Remove unnecessary IPC::ServerConnection::handshake()Andreas Kling
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-16Userland: Don't explicitly call Vector<T>::is_null()Gunnar Beutner
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-15Everything: Add `-Wnon-virtual-dtor` flagNicholas-Baron
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-27SoundPlayer: Add samplerate variable to visualizationsCesar Torres