aboutsummaryrefslogtreecommitdiff
path: root/src/event
AgeCommit message (Collapse)Author
2024-06-07add mouse scrollingkrolxon
2024-06-01move FileExtension to utils.rskrolxon
2024-06-01fix #8krolxon
2024-05-31pl_append remove get_full_path() usage of Queue #7krolxon
2024-05-24fix #5krolxon
2024-05-22update_status() on pausekrolxon
2024-05-16remove backspace keymapkrolxon
2024-05-16add '+' to increase volumekrolxon
2024-05-16syntactical sugerkrolxon
2024-05-13pl_append functionality for playlistskrolxon
2024-05-13instantly update status on playback controlskrolxon
2024-05-12update songs list on db updatekrolxon
2024-05-12fix #3krolxon
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-09fix deleting from queue when only two elementskrolxon
if you have only two songs in the queue right now, and you try to delete the second song, it deletes the first song instead.
2024-05-09fix keys being registerd in editing modeskrolxon
2024-05-09remove cli mod, dependent methodskrolxon
2024-05-07general and tab specific keys seperatedkrolxon
2024-05-02add swapping keyskrolxon
2024-05-01move the keymaps to thier individual fileskrolxon