Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Postpone redraws | Přemysl Janouch | 2016-10-04 | 1 | -58/+68 | |
| | | | | | | This solves a performance problem in debug mode. But overall the has been simplified, with some renames taking place. | |||||
* | 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 | |
| | | | | It was one of two obvious hotspots. | |||||
* | Enhance time tracking | Přemysl Janouch | 2016-10-04 | 1 | -14/+30 | |
| | | | | Now with eliminated timer drift. | |||||
* | Bump termo, use termo_strpkey_utf8() | Přemysl Janouch | 2016-10-04 | 1 | -2/+1 | |
| | ||||||
* | Stubplement an Info tab, make Help special | Přemysl Janouch | 2016-10-04 | 1 | -13/+47 | |
| | ||||||
* | Fix crash when not in debug mode | Přemysl Janouch | 2016-10-04 | 1 | -1/+3 | |
| | ||||||
* | Make the help tab useful | Přemysl Janouch | 2016-10-04 | 1 | -40/+50 | |
| | ||||||
* | Add alternative bindings for home/end | Přemysl Janouch | 2016-10-04 | 1 | -0/+2 | |
| | ||||||
* | Fix display of >=60 minute songs | Přemysl Janouch | 2016-10-04 | 1 | -1/+1 | |
| | ||||||
* | Make the debug tab prettier | Přemysl Janouch | 2016-10-03 | 1 | -50/+137 | |
| | | | | And the MPD code a little bit more generic. | |||||
* | Handle mouse clicks on the scrollbar | Přemysl Janouch | 2016-10-03 | 1 | -1/+10 | |
| | ||||||
* | Add a scrollbar | Přemysl Janouch | 2016-10-03 | 1 | -24/+101 | |
| | ||||||
* | Rectify listview behaviour | Přemysl Janouch | 2016-10-03 | 1 | -67/+101 | |
| | ||||||
* | Fix header render | Přemysl Janouch | 2016-10-03 | 1 | -2/+4 | |
| | | | | This may need a rewrite. | |||||
* | Add a log tab in debug mode | Přemysl Janouch | 2016-10-02 | 1 | -53/+108 | |
| | ||||||
* | Try to use MPD's "elapsed" rather than "time" | Přemysl Janouch | 2016-10-02 | 1 | -5/+9 | |
| | ||||||
* | Add some MPD keyboard controls | Přemysl Janouch | 2016-10-02 | 1 | -13/+40 | |
| | ||||||
* | Ignore mouse clicks in deaf parts of the header | Přemysl Janouch | 2016-10-02 | 1 | -1/+2 | |
| | ||||||
* | Simplify input handling | Přemysl Janouch | 2016-10-02 | 1 | -88/+50 | |
| | ||||||
* | React to mouse clicks on player controls | Přemysl Janouch | 2016-10-02 | 1 | -14/+98 | |
| | ||||||
* | Finer progress bar thanks to Unicode | Přemysl Janouch | 2016-10-02 | 1 | -7/+31 | |
| | ||||||
* | Finish display of the top part | Přemysl Janouch | 2016-10-02 | 1 | -101/+130 | |
| | ||||||
* | Count elapsed seconds | Přemysl Janouch | 2016-10-02 | 1 | -54/+163 | |
| | ||||||
* | Better header layout | Přemysl Janouch | 2016-10-01 | 1 | -32/+122 | |
| | ||||||
* | Initial commit | Přemysl Janouch | 2016-10-01 | 1 | -0/+1506 | |
This is mostly sdtui code ported over from GLib to liberty, with some MPD code from desktop-tools. It tracks the current song and that's it. |