Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't depend on a standalone C preprocessor | Přemysl Eric Janouch | 2022-09-13 | 1 | -15/+17 |
| | | | | And get rid of the sed insanity. | ||||
* | Bump versionv2.0.0 | Přemysl Eric Janouch | 2022-09-03 | 1 | -1/+1 |
| | |||||
* | Build with AsciiDoc as well as Asciidoctor | Přemysl Eric Janouch | 2022-08-23 | 1 | -9/+20 |
| | |||||
* | X11: use input methods, abandon xkbcommon | Přemysl Eric Janouch | 2022-08-23 | 1 | -1/+1 |
| | | | | And fix a redundant XCreatePixmap() call leaking resources. | ||||
* | Add an X11 user interface | Přemysl Eric Janouch | 2022-08-23 | 1 | -3/+12 |
| | | | | | | | | | 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. | ||||
* | Bump liberty and version, update NEWSv1.2.0 | Přemysl Eric Janouch | 2021-12-21 | 1 | -1/+1 |
| | |||||
* | Rename an action to be shorter | Přemysl Eric Janouch | 2021-11-16 | 1 | -2/+3 |
| | | | | Also, fix make dependencies to include the source file for actions. | ||||
* | Fix build on macOS and other non-GNU systems | Přemysl Eric Janouch | 2021-11-08 | 1 | -5/+5 |
| | |||||
* | Generate actions from a text file | Přemysl Eric Janouch | 2021-11-08 | 1 | -1/+15 |
| | | | | | | | Mostly because I wanted to nest preprocessing. This makes the build more complex and slightly less portable, but the code itself is much cleaner. | ||||
* | Add ability to control PulseAudio volume | Přemysl Eric Janouch | 2021-11-07 | 1 | -4/+14 |
| | | | | | | | | 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. | ||||
* | Bump version, update NEWSv1.1.1 | Přemysl Eric Janouch | 2021-11-04 | 1 | -1/+1 |
| | |||||
* | CMakeLists.txt: fix macOS build | Přemysl Eric Janouch | 2021-11-02 | 1 | -0/+2 |
| | |||||
* | CMakeLists.txt: clean up | Přemysl Eric Janouch | 2021-10-30 | 1 | -6/+6 |
| | |||||
* | CMakeLists.txt: synchronize with sdtui | Přemysl Eric Janouch | 2021-10-27 | 1 | -5/+8 |
| | |||||
* | Bump version, update NEWS | Přemysl Eric Janouch | 2021-10-21 | 1 | -1/+1 |
| | |||||
* | Add an optional spectrum visualiser | Přemysl Eric Janouch | 2021-07-05 | 1 | -4/+21 |
| | | | | | | This is really more of a demo. It's doable, just rather ugly. It would deserve some further tuning, if anyone cared enough. | ||||
* | Bump version, update NEWSv1.0.0 | Přemysl Eric Janouch | 2020-11-05 | 1 | -1/+1 |
| | |||||
* | Add a real manual page | Přemysl Eric Janouch | 2020-11-05 | 1 | -7/+9 |
| | | | | Closes #3 | ||||
* | CMakeLists.txt: install the contrib directory | Přemysl Eric Janouch | 2020-11-05 | 1 | -0/+1 |
| | |||||
* | CMakeLists.txt: make this build in OpenBSD | Přemysl Eric Janouch | 2020-10-29 | 1 | -0/+6 |
| | |||||
* | CMakeLists.txt: omit end{if,foreach} expressions | Přemysl Eric Janouch | 2020-10-29 | 1 | -6/+6 |
| | | | | Their usefulness was almost negative. | ||||
* | Bump minimum CMake version to 3.0 | Přemysl Eric Janouch | 2020-10-29 | 1 | -17/+5 |
| | | | | A nice, round number. This allows us to remove some boilerplate. | ||||
* | Bump termo | Přemysl Eric Janouch | 2020-10-29 | 1 | -1/+1 |
| | | | | This allows us to get rid of a compiler flag. | ||||
* | Bump liberty and termo | Přemysl Eric Janouch | 2020-10-10 | 1 | -5/+5 |
| | |||||
* | Name change | Přemysl Eric Janouch | 2020-08-01 | 1 | -2/+2 |
| | |||||
* | Bump version to 0.9v0.9 | Přemysl Janouch | 2018-11-02 | 1 | -1/+1 |
| | |||||
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-24 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
* | CMakeLists.txt: fix variable name | Přemysl Janouch | 2018-06-24 | 1 | -2/+2 |
| | |||||
* | Bump liberty | Přemysl Janouch | 2017-06-23 | 1 | -3/+2 |
| | |||||
* | Bump liberty | Přemysl Janouch | 2017-01-23 | 1 | -2/+1 |
| | |||||
* | Generate a manual page | Přemysl Janouch | 2016-10-09 | 1 | -1/+25 |
| | | | | Also mention our fancy new stream feature in the README. | ||||
* | Add CMakeLists.txt, link with cURL | Přemysl Janouch | 2016-10-06 | 1 | -0/+94 |
My global .gitignore seems to be more trouble than it's worth. |