index
:
sinitax/tmus
master
track-arena
TUI Music Player
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tui.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Semantics + Fix track selection
Louis Burda
2022-03-04
1
-30
/
+21
*
Fixed minor bugs
Louis Burda
2022-03-01
1
-1
/
+2
*
Separate all from visible tracks search
Louis Burda
2022-03-01
1
-9
/
+48
*
Add display timer to cmd status
Louis Burda
2022-03-01
1
-7
/
+23
*
Small improvements
Louis Burda
2022-03-01
1
-2
/
+2
*
Display loaded player track name if player.track not known
Louis Burda
2022-02-28
1
-3
/
+7
*
Fixed sorting of tracks and name completion
Louis Burda
2022-02-28
1
-16
/
+81
*
Try to preserving playing track when reindexing / moving
Louis Burda
2022-02-28
1
-11
/
+31
*
Fix tag some keybinds no fallthru
Louis Burda
2022-02-28
1
-21
/
+25
*
Switch from mostly ref based tracking to multi-link architecture
Louis Burda
2022-02-27
1
-104
/
+186
*
Update player playlist on changes to tag tracks
Louis Burda
2022-02-26
1
-11
/
+1
*
Keybind for seek to playing, keybind for delete
Louis Burda
2022-02-26
1
-0
/
+18
*
Migrate away from wchar_t, default to utf8
Louis Burda
2022-02-26
1
-126
/
+124
*
Refactor player interface, improve history navigation and playlist shuffle
Louis Burda
2022-02-25
1
-37
/
+43
*
Added rerun command
Louis Burda
2022-02-21
1
-17
/
+13
*
Bug fixes, added select track shortcut and reindex command
Louis Burda
2022-02-21
1
-50
/
+96
*
Added keybinds for seeking to front or back of tracks / tags
Louis Burda
2022-02-20
1
-0
/
+12
*
Use case insensitive search
Louis Burda
2022-02-14
1
-4
/
+4
*
Improve error handling, history bug fix
Louis Burda
2022-02-14
1
-2
/
+3
*
Refactored main.c into many files
Louis Burda
2022-02-14
1
-0
/
+937