summaryrefslogtreecommitdiffstats
path: root/src/data.c
Commit message (Expand)AuthorAgeFilesLines
* Added missing prototypesLouis Burda2022-03-311-2/+2
* Fix track next selection not lruLouis Burda2022-03-281-1/+1
* Check destination path in copy and moveLouis Burda2022-03-051-0/+4
* Added rename commandLouis Burda2022-03-041-0/+62
* Fixed minor bugsLouis Burda2022-03-011-2/+5
* Added lock for data directoryLouis Burda2022-03-011-0/+70
* Small improvementsLouis Burda2022-03-011-1/+3
* Fixed sorting of tracks and name completionLouis Burda2022-02-281-1/+1
* Switch from mostly ref based tracking to multi-link architectureLouis Burda2022-02-271-274/+354
* Update player playlist on changes to tag tracksLouis Burda2022-02-261-11/+25
* Keybind for seek to playing, keybind for deleteLouis Burda2022-02-261-0/+39
* Migrate away from wchar_t, default to utf8Louis Burda2022-02-261-38/+169
* Improve error handling, history bug fixLouis Burda2022-02-141-31/+22
* Refactored main.c into many filesLouis Burda2022-02-141-0/+306