Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improve double click detection | Přemysl Janouch | 2016-11-20 | 1 | -1/+5 | |
* | Fix launch w/o configuration | Přemysl Janouch | 2016-11-20 | 1 | -1/+4 | |
* | Use case insensitive ordering | Přemysl Janouch | 2016-10-23 | 1 | -3/+14 | |
* | Show song length in the playlist | Přemysl Janouch | 2016-10-23 | 1 | -5/+27 | |
* | Handle double clicks on items | Přemysl Janouch | 2016-10-13 | 1 | -14/+34 | |
* | Nicer playlist | Přemysl Janouch | 2016-10-13 | 1 | -2/+9 | |
* | Factor out mpd_parse_kv() | Přemysl Janouch | 2016-10-13 | 1 | -10/+12 | |
* | Clean up mpd_process_info(), bump liberty | Přemysl Janouch | 2016-10-13 | 2 | -23/+23 | |
* | Simplify mpd_process_info() | Přemysl Janouch | 2016-10-13 | 1 | -33/+25 | |
* | Clean up library_tab_on_data() | Přemysl Janouch | 2016-10-13 | 1 | -23/+17 | |
* | First round of Library tab cleanups | Přemysl Janouch | 2016-10-12 | 1 | -83/+88 | |
* | Rename "user actions" to "actions" | Přemysl Janouch | 2016-10-12 | 1 | -85/+85 | |
* | Update README | Přemysl Janouch | 2016-10-12 | 2 | -5/+5 | |
* | Hack together a Library tab | Přemysl Janouch | 2016-10-12 | 1 | -0/+246 | |
* | Fix view after playlist update | Přemysl Janouch | 2016-10-12 | 1 | -0/+1 | |
* | Try to optimize playlists | Přemysl Janouch | 2016-10-12 | 1 | -96/+137 | |
* | Move the MPD client interface to liberty | Přemysl Janouch | 2016-10-11 | 3 | -655/+1 | |
* | Simplify mpd_client_on_timeout() | Přemysl Janouch | 2016-10-11 | 1 | -8/+5 | |
* | Allow switching tabs with just numbers | Přemysl Janouch | 2016-10-11 | 1 | -1/+1 | |
* | Add some actions, implement playlist control | Přemysl Janouch | 2016-10-11 | 1 | -0/+48 | |
* | Fix regression in appearance | Přemysl Janouch | 2016-10-10 | 1 | -1/+2 | |
* | Add a dumb Current tab | Přemysl Janouch | 2016-10-10 | 2 | -38/+191 | |
* | Clean up initialization a bit | Přemysl Janouch | 2016-10-10 | 1 | -20/+14 | |
* | Rewrite Streams code to be more asynchronous | Přemysl Janouch | 2016-10-10 | 1 | -144/+177 | |
* | Ensure UTF-8 when parsing playlists | Přemysl Janouch | 2016-10-10 | 1 | -4/+30 | |
* | Bump liberty | Přemysl Janouch | 2016-10-10 | 2 | -23/+11 | |
* | Factor out an abstraction for cURL multi interface | Přemysl Janouch | 2016-10-10 | 1 | -187/+268 | |
* | Generate a manual page | Přemysl Janouch | 2016-10-09 | 2 | -2/+31 | |
* | Make the Streams tab actually work | Přemysl Janouch | 2016-10-09 | 2 | -2/+362 | |
* | Further simplify terminal output | Přemysl Janouch | 2016-10-07 | 1 | -31/+30 | |
* | Omitted part of the beeping commit | Přemysl Janouch | 2016-10-07 | 1 | -4/+3 | |
* | Improve row_buffer_ellipsis() | Přemysl Janouch | 2016-10-07 | 1 | -11/+11 | |
* | Beep on unhandled events | Přemysl Janouch | 2016-10-07 | 1 | -52/+48 | |
* | Simplify row_buffer_ellipsis() invocation | Přemysl Janouch | 2016-10-07 | 1 | -11/+7 | |
* | Factor out stupid column alignment loops | Přemysl Janouch | 2016-10-06 | 1 | -12/+22 | |
* | Further optimize terminal output | Přemysl Janouch | 2016-10-06 | 1 | -17/+19 | |
* | Add CMakeLists.txt, link with cURL | Přemysl Janouch | 2016-10-06 | 3 | -9/+112 | |
* | Add some actions for songs | Přemysl Janouch | 2016-10-06 | 1 | -0/+9 | |
* | Clean up tab code, prepare for custom handlers | Přemysl Janouch | 2016-10-06 | 1 | -39/+24 | |
* | Add a non-functional Streams tab | Přemysl Janouch | 2016-10-06 | 2 | -0/+67 | |
* | Fill the Info tab with actual information | Přemysl Janouch | 2016-10-05 | 1 | -3/+40 | |
* | Fix regression in Home/End handling | Přemysl Janouch | 2016-10-05 | 1 | -0/+2 | |
* | Some further shuffling and renaming | Přemysl Janouch | 2016-10-05 | 1 | -60/+79 | |
* | Rearrange code | Přemysl Janouch | 2016-10-05 | 1 | -197/+193 | |
* | Don't advance the timer when not playing | Přemysl Janouch | 2016-10-05 | 1 | -4/+6 | |
* | Postpone redraws | Přemysl Janouch | 2016-10-04 | 1 | -58/+68 | |
* | Simplify some terminal output | Přemysl Janouch | 2016-10-04 | 1 | -40/+28 | |
* | Optimize row_buffer | Přemysl Janouch | 2016-10-04 | 1 | -34/+29 | |
* | Enhance time tracking | Přemysl Janouch | 2016-10-04 | 1 | -14/+30 | |
* | Bump termo, use termo_strpkey_utf8() | Přemysl Janouch | 2016-10-04 | 2 | -2/+1 |