Commit Graph

266 Commits

Author SHA1 Message Date
8b4300c796
Bump liberty, check the connection while searching
All checks were successful
Alpine 3.20 Success
Arch Linux AUR Success
OpenBSD 7.5 Success
This just prevents immediate assertion failures.
2025-01-08 08:10:19 +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
eec0706333
Support libunistring versions before 1.2
All checks were successful
Alpine 3.20 Success
Arch Linux AUR Success
OpenBSD 7.5 Success
2024-09-02 23:25:08 +02: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
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
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
9699b80e9d
Very mildly improve stream handling 2024-02-10 18:35:10 +01: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
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
0c35cc301d
Cleanup 2023-06-17 21:50:46 +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
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
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
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
5cda848f94
Don't depend on a standalone C preprocessor
And get rid of the sed insanity.
2022-09-13 01:01:35 +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