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
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
b6dd940720
Implement M-u, M-l, M-c from Readline
2022-09-18 04:24:58 +02:00
d8e0d1b2fe
Make M-f behave like it does in Readline
2022-09-18 01:07:47 +02:00
5cda848f94
Don't depend on a standalone C preprocessor
...
And get rid of the sed insanity.
2022-09-13 01:01:35 +02:00
a167ae40b3
Document configuration file key binding
2022-09-12 20:02:57 +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
eaa19be1c8
Fix Clang build
2022-09-03 14:39:47 +02:00
dad95ef444
X11: render partially visible list items
2022-09-03 13:23:07 +02:00
7e74d1a80a
X11: make the scrollbar span the full height
2022-09-03 13:02:47 +02:00
8529f24a46
Bind Tab and S-Tab to tab switching
2022-08-27 17:35:17 +02:00
190e813d49
X11: fix Ctrl+Space
2022-08-27 17:32:12 +02:00
9af74259d2
Add debugging facilities for input events
2022-08-27 17:20:06 +02:00
9a996c8440
Adjust the "action unavailable" message
2022-08-25 07:45:49 +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
172ceffa9e
X11: support copying text to CLIPBOARD
...
Use the right mouse button.
2022-08-25 06:14:08 +02:00
6dad74f3c9
Enable configuring spectrum analyzer FPS
2022-08-25 02:31:32 +02:00
b196ef4f08
X11: mildly optimize drawing
...
There is no real performance impact on modern systems.
2022-08-25 02:16:36 +02:00
d82be07807
X11: handle Shift+clicks in the list
2022-08-25 00:25:03 +02:00
2d219f1a4b
Rework mouse event processing
...
X11's triple-click bug is gone, and we may pass modifier state.
2022-08-25 00:10:17 +02:00
a77d872e7f
Try to stuff more things in the status bar
2022-08-24 23:21:16 +02:00
179e0a123b
X11: ring the bell as well, when appropriate
2022-08-24 09:35:28 +02:00
da14bdbd39
Improve help tab item choice error messages
2022-08-24 09:05:28 +02:00
24e57872d8
Hide messages when interacting with the editor
2022-08-24 09:03:40 +02:00
a20e4c74d8
Implement mouse drags on the gauge and scrollbar
2022-08-24 08:23:54 +02:00
d33c17b888
Click to close messages
...
While not ideal, it is at least some way to discard them.
2022-08-24 07:41:03 +02:00
6033f6a869
Notify when actions can't be taken
2022-08-24 07:26:47 +02:00
88e86724c3
Always show messages to the user
2022-08-24 07:25:21 +02:00
92c1bf783f
Build with AsciiDoc as well as Asciidoctor
2022-08-23 22:32:45 +02:00
435485d145
X11: remark that triple clicks are mishandled
2022-08-23 12:59:59 +02:00
d876bbfcd3
Update README and the screenshot
2022-08-23 11:06:50 +02:00
1c37b15253
X11: improve rendering of denormalized text
...
Xft is dumb.
2022-08-23 10:35:28 +02:00
2803a8153b
X11: clean up after Xft on exit
2022-08-23 09:00:20 +02:00
f1ab0e2d8a
X11: use input methods, abandon xkbcommon
...
And fix a redundant XCreatePixmap() call leaking resources.
2022-08-23 08:42:38 +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