Commit Graph

327 Commits

Author SHA1 Message Date
Přemysl Eric Janouch e6de4f11e7
Be actually able to use a system Termo library
Alpine 3.19 Success Details
Arch Linux AUR Success Details
OpenBSD 7.3 Success Details
2024-04-10 17:31:40 +02:00
Přemysl Eric Janouch c4bce75866
Bump version, update NEWS
Arch Linux AUR Success Details
Alpine 3.19 Success Details
2024-02-27 00:39:23 +01:00
Přemysl Eric Janouch 08b87bccbd
Bump liberty, fix a dead link 2024-02-27 00:30:39 +01:00
Přemysl Eric Janouch fa460b97cf
Fix info plugins installation
They could never become executable.
2024-02-25 05:15:00 +01:00
Přemysl Eric Janouch ef19337bad
Bump version, update NEWS 2024-02-10 18:39:57 +01:00
Přemysl Eric Janouch 9699b80e9d
Very mildly improve stream handling 2024-02-10 18:35:10 +01:00
Přemysl Eric Janouch 7601a754af
Bump liberty 2024-02-10 12:50:39 +01:00
Přemysl Eric Janouch 31d975604b
README.adoc: remove unintended line break 2024-02-10 10:21:09 +01:00
Přemysl Eric Janouch 59f82b7a72
Bump liberty, set the window icon 2024-02-10 10:09:32 +01:00
Přemysl Eric Janouch 8bcdb0afd5
Bump liberty, install rasterized icons 2024-02-10 06:04:39 +01:00
Přemysl Eric Janouch 9dfd89ef06
CMakeLists.txt: declare compatibility with 3.27
Sadly, the 3.5 deprecation warning doesn't go away after this.
2023-08-01 03:01:06 +02:00
Přemysl Eric Janouch 4b592ec295
Fix build in bare configurations 2023-08-01 02:37:48 +02:00
Přemysl Eric Janouch 58eb7edfd5
Make the scroll wheel act on the gauge and volume 2023-07-23 15:51:22 +02:00
Přemysl Eric Janouch 48fc9bdb19
Add vertical padding to the status bar as well
For symmetry, if for nothing else.
2023-07-23 15:36:37 +02:00
Přemysl Eric Janouch 9ab5ab6928
Change volume in finer steps 2023-07-20 13:20:34 +02:00
Přemysl Eric Janouch 93e0d7027a
Fix build on systems without A_ITALIC
Unfortunately, this font style doesn't work in X11 either in that case.
2023-07-04 06:45:33 +02:00
Přemysl Eric Janouch 5900b0708a
README.adoc: update package information 2023-07-01 22:00:34 +02:00
Přemysl Eric Janouch 5f97b95026
Bump liberty 2023-06-28 16:27:05 +02:00
Přemysl Eric Janouch b3fe85995f
Dissolve widget_redistribute()
liberty-xui has xui_hbox() and xui_vbox(),
the way we use widgets is odd.
2023-06-19 13:44:53 +02:00
Přemysl Eric Janouch 19a0a468a9
Bump liberty, move the UI to liberty-xui.c
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.
2023-06-19 13:38:24 +02:00
Přemysl Eric Janouch 016469d5a8
Cleanup 2023-06-18 16:12:35 +02:00
Přemysl Eric Janouch 6bd40f3ec1
Fix potential issue with struct padding
The UI could very theoretically end up textless.
2023-06-18 13:01:14 +02:00
Přemysl Eric Janouch eb925f18c8
Fix CMake option description 2023-06-17 21:50:46 +02:00
Přemysl Eric Janouch 0c35cc301d
Cleanup 2023-06-17 21:50:46 +02:00
Přemysl Eric Janouch 89e6826586
Update NEWS 2023-06-15 16:35:26 +02:00
Přemysl Eric Janouch 4166b17b00
Add an icon and a desktop file for the GUI 2023-06-15 16:25:01 +02:00
Přemysl Eric Janouch d0d248e44c
Fix crash when scrolling too far up 2023-06-15 14:45:26 +02:00
Přemysl Eric Janouch ebda305e2d
Change default active tab bar attributes
It mostly just looked weird when the underline wasn't on the last row.
2023-06-15 14:38:47 +02:00
Přemysl Eric Janouch 5d5f73f22f
Don't layout during rendering 2023-06-15 12:35:43 +02:00
Přemysl Eric Janouch 4a9e621d92
Slightly clean up layouting 2023-06-15 11:07:47 +02:00
Přemysl Eric Janouch 9cd511a2e2
Implement font fallbacks
The editor doesn't support this so far, and it could be faster.
2023-06-10 21:28:49 +02:00
Přemysl Eric Janouch b11f5d0e3c
Factor out app_widget_by_id() 2023-06-09 17:44:43 +02:00
Přemysl Eric Janouch 13cf0da8c4
Fix build without optional dependencies 2023-06-09 17:44:43 +02:00
Přemysl Eric Janouch f05be01fba
Change volume adjustment key bindings
Use the much more obvious ones.
2023-05-30 15:17:04 +02:00
Přemysl Eric Janouch 14dba91dd1
Add a go-to-playing action and binding 2023-05-30 14:41:44 +02:00
Přemysl Eric Janouch dcb2829e9b
Separate the actions of aborting and quitting
The user should not be afraid of pressing Escape too many times.
2023-03-25 11:39:34 +01:00
Přemysl Eric Janouch 349c907cbf
X11: act on DestroyNotify rather than UnmapNotify
This makes the program survive i3 restarts, which cause a sequence
of: UnmapNotify, ReparentNotify, MapNotify.
2023-03-25 11:10:26 +01:00
Přemysl Eric Janouch 0b62b2a788
Update NEWS 2023-03-07 01:56:26 +01:00
Přemysl Eric Janouch d58856571d
Improve display of files lacking proper metadata 2023-03-07 01:53:50 +01:00
Přemysl Eric Janouch 61fac878ad
X11: fix rendering of overflowing last list items 2022-10-30 18:49:10 +01:00
Přemysl Eric Janouch da83dbee1f
Bump liberty 2022-10-09 01:10:50 +02:00
Přemysl Eric Janouch 41fda4e317
Bump liberty, improve fallback manual page output 2022-09-30 18:22:28 +02:00
Přemysl Eric Janouch d4d2259825
Bump liberty, make use of its new asciiman.awk 2022-09-25 21:14:36 +02:00
Přemysl Eric Janouch 568abc896c
10-azlyrics.pl: fix "the" stripping 2022-09-20 12:45:45 +02:00
Přemysl Eric Janouch 8aac4ae0a8
Update documentation 2022-09-20 12:24:00 +02:00
Přemysl Eric Janouch e72ed71f53
X11: support italic fonts as well
The bold + italic combination isn't supported thus far,
because it seems unnecessary.
2022-09-20 11:15:20 +02:00
Přemysl Eric Janouch 28ed7a85a8
Implement lyrics lookup
There is now a generic mechanism for loading lyrics,
or any other arbitrary content related to songs.
2022-09-20 11:04:39 +02:00
Přemysl Eric Janouch b6dd940720
Implement M-u, M-l, M-c from Readline 2022-09-18 04:24:58 +02:00
Přemysl Eric Janouch d8e0d1b2fe
Make M-f behave like it does in Readline 2022-09-18 01:07:47 +02:00
Přemysl Eric Janouch 5cda848f94
Don't depend on a standalone C preprocessor
And get rid of the sed insanity.
2022-09-13 01:01:35 +02:00