summaryrefslogtreecommitdiff
path: root/Userland/Applications/SoundPlayer
AgeCommit message (Expand)Author
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
2021-03-27SoundPlayer: Add playlist supprtCesar Torres
2021-03-27AudioPlayer: Further decouple the player from the GUICesar Torres
2021-03-27SoundPlayer: Reduce sample buffer size and add a sample load eventCesar Torres
2021-03-27SoundPlayer: Update the SoundPlayer interfaceCesar Torres
2021-03-27SoundPlayer: Adapt the existing SampleWidget visualization toCesar Torres
2021-03-27SoundPlayer: Add a no-visualization visualization :^)Cesar Torres
2021-03-27SoundPlayer: Move the SoundPlayer-specific Slider widget to another fileCesar Torres
2021-03-27SoundPlayer: Add a 'Bars' audio visualizationCesar Torres
2021-03-27SoundPlayer: Add abstractions for players and visulizationsCesar Torres
2021-03-27SoundPlayer: Implement the Fast Fourier Transform algorithmCesar Torres
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-01-17AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBufferAndreas Kling
2021-01-16SoundPlayer: Added 'shared_buffer' to pledgeMarco Cutecchia
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling