aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
Commit message (Collapse)AuthorAgeFilesLines
* README.adoc: remove unintended line breakPřemysl Eric Janouch2024-02-101-1/+1
|
* Bump liberty, set the window iconPřemysl Eric Janouch2024-02-101-1/+2
|
* Bump liberty, install rasterized iconsPřemysl Eric Janouch2024-02-101-2/+3
|
* README.adoc: update package informationPřemysl Eric Janouch2023-07-011-2/+4
|
* Bump liberty, make use of its new asciiman.awkPřemysl Eric Janouch2022-09-251-2/+2
|
* Update documentationPřemysl Eric Janouch2022-09-201-0/+1
|
* Implement lyrics lookupPřemysl Eric Janouch2022-09-201-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 AsciidoctorPřemysl Eric Janouch2022-08-231-1/+1
|
* Update README and the screenshotPřemysl Eric Janouch2022-08-231-3/+2
|
* X11: use input methods, abandon xkbcommonPřemysl Eric Janouch2022-08-231-2/+2
| | | | And fix a redundant XCreatePixmap() call leaking resources.
* Add an X11 user interfacePřemysl Eric Janouch2022-08-231-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 READMEPřemysl Eric Janouch2021-11-071-4/+6
|
* Add ability to control PulseAudio volumePřemysl Eric Janouch2021-11-071-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.0Přemysl Eric Janouch2021-10-211-1/+1
|
* Add a real manual pagePřemysl Eric Janouch2020-11-051-34/+8
| | | | Closes #3
* Bump minimum CMake version to 3.0Přemysl Eric Janouch2020-10-291-3/+0
| | | | A nice, round number. This allows us to remove some boilerplate.
* Update READMEPřemysl Janouch2018-10-211-13/+14
|
* Update READMEPřemysl Janouch2018-06-241-10/+6
|
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-241-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 READMEPřemysl Janouch2017-06-031-0/+2
|
* ATTRIBUTE_HEADER -> ATTRIBUTE_NORMALPřemysl Janouch2017-01-291-1/+1
|
* Update READMEPřemysl Janouch2016-10-121-5/+5
| | | | Add a picture since people like pictures.
* Add a dumb Current tabPřemysl Janouch2016-10-101-1/+1
|
* Generate a manual pagePřemysl Janouch2016-10-091-1/+6
| | | | Also mention our fancy new stream feature in the README.
* Add CMakeLists.txt, link with cURLPřemysl Janouch2016-10-061-8/+14
| | | | My global .gitignore seems to be more trouble than it's worth.
* Update READMEPřemysl Janouch2016-10-031-5/+17
|
* Finish display of the top partPřemysl Janouch2016-10-021-1/+1
|
* Update READMEPřemysl Janouch2016-10-011-6/+11
|
* Initial commitPřemysl Janouch2016-10-011-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.