Commit Graph

332 Commits

Author SHA1 Message Date
9d0acddf9a Implement font fallbacks in the editor
Some checks failed
Alpine 3.20 Success
Arch Linux AUR Success
OpenBSD 7.5 Scripts failed
Opting for not making any changes in the XUI.
2024-09-02 21:47:50 +02:00
ec12e2ac25 Bump liberty, fix calloc argument order
All checks were successful
Alpine 3.20 Success
Arch Linux AUR Success
OpenBSD 7.5 Success
2024-08-08 09:19:29 +02:00
24449fe721 Make global search match on filenames
All checks were successful
Alpine 3.20 Success
OpenBSD 7.5 Success
Arch Linux AUR Success
2024-08-07 22:12:43 +02:00
60171cc5a3 Bump liberty 2024-08-07 22:05:29 +02:00
20502200d9 Make global search indicate the search terms
All checks were successful
Alpine 3.20 Success
Arch Linux AUR Success
OpenBSD 7.5 Success
2024-07-21 21:04:17 +02:00
e6de4f11e7 Be actually able to use a system Termo library
All checks were successful
Alpine 3.19 Success
Arch Linux AUR Success
OpenBSD 7.3 Success
2024-04-10 17:31:40 +02:00
c4bce75866 Bump version, update NEWS
All checks were successful
Arch Linux AUR Success
Alpine 3.19 Success
v2.1.1
2024-02-27 00:39:23 +01:00
08b87bccbd Bump liberty, fix a dead link 2024-02-27 00:30:39 +01:00
fa460b97cf Fix info plugins installation
They could never become executable.
2024-02-25 05:15:00 +01:00
ef19337bad Bump version, update NEWS v2.1.0 2024-02-10 18:39:57 +01:00
9699b80e9d Very mildly improve stream handling 2024-02-10 18:35:10 +01:00
7601a754af Bump liberty 2024-02-10 12:50:39 +01:00
31d975604b README.adoc: remove unintended line break 2024-02-10 10:21:09 +01:00
59f82b7a72 Bump liberty, set the window icon 2024-02-10 10:09:32 +01:00
8bcdb0afd5 Bump liberty, install rasterized icons 2024-02-10 06:04:39 +01:00
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
4b592ec295 Fix build in bare configurations 2023-08-01 02:37:48 +02:00
58eb7edfd5 Make the scroll wheel act on the gauge and volume 2023-07-23 15:51:22 +02:00
48fc9bdb19 Add vertical padding to the status bar as well
For symmetry, if for nothing else.
2023-07-23 15:36:37 +02:00
9ab5ab6928 Change volume in finer steps 2023-07-20 13:20:34 +02:00
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
5900b0708a README.adoc: update package information 2023-07-01 22:00:34 +02:00
5f97b95026 Bump liberty 2023-06-28 16:27:05 +02:00
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
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
016469d5a8 Cleanup 2023-06-18 16:12:35 +02:00
6bd40f3ec1 Fix potential issue with struct padding
The UI could very theoretically end up textless.
2023-06-18 13:01:14 +02:00
eb925f18c8 Fix CMake option description 2023-06-17 21:50:46 +02:00
0c35cc301d Cleanup 2023-06-17 21:50:46 +02:00
89e6826586 Update NEWS 2023-06-15 16:35:26 +02:00
4166b17b00 Add an icon and a desktop file for the GUI 2023-06-15 16:25:01 +02:00
d0d248e44c Fix crash when scrolling too far up 2023-06-15 14:45:26 +02:00
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
5d5f73f22f Don't layout during rendering 2023-06-15 12:35:43 +02:00
4a9e621d92 Slightly clean up layouting 2023-06-15 11:07:47 +02:00
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
b11f5d0e3c Factor out app_widget_by_id() 2023-06-09 17:44:43 +02:00
13cf0da8c4 Fix build without optional dependencies 2023-06-09 17:44:43 +02:00
f05be01fba Change volume adjustment key bindings
Use the much more obvious ones.
2023-05-30 15:17:04 +02:00
14dba91dd1 Add a go-to-playing action and binding 2023-05-30 14:41:44 +02:00
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
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
0b62b2a788 Update NEWS 2023-03-07 01:56:26 +01:00
d58856571d Improve display of files lacking proper metadata 2023-03-07 01:53:50 +01:00
61fac878ad X11: fix rendering of overflowing last list items 2022-10-30 18:49:10 +01:00
da83dbee1f Bump liberty 2022-10-09 01:10:50 +02:00
41fda4e317 Bump liberty, improve fallback manual page output 2022-09-30 18:22:28 +02:00
d4d2259825 Bump liberty, make use of its new asciiman.awk 2022-09-25 21:14:36 +02:00
568abc896c 10-azlyrics.pl: fix "the" stripping 2022-09-20 12:45:45 +02:00
8aac4ae0a8 Update documentation 2022-09-20 12:24:00 +02:00