Commit Graph

33 Commits

Author SHA1 Message Date
7fee01a5c6 Update NEWS 2025-01-08 09:42:31 +01:00
641803df35 Enable user-defined actions
All checks were successful
Alpine 3.20 Success
Arch Linux AUR Success
OpenBSD 7.5 Success
Also fix pclose() handling within Info plugins,
and prevent them from screwing up the terminal with error output
on initialization.

This is still rather crude, but at least it's possible.
2024-10-31 21:19:28 +01:00
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
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
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
c4bce75866 Bump version, update NEWS
All checks were successful
Arch Linux AUR Success
Alpine 3.19 Success
2024-02-27 00:39:23 +01:00
ef19337bad Bump version, update NEWS 2024-02-10 18:39:57 +01:00
9ab5ab6928 Change volume in finer steps 2023-07-20 13:20:34 +02:00
89e6826586 Update NEWS 2023-06-15 16:35:26 +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
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
0b62b2a788 Update NEWS 2023-03-07 01:56:26 +01:00
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
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
b4222365c3 Bump version 2022-09-03 15:13:07 +02:00
b5e48c29f9 Put connecting/disconnected messages in status bar
Those are general status messages, and seem to belong to the bottom.
Partially motivated by the status bar being empty when disconnected.

And add a missing window invalidation.
2022-09-03 15:04:30 +02:00
8529f24a46 Bind Tab and S-Tab to tab switching 2022-08-27 17:35:17 +02:00
a9d4f86493 Add an action to describe items
And improve the display of messages, separating any prefix out.
2022-08-25 07:42:10 +02:00
6dad74f3c9 Enable configuring spectrum analyzer FPS 2022-08-25 02:31:32 +02:00
a20e4c74d8 Implement mouse drags on the gauge and scrollbar 2022-08-24 08:23:54 +02:00
830a744a11 Add an X11 user interface
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.
2022-08-23 02:50:24 +02:00
61a141203b Bump liberty and version, update NEWS 2021-12-21 05:46:28 +01:00
48482ef2e5 Make incremental search more useful
Make it unanchored, as well as case-insensitive.
2021-12-21 05:46:22 +01:00
840c69767c Prepare a NEWS entry for the next release 2021-12-08 19:05:58 +01:00
ba86961ba5 Bump version, update NEWS 2021-11-04 14:19:50 +01:00
9a67e076a9 Bump version, update NEWS 2021-10-21 09:16:51 +02:00
267598643a Add program arguments to MPD's current playlist
I was tired of using `mpv --no-video`, this is a bit better.

It's all rather quirky, but very little code is involved.

I've added a few related TODO entries.
2021-09-07 06:35:24 +02:00
a439a56ee9 Add an optional spectrum visualiser
This is really more of a demo.  It's doable, just rather ugly.

It would deserve some further tuning, if anyone cared enough.
2021-07-05 01:10:46 +02:00
7e531e95c5 Process focus events
Should help prevent accidents in other windows.
2021-06-29 05:28:54 +02:00
0335443b22 Bump version, update NEWS 2020-11-05 01:47:18 +01:00
15e583beb2 Bump version to 0.9 2018-11-02 21:50:36 +01:00