aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Be actually able to use a system Termo libraryHEADorigin/mastermasterPřemysl Eric Janouch2024-04-101-1/+2
|
* Bump version, update NEWSv2.1.1Přemysl Eric Janouch2024-02-271-1/+1
|
* Fix info plugins installationPřemysl Eric Janouch2024-02-251-1/+2
| | | | They could never become executable.
* Bump version, update NEWSv2.1.0Přemysl Eric Janouch2024-02-101-1/+1
|
* Bump liberty, set the window iconPřemysl Eric Janouch2024-02-101-1/+1
|
* Bump liberty, install rasterized iconsPřemysl Eric Janouch2024-02-101-0/+14
|
* CMakeLists.txt: declare compatibility with 3.27Přemysl Eric Janouch2023-08-011-1/+1
| | | | Sadly, the 3.5 deprecation warning doesn't go away after this.
* Fix CMake option descriptionPřemysl Eric Janouch2023-06-171-1/+1
|
* Add an icon and a desktop file for the GUIPřemysl Eric Janouch2023-06-151-0/+33
|
* Fix build without optional dependenciesPřemysl Eric Janouch2023-06-091-4/+5
|
* Bump liberty, improve fallback manual page outputPřemysl Eric Janouch2022-09-301-2/+3
|
* Bump liberty, make use of its new asciiman.awkPřemysl Eric Janouch2022-09-251-1/+9
|
* Implement lyrics lookupPřemysl Eric Janouch2022-09-201-1/+2
| | | | | There is now a generic mechanism for loading lyrics, or any other arbitrary content related to songs.
* Don't depend on a standalone C preprocessorPřemysl Eric Janouch2022-09-131-15/+17
| | | | And get rid of the sed insanity.
* Bump versionv2.0.0Přemysl Eric Janouch2022-09-031-1/+1
|
* Build with AsciiDoc as well as AsciidoctorPřemysl Eric Janouch2022-08-231-9/+20
|
* X11: use input methods, abandon xkbcommonPřemysl Eric Janouch2022-08-231-1/+1
| | | | And fix a redundant XCreatePixmap() call leaking resources.
* Add an X11 user interfacePřemysl Eric Janouch2022-08-231-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.0Přemysl Eric Janouch2021-12-211-1/+1
|
* Rename an action to be shorterPřemysl Eric Janouch2021-11-161-2/+3
| | | | Also, fix make dependencies to include the source file for actions.
* Fix build on macOS and other non-GNU systemsPřemysl Eric Janouch2021-11-081-5/+5
|
* Generate actions from a text filePřemysl Eric Janouch2021-11-081-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 volumePřemysl Eric Janouch2021-11-071-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.1Přemysl Eric Janouch2021-11-041-1/+1
|
* CMakeLists.txt: fix macOS buildPřemysl Eric Janouch2021-11-021-0/+2
|
* CMakeLists.txt: clean upPřemysl Eric Janouch2021-10-301-6/+6
|
* CMakeLists.txt: synchronize with sdtuiPřemysl Eric Janouch2021-10-271-5/+8
|
* Bump version, update NEWSPřemysl Eric Janouch2021-10-211-1/+1
|
* Add an optional spectrum visualiserPřemysl Eric Janouch2021-07-051-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.0Přemysl Eric Janouch2020-11-051-1/+1
|
* Add a real manual pagePřemysl Eric Janouch2020-11-051-7/+9
| | | | Closes #3
* CMakeLists.txt: install the contrib directoryPřemysl Eric Janouch2020-11-051-0/+1
|
* CMakeLists.txt: make this build in OpenBSDPřemysl Eric Janouch2020-10-291-0/+6
|
* CMakeLists.txt: omit end{if,foreach} expressionsPřemysl Eric Janouch2020-10-291-6/+6
| | | | Their usefulness was almost negative.
* Bump minimum CMake version to 3.0Přemysl Eric Janouch2020-10-291-17/+5
| | | | A nice, round number. This allows us to remove some boilerplate.
* Bump termoPřemysl Eric Janouch2020-10-291-1/+1
| | | | This allows us to get rid of a compiler flag.
* Bump liberty and termoPřemysl Eric Janouch2020-10-101-5/+5
|
* Name changePřemysl Eric Janouch2020-08-011-2/+2
|
* Bump version to 0.9v0.9Přemysl Janouch2018-11-021-1/+1
|
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-241-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 namePřemysl Janouch2018-06-241-2/+2
|
* Bump libertyPřemysl Janouch2017-06-231-3/+2
|
* Bump libertyPřemysl Janouch2017-01-231-2/+1
|
* Generate a manual pagePřemysl Janouch2016-10-091-1/+25
| | | | Also mention our fancy new stream feature in the README.
* Add CMakeLists.txt, link with cURLPřemysl Janouch2016-10-061-0/+94
My global .gitignore seems to be more trouble than it's worth.