summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* Call cleanup on SIGKILL and SIGTERMLouis Burda2022-03-311-0/+2
* Fix track next selection not lruLouis Burda2022-03-281-7/+0
* Switch from mostly ref based tracking to multi-link architectureLouis Burda2022-02-271-3/+2
* Refactored main.c into many filesLouis Burda2022-02-141-1371/+13
* Added command status and move and copy cmdsLouis Burda2022-02-131-21/+194
* Fix inputln uninitialized, missing counterLouis Burda2022-02-131-1/+2
* New list interface for fast tail accessLouis Burda2022-01-271-29/+35
* Make track_show_playlist keybind switch panes automaticallyLouis Burda2022-01-261-1/+7
* Prioritize ITEM_SEL style to ITEM_PREVLouis Burda2022-01-261-12/+12
* 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
* 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