summaryrefslogtreecommitdiffstats
path: root/src/tui.c
Commit message (Expand)AuthorAgeFilesLines
* Sort tracks and tags case-insensitivelyLouis Burda2023-08-141-2/+2
* Allow saving reordered tracks in tagLouis Burda2023-03-161-2/+12
* Update liblist and add keybind to sort tracks and tagsLouis Burda2023-03-161-0/+45
* Remember playing track when reindexing tagsLouis Burda2023-03-071-19/+30
* Allow unqueuing last trackLouis Burda2023-02-171-1/+15
* Show tag on global track completionLouis Burda2023-02-171-17/+33
* fixup! Remove files if a copy is already in trashLouis Burda2023-02-171-2/+2
* Reindex selected tag on Ctrl+R & function renamingLouis Burda2023-02-161-42/+69
* Remove files if a copy is already in trashLouis Burda2023-02-161-2/+5
* Add popup for deletion of tagsLouis Burda2023-02-041-11/+44
* Improve player status displayLouis Burda2023-02-041-23/+23
* Fix tag_rename selectionLouis Burda2023-02-041-1/+1
* Add keybind to refresh screen contentsLouis Burda2023-01-291-0/+4
* If trash tag exists, move tracks there on deleteLouis Burda2023-01-281-2/+8
* Refactor error handlingLouis Burda2023-01-121-8/+1
* Only write to index files on data_save where necessaryLouis Burda2023-01-121-18/+18
* Check aprintf allocation internally and add astrdup for less OOM_CHECKLouis Burda2023-01-111-11/+4
* Implement player backend for mplayLouis Burda2022-12-181-2/+2
* Add rename shortcuts for tags and tracksLouis Burda2022-04-201-40/+110
* Fix track next selection not lruLouis Burda2022-03-281-2/+2
* Simplify listnav, change pane on playing track seekLouis Burda2022-03-061-0/+2
* Include tag name in track pane title for visibilityLouis Burda2022-03-051-13/+22
* 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