summaryrefslogtreecommitdiffstats
path: root/src/tui.c
Commit message (Expand)AuthorAgeFilesLines
* Semantics + Fix track selectionLouis Burda2022-03-041-30/+21
* Fixed minor bugsLouis Burda2022-03-011-1/+2
* Separate all from visible tracks searchLouis Burda2022-03-011-9/+48
* Add display timer to cmd statusLouis Burda2022-03-011-7/+23
* Small improvementsLouis Burda2022-03-011-2/+2
* Display loaded player track name if player.track not knownLouis Burda2022-02-281-3/+7
* Fixed sorting of tracks and name completionLouis Burda2022-02-281-16/+81
* Try to preserving playing track when reindexing / movingLouis Burda2022-02-281-11/+31
* Fix tag some keybinds no fallthruLouis Burda2022-02-281-21/+25
* Switch from mostly ref based tracking to multi-link architectureLouis Burda2022-02-271-104/+186
* Update player playlist on changes to tag tracksLouis Burda2022-02-261-11/+1
* Keybind for seek to playing, keybind for deleteLouis Burda2022-02-261-0/+18
* Migrate away from wchar_t, default to utf8Louis Burda2022-02-261-126/+124
* Refactor player interface, improve history navigation and playlist shuffleLouis Burda2022-02-251-37/+43
* Added rerun commandLouis Burda2022-02-211-17/+13
* Bug fixes, added select track shortcut and reindex commandLouis Burda2022-02-211-50/+96
* Added keybinds for seeking to front or back of tracks / tagsLouis Burda2022-02-201-0/+12
* Use case insensitive searchLouis Burda2022-02-141-4/+4
* Improve error handling, history bug fixLouis Burda2022-02-141-2/+3
* Refactored main.c into many filesLouis Burda2022-02-141-0/+937