| Commit message (Expand) | Author | Age | Files | Lines |
| * | Small improvements | Louis Burda | 2022-03-01 | 3 | -9/+56 |
| * | Display loaded player track name if player.track not known | Louis Burda | 2022-02-28 | 4 | -4/+18 |
| * | Fixed sorting of tracks and name completion | Louis Burda | 2022-02-28 | 3 | -17/+82 |
| * | Try to preserving playing track when reindexing / moving | Louis Burda | 2022-02-28 | 2 | -14/+68 |
| * | 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 | 17 | -690/+745 |
| * | Update player playlist on changes to tag tracks | Louis Burda | 2022-02-26 | 5 | -23/+31 |
| * | Keybind for seek to playing, keybind for delete | Louis Burda | 2022-02-26 | 5 | -5/+65 |
| * | Migrate away from wchar_t, default to utf8 | Louis Burda | 2022-02-26 | 21 | -379/+626 |
| * | Refactor player interface, improve history navigation and playlist shuffle | Louis Burda | 2022-02-25 | 11 | -506/+596 |
| * | Added rerun command | Louis Burda | 2022-02-21 | 4 | -32/+91 |
| * | Bug fixes, added select track shortcut and reindex command | Louis Burda | 2022-02-21 | 9 | -89/+181 |
| * | Added keybinds for seeking to front or back of tracks / tags | Louis Burda | 2022-02-20 | 1 | -0/+12 |
| * | Added MPRIS pause and play event handling | Louis Burda | 2022-02-20 | 1 | -0/+4 |
| * | Use case insensitive search | Louis Burda | 2022-02-14 | 4 | -6/+24 |
| * | Improve error handling, history bug fix | Louis Burda | 2022-02-14 | 12 | -45/+64 |
| * | Refactored main.c into many files | Louis Burda | 2022-02-14 | 19 | -1468/+1597 |
| * | Added liblist | Louis Burda | 2022-02-13 | 10 | -216/+21 |
| * | Added command status and move and copy cmds | Louis Burda | 2022-02-13 | 4 | -22/+223 |
| * | Fix inputln uninitialized, missing counter | Louis Burda | 2022-02-13 | 2 | -6/+6 |
| * | New list interface for fast tail access | Louis Burda | 2022-01-27 | 13 | -134/+143 |
| * | Make track_show_playlist keybind switch panes automatically | Louis Burda | 2022-01-26 | 1 | -1/+7 |
| * | Prioritize ITEM_SEL style to ITEM_PREV | Louis Burda | 2022-01-26 | 1 | -12/+12 |
| * | Added index files, fixed cmd input bugs | Louis Burda | 2022-01-26 | 8 | -38/+134 |
| * | Added keybind to force window refresh | Louis Burda | 2022-01-24 | 1 | -0/+3 |
| * | Added tag search mode to select quickly | Louis Burda | 2022-01-24 | 6 | -34/+131 |
| * | Dont rely on d_type for loading tracks | Louis Burda | 2022-01-24 | 3 | -9/+22 |
| * | Allow switch between playlist and tracks in hovered tag | Louis Burda | 2022-01-08 | 3 | -18/+55 |
| * | Closed memory leaks | Louis Burda | 2022-01-08 | 7 | -73/+99 |
| * | Added MPRIS control | Louis Burda | 2022-01-07 | 9 | -46/+295 |
| * | More refactoring, moved track manipulation into player | Louis Burda | 2021-12-29 | 12 | -150/+259 |
| * | Refactor for readability, use static line buffer for statusline etc | Louis Burda | 2021-12-28 | 4 | -204/+307 |
| * | In working condition, but with shitty implementation for selecting next track | Louis Burda | 2021-12-28 | 4 | -120/+135 |
| * | Added panic and simplified makefile | Louis Burda | 2021-12-28 | 4 | -13/+38 |
| * | refactored autoplay and prev/next functionality | Louis Burda | 2021-12-27 | 8 | -75/+146 |
| * | Restructured repository and added automatic make dependency generation | Louis Burda | 2021-12-20 | 19 | -6/+27 |
| * | Made main.c symbols static, added autoplay | Louis Burda | 2021-12-20 | 3 | -69/+149 |
| * | Add player queuing | Louis Burda | 2021-12-20 | 4 | -8/+49 |
| * | Completion search into both directions, added delay to prevent pops when seek... | Louis Burda | 2021-12-20 | 4 | -62/+125 |
| * | Switched most buffers to wide chars, added general ref class, now clear mpd e... | Louis Burda | 2021-12-20 | 15 | -185/+352 |
| * | Implemented list navigation and other fixes | Louis Burda | 2021-12-20 | 7 | -61/+156 |
| * | Added playback via libmpdclient | Louis Burda | 2021-12-20 | 10 | -158/+361 |
| * | Added more gui interaction | Louis Burda | 2021-12-20 | 14 | -93/+759 |
| * | Replace readline with own implementation for integration | Louis Burda | 2021-12-20 | 10 | -188/+495 |
| * | Added readline and ncurses basic setup | Louis Burda | 2021-12-20 | 4 | -0/+533 |