History log of /src/usr.bin/aiomixer |
Revision | Date | Author | Comments |
1.2 | 08-May-2021 |
cjep | Also include terminfo for platforms with static libraries (e.g. sun2). From uwe/nia.
|
1.1 | 07-May-2021 |
nia | import aiomixer from git into usr.bin.
aiomixer is a graphical (curses-based) mixer for NetBSD audio.
|
1.3 | 01-Jul-2023 |
nia | Use ENVIRONMENT section
|
1.2 | 29-Jun-2023 |
nia | aiomixer(1): Support the informal NO_COLOR standard.
When the NO_COLOR environment variable is set, no ANSI colours will be displayed.
https://no-color.org/
|
1.1 | 07-May-2021 |
nia | import aiomixer from git into usr.bin.
aiomixer is a graphical (curses-based) mixer for NetBSD audio.
|
1.2 | 29-Jun-2023 |
nia | aiomixer(1): Support the informal NO_COLOR standard.
When the NO_COLOR environment variable is set, no ANSI colours will be displayed.
https://no-color.org/
|
1.1 | 07-May-2021 |
nia | import aiomixer from git into usr.bin.
aiomixer is a graphical (curses-based) mixer for NetBSD audio.
|
1.10 | 29-Jun-2023 |
nia | aiomixer(1): Support the informal NO_COLOR standard.
When the NO_COLOR environment variable is set, no ANSI colours will be displayed.
https://no-color.org/
|
1.9 | 15-Jul-2021 |
nia | aiomixer: avoid wasting space
|
1.8 | 15-Jul-2021 |
nia | aiomixer: fix calculation of maximum screen width
|
1.7 | 29-May-2021 |
nia | aiomixer: remove workaround for libcurses bug
|
1.6 | 08-May-2021 |
nia | branches: 1.6.2; aiomixer: bound the drawn area to the screen size, rather than replacing it
|
1.5 | 08-May-2021 |
nia | aiomixer: do not adjust class widget pad height, draw to end of screen
ncurses refuses to paint pads if the height argument extends beyond the bounds of the screen. it's probably not good for our curses either.
libcurses wresize() refuses to resize a pad beyond the bounds of the screen even if it was created with a larger size. this is probably a bug.
found by uwe
|
1.4 | 08-May-2021 |
nia | aiomixer: fix background banding with slightly older libcurses
reported by uwe
|
1.3 | 07-May-2021 |
nia | aiomixer: display the unit type for value controls
|
1.2 | 07-May-2021 |
nia | aiomixer: use standout for headings, avoid banding in header
fixed a minor rendering problem when compiled against ncurses.
based mostly on feedback from uwe.
|
1.1 | 07-May-2021 |
nia | import aiomixer from git into usr.bin.
aiomixer is a graphical (curses-based) mixer for NetBSD audio.
|
1.6.2.1 | 31-May-2021 |
cjep | sync with head
|
1.1 | 07-May-2021 |
nia | import aiomixer from git into usr.bin.
aiomixer is a graphical (curses-based) mixer for NetBSD audio.
|
1.7 | 03-Nov-2024 |
rillig | sbin, usr.bin, usr.sbin: remove redundant getopt declarations
No binary change, except for assertion line numbers in tprof.
|
1.6 | 20-May-2024 |
nia | branches: 1.6.2; aiomixer(1): Fix setting volume on sb(4) emulated in QEMU.
The driver does not return a "delta", assume it's 16.
|
1.5 | 29-Jun-2023 |
nia | aiomixer(1): Support the informal NO_COLOR standard.
When the NO_COLOR environment variable is set, no ANSI colours will be displayed.
https://no-color.org/
|
1.4 | 18-Jul-2021 |
nia | branches: 1.4.2; aiomixer: Honor terminal colors. Looks better in cool-retro-term.
|
1.3 | 15-Jul-2021 |
nia | aiomixer: Clear screen after device selection
|
1.2 | 09-May-2021 |
christos | fix clang build (on_signal is dead)
|
1.1 | 07-May-2021 |
nia | branches: 1.1.2; import aiomixer from git into usr.bin.
aiomixer is a graphical (curses-based) mixer for NetBSD audio.
|
1.1.2.1 | 31-May-2021 |
cjep | sync with head
|
1.4.2.1 | 20-Jun-2024 |
martin | Pull up following revision(s) (requested by nia in ticket #703):
usr.bin/aiomixer/main.c: revision 1.6
aiomixer(1): Fix setting volume on sb(4) emulated in QEMU.
The driver does not return a "delta", assume it's 16.
|
1.6.2.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|
1.4 | 19-Oct-2025 |
nia | aiomixer(1): always put "master" controls first
|
1.3 | 08-May-2021 |
nia | aiomixer: try to make sure the first pane is always "outputs"
In QEMU with an ac97 audio device, "inputs" is the first pane, which is significantly less important especially when you don't have input in QEMU most of the time.
|
1.2 | 08-May-2021 |
nia | aiomixer: Fix sorting of ac97 controls
|
1.1 | 07-May-2021 |
nia | import aiomixer from git into usr.bin.
aiomixer is a graphical (curses-based) mixer for NetBSD audio.
|
1.1 | 07-May-2021 |
nia | import aiomixer from git into usr.bin.
aiomixer is a graphical (curses-based) mixer for NetBSD audio.
|