aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version, update NEWSHEADv2.1.1origin/mastermasterPřemysl Eric Janouch2024-02-272-1/+10
|
* Bump liberty, fix a dead linkPřemysl Eric Janouch2024-02-272-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-102-2/+6
|
* Very mildly improve stream handlingPřemysl Eric Janouch2024-02-101-2/+7
|
* Bump libertyPřemysl Eric Janouch2024-02-101-0/+0
|
* README.adoc: remove unintended line breakPřemysl Eric Janouch2024-02-101-1/+1
|
* Bump liberty, set the window iconPřemysl Eric Janouch2024-02-103-2/+3
|
* Bump liberty, install rasterized iconsPřemysl Eric Janouch2024-02-103-2/+17
|
* 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 build in bare configurationsPřemysl Eric Janouch2023-08-011-4/+10
|
* Make the scroll wheel act on the gauge and volumePřemysl Eric Janouch2023-07-231-5/+22
|
* Add vertical padding to the status bar as wellPřemysl Eric Janouch2023-07-231-10/+16
| | | | For symmetry, if for nothing else.
* Change volume in finer stepsPřemysl Eric Janouch2023-07-202-4/+6
|
* Fix build on systems without A_ITALICPřemysl Eric Janouch2023-07-042-0/+4
| | | | Unfortunately, this font style doesn't work in X11 either in that case.
* README.adoc: update package informationPřemysl Eric Janouch2023-07-011-2/+4
|
* Bump libertyPřemysl Eric Janouch2023-06-281-0/+0
|
* Dissolve widget_redistribute()Přemysl Eric Janouch2023-06-191-41/+36
| | | | | liberty-xui has xui_hbox() and xui_vbox(), the way we use widgets is odd.
* Bump liberty, move the UI to liberty-xui.cPřemysl Eric Janouch2023-06-194-1835/+183
| | | | | | | | | | Also bump termo. This deduplicates code between nncmpp and hex, and adds support for bold + italic attributes under X11. There is still a lot of space for prettification. Unfortunately, most of our specialized widgets are quite entangled.
* CleanupPřemysl Eric Janouch2023-06-181-3/+1
|
* Fix potential issue with struct paddingPřemysl Eric Janouch2023-06-181-2/+2
| | | | The UI could very theoretically end up textless.
* Fix CMake option descriptionPřemysl Eric Janouch2023-06-171-1/+1
|
* CleanupPřemysl Eric Janouch2023-06-171-35/+36
|
* Update NEWSPřemysl Eric Janouch2023-06-151-0/+2
|
* Add an icon and a desktop file for the GUIPřemysl Eric Janouch2023-06-153-0/+51
|
* Fix crash when scrolling too far upPřemysl Eric Janouch2023-06-151-0/+1
|
* Change default active tab bar attributesPřemysl Eric Janouch2023-06-151-1/+1
| | | | It mostly just looked weird when the underline wasn't on the last row.
* Don't layout during renderingPřemysl Eric Janouch2023-06-151-55/+46
|
* Slightly clean up layoutingPřemysl Eric Janouch2023-06-151-43/+55
|
* Implement font fallbacksPřemysl Eric Janouch2023-06-102-55/+228
| | | | The editor doesn't support this so far, and it could be faster.
* Factor out app_widget_by_id()Přemysl Eric Janouch2023-06-091-14/+12
|
* Fix build without optional dependenciesPřemysl Eric Janouch2023-06-091-4/+5
|
* Change volume adjustment key bindingsPřemysl Eric Janouch2023-05-303-4/+6
| | | | Use the much more obvious ones.
* Add a go-to-playing action and bindingPřemysl Eric Janouch2023-05-303-0/+12
|
* Separate the actions of aborting and quittingPřemysl Eric Janouch2023-03-253-13/+18
| | | | The user should not be afraid of pressing Escape too many times.
* X11: act on DestroyNotify rather than UnmapNotifyPřemysl Eric Janouch2023-03-251-1/+4
| | | | | This makes the program survive i3 restarts, which cause a sequence of: UnmapNotify, ReparentNotify, MapNotify.
* Update NEWSPřemysl Eric Janouch2023-03-072-2/+6
|
* Improve display of files lacking proper metadataPřemysl Eric Janouch2023-03-071-15/+44
|
* X11: fix rendering of overflowing last list itemsPřemysl Eric Janouch2022-10-301-3/+3
|
* Bump libertyPřemysl Eric Janouch2022-10-091-0/+0
|
* Bump liberty, improve fallback manual page outputPřemysl Eric Janouch2022-09-302-2/+3
|
* Bump liberty, make use of its new asciiman.awkPřemysl Eric Janouch2022-09-253-3/+11
|
* 10-azlyrics.pl: fix "the" strippingPřemysl Eric Janouch2022-09-201-2/+2
|
* Update documentationPřemysl Eric Janouch2022-09-202-0/+22
|
* X11: support italic fonts as wellPřemysl Eric Janouch2022-09-202-3/+21
| | | | | The bold + italic combination isn't supported thus far, because it seems unnecessary.
* Implement lyrics lookupPřemysl Eric Janouch2022-09-206-34/+507
| | | | | There is now a generic mechanism for loading lyrics, or any other arbitrary content related to songs.
* Implement M-u, M-l, M-c from ReadlinePřemysl Eric Janouch2022-09-183-1/+55
|
* Make M-f behave like it does in ReadlinePřemysl Eric Janouch2022-09-181-1/+1
|
* Don't depend on a standalone C preprocessorPřemysl Eric Janouch2022-09-134-22/+127
| | | | And get rid of the sed insanity.
* Document configuration file key bindingPřemysl Eric Janouch2022-09-121-0/+4
|