summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Added index files, fixed cmd input bugsLouis Burda2022-01-261-29/+114
|
* Added keybind to force window refreshLouis Burda2022-01-241-0/+3
|
* Added tag search mode to select quicklyLouis Burda2022-01-241-18/+90
|
* Dont rely on d_type for loading tracksLouis Burda2022-01-241-9/+13
|
* Allow switch between playlist and tracks in hovered tagLouis Burda2022-01-081-7/+38
|
* Closed memory leaksLouis Burda2022-01-081-21/+40
|
* Added MPRIS controlLouis Burda2022-01-071-43/+53
|
* More refactoring, moved track manipulation into playerLouis Burda2021-12-291-113/+101
| | | | Planning on creating a modular player_backend component
* Refactor for readability, use static line buffer for statusline etcLouis Burda2021-12-281-203/+243
|
* In working condition, but with shitty implementation for selecting next trackLouis Burda2021-12-281-28/+32
|
* refactored autoplay and prev/next functionalityLouis Burda2021-12-271-21/+19
|
* Restructured repository and added automatic make dependency generationLouis Burda2021-12-201-0/+985