summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added keybinds for seeking to front or back of tracks / tagsLouis Burda2022-02-201-0/+12
|
* Added MPRIS pause and play event handlingLouis Burda2022-02-201-0/+4
|
* Use case insensitive searchLouis Burda2022-02-144-6/+24
|
* Improve error handling, history bug fixLouis Burda2022-02-1412-45/+64
|
* Refactored main.c into many filesLouis Burda2022-02-1419-1468/+1597
|
* Added liblistLouis Burda2022-02-1310-216/+21
|
* Added command status and move and copy cmdsLouis Burda2022-02-134-22/+223
|
* Fix inputln uninitialized, missing counterLouis Burda2022-02-132-6/+6
|
* New list interface for fast tail accessLouis Burda2022-01-2713-134/+143
|
* 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-268-38/+134
|
* Added keybind to force window refreshLouis Burda2022-01-241-0/+3
|
* Added tag search mode to select quicklyLouis Burda2022-01-246-34/+131
|
* Dont rely on d_type for loading tracksLouis Burda2022-01-243-9/+22
|
* Allow switch between playlist and tracks in hovered tagLouis Burda2022-01-083-18/+55
|
* Closed memory leaksLouis Burda2022-01-087-73/+99
|
* Added MPRIS controlLouis Burda2022-01-079-46/+295
|
* More refactoring, moved track manipulation into playerLouis Burda2021-12-2912-150/+259
| | | | Planning on creating a modular player_backend component
* Refactor for readability, use static line buffer for statusline etcLouis Burda2021-12-284-204/+307
|
* In working condition, but with shitty implementation for selecting next trackLouis Burda2021-12-284-120/+135
|
* Added panic and simplified makefileLouis Burda2021-12-284-13/+38
|
* refactored autoplay and prev/next functionalityLouis Burda2021-12-278-75/+146
|
* Restructured repository and added automatic make dependency generationLouis Burda2021-12-2019-6/+27
|
* Made main.c symbols static, added autoplayLouis Burda2021-12-203-69/+149
|
* Add player queuingLouis Burda2021-12-204-8/+49
|
* Completion search into both directions, added delay to prevent pops when ↵Louis Burda2021-12-204-62/+125
| | | | seeking, small refactor for readability
* Switched most buffers to wide chars, added general ref class, now clear mpd ↵Louis Burda2021-12-2015-185/+352
| | | | errors, added track and command completion
* Implemented list navigation and other fixesLouis Burda2021-12-207-61/+156
|
* Added playback via libmpdclientLouis Burda2021-12-2010-158/+361
|
* Added more gui interactionLouis Burda2021-12-2014-93/+759
|
* Replace readline with own implementation for integrationLouis Burda2021-12-2010-188/+495
|
* Added readline and ncurses basic setupLouis Burda2021-12-204-0/+533