aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-06-12new feature: add to new playlistkrolxon
2024-06-12v0.1.5krolxon
2024-06-11ui: volume mute statekrolxon
2024-06-11add toggle mute keymapkrolxon
2024-06-08fix crash when using playlist appendkrolxon
2024-06-07seperate UI states into Appkrolxon
2024-06-07add mouse scrollingkrolxon
2024-06-04change String to &str in get_full_path()krolxon
2024-06-01move FileExtension to utils.rskrolxon
2024-06-01remove unnecessary variables from Connectionkrolxon
2024-06-01fix #8krolxon
2024-05-31workaround for #7, fix error when using 'Space'krolxon
2024-05-31pl_append remove get_full_path() usage of Queue #7krolxon
2024-05-30workaround for #7, fix error when using 'Space'krolxon
2024-05-30queue: highlight current playing song initiallykrolxon
2024-05-25workaround for #7krolxon
2024-05-24fix #6krolxon
2024-05-24fix #5krolxon
2024-05-22update_status() on pausekrolxon
2024-05-22fix sortingkrolxon
2024-05-22sort contents in filetreekrolxon
2024-05-19<Space> for adding entire directory to queuekrolxon
2024-05-16remove backspace keymapkrolxon
2024-05-16add '+' to increase volumekrolxon
2024-05-16remove use of contains()krolxon
2024-05-16syntactical sugerkrolxon
2024-05-16assert filenames instead of seeing if it containskrolxon
2024-05-14handle if mpd server is not runningkrolxon
2024-05-14change highlighting of current song in queuekrolxon
2024-05-14sort pl_listkrolxon
2024-05-13make dmenu optional, dont crashkrolxon
2024-05-13remove unnecessary commentskrolxon
2024-05-13update Cargo.toml > v0.1.1krolxon
2024-05-13pl_append functionality for playlistskrolxon
2024-05-13ui: volume from bold to normalkrolxon
2024-05-13instantly update status on playback controlskrolxon
2024-05-13fix #4krolxon
2024-05-12update songs list on db updatekrolxon
2024-05-12exclude hidden directories in browserkrolxon
2024-05-12fix #3krolxon
2024-05-12fix #2krolxon
2024-05-12fix dmenu_play adding song even when exit without selecitonkrolxon
2024-05-12update status when switching songskrolxon
2024-05-12fix highlight delay when swapping songskrolxon
2024-05-12fix highlight delay when song deleted from queuekrolxon
2024-05-12fix #1krolxon
2024-05-10highlight current playing songs in listskrolxon
2024-05-10add stats to Connection structkrolxon
2024-05-09fix deleting from queue when only two elementskrolxon
2024-05-09fix keys being registerd in editing modeskrolxon