Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | README.adoc: remove unintended line break | Přemysl Eric Janouch | 2024-02-10 | 1 | -1/+1 |
| | |||||
* | Bump liberty, set the window icon | Přemysl Eric Janouch | 2024-02-10 | 1 | -1/+2 |
| | |||||
* | Bump liberty, install rasterized icons | Přemysl Eric Janouch | 2024-02-10 | 1 | -2/+3 |
| | |||||
* | README.adoc: update package information | Přemysl Eric Janouch | 2023-07-01 | 1 | -2/+4 |
| | |||||
* | Bump liberty, make use of its new asciiman.awk | Přemysl Eric Janouch | 2022-09-25 | 1 | -2/+2 |
| | |||||
* | Update documentation | Přemysl Eric Janouch | 2022-09-20 | 1 | -0/+1 |
| | |||||
* | Implement lyrics lookup | Přemysl Eric Janouch | 2022-09-20 | 1 | -1/+1 |
| | | | | | There is now a generic mechanism for loading lyrics, or any other arbitrary content related to songs. | ||||
* | Build with AsciiDoc as well as Asciidoctor | Přemysl Eric Janouch | 2022-08-23 | 1 | -1/+1 |
| | |||||
* | Update README and the screenshot | Přemysl Eric Janouch | 2022-08-23 | 1 | -3/+2 |
| | |||||
* | X11: use input methods, abandon xkbcommon | Přemysl Eric Janouch | 2022-08-23 | 1 | -2/+2 |
| | | | | And fix a redundant XCreatePixmap() call leaking resources. | ||||
* | Add an X11 user interface | Přemysl Eric Janouch | 2022-08-23 | 1 | -16/+23 |
| | | | | | | | | | This is meant to exactly mimic the terminal UI, just without the restriction to ugly monospace fonts. The Curses implementation has been reworked, and may have become more computationally expensive. In general, though, the codebase has been significantly cleaned up. | ||||
* | Update README | Přemysl Eric Janouch | 2021-11-07 | 1 | -4/+6 |
| | |||||
* | Add ability to control PulseAudio volume | Přemysl Eric Janouch | 2021-11-07 | 1 | -6/+10 |
| | | | | | | | | I know, son, it might be hard to accept, but you're imported. Your true parents are wmstatus and paswitch, from the desktop-tools family. Also, fix unnecessary linking of optional dependencies. | ||||
* | README: update dependenciesv1.1.0 | Přemysl Eric Janouch | 2021-10-21 | 1 | -1/+1 |
| | |||||
* | Add a real manual page | Přemysl Eric Janouch | 2020-11-05 | 1 | -34/+8 |
| | | | | Closes #3 | ||||
* | Bump minimum CMake version to 3.0 | Přemysl Eric Janouch | 2020-10-29 | 1 | -3/+0 |
| | | | | A nice, round number. This allows us to remove some boilerplate. | ||||
* | Update README | Přemysl Janouch | 2018-10-21 | 1 | -13/+14 |
| | |||||
* | Update README | Přemysl Janouch | 2018-06-24 | 1 | -10/+6 |
| | |||||
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-24 | 1 | -7/+2 |
| | | | | | | | | | I've come to the conclusion that copyright mostly just stands in the way of software development. In my jurisdiction I cannot give up my own copyright and 0BSD seems to be the closest thing to public domain. The updated mail address, also used in my author/committer lines, is shorter and looks nicer. People rarely interact anyway. | ||||
* | Update README | Přemysl Janouch | 2017-06-03 | 1 | -0/+2 |
| | |||||
* | ATTRIBUTE_HEADER -> ATTRIBUTE_NORMAL | Přemysl Janouch | 2017-01-29 | 1 | -1/+1 |
| | |||||
* | Update README | Přemysl Janouch | 2016-10-12 | 1 | -5/+5 |
| | | | | Add a picture since people like pictures. | ||||
* | Add a dumb Current tab | Přemysl Janouch | 2016-10-10 | 1 | -1/+1 |
| | |||||
* | Generate a manual page | Přemysl Janouch | 2016-10-09 | 1 | -1/+6 |
| | | | | Also mention our fancy new stream feature in the README. | ||||
* | Add CMakeLists.txt, link with cURL | Přemysl Janouch | 2016-10-06 | 1 | -8/+14 |
| | | | | My global .gitignore seems to be more trouble than it's worth. | ||||
* | Update README | Přemysl Janouch | 2016-10-03 | 1 | -5/+17 |
| | |||||
* | Finish display of the top part | Přemysl Janouch | 2016-10-02 | 1 | -1/+1 |
| | |||||
* | Update README | Přemysl Janouch | 2016-10-01 | 1 | -6/+11 |
| | |||||
* | Initial commit | Přemysl Janouch | 2016-10-01 | 1 | -0/+79 |
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. |