summaryrefslogtreecommitdiff
path: root/alsamixer
Commit message (Expand)AuthorAgeFilesLines
* alsamixer: add -B,--black-background optionJaroslav Kysela2023-02-102-2/+16
* alsamixer: add alsamixer.rc.example fileJaroslav Kysela2022-05-312-1/+193
* alsamixer: Revert has_mouse() checkTakashi Iwai2022-01-281-1/+2
* alsamixer: Fix regression in color setupTakashi Iwai2022-01-204-7/+18
* alsamixer: fix typo in man page (and/of -> and/or)Jaroslav Kysela2021-12-031-1/+1
* alsamixer: Allow setting the default background color in configTakashi Iwai2021-10-205-8/+23
* alsamixer: Check the availability of mouseTakashi Iwai2021-10-201-1/+1
* Added configuration information to manual pagebraph2021-08-231-5/+206
* alsamixer: increase control device name buffer (sysdefault)Jaroslav Kysela2021-04-151-1/+1
* amixer/alsamixer: use sysdefault:<CARD> devices instead hw:<CARD>Jaroslav Kysela2021-04-062-1/+9
* alsamixer: use background color instead of COLOR_BLACKRyan Burns2021-03-051-4/+4
* alsamixer: fix shift in parse_words()Jaroslav Kysela2021-01-111-2/+2
* alsamixer: remove unused variable y in display_scroll_indicators()Jaroslav Kysela2021-01-111-1/+1
* alsamixer: remove dead fcn widget_handle_key() in widget.cJaroslav Kysela2021-01-111-7/+0
* alsamixer: Fix the mixer views description in man page積丹尼 Dan Jacobson2020-10-231-1/+1
* alsamixer: remove wrong free(buf) call in read_file()Jaroslav Kysela2020-07-011-1/+0
* alsamixer: small optimizationsbraph2020-07-018-115/+58
* alsamixer: added configuration file parserbraph2020-07-0111-40/+990
* alsamixer: Use a struct for storing color attributesbraph2020-07-018-158/+168
* alsamixer: added mouse supportbraph2020-07-0112-59/+377
* alsamixer: Replaced hardcoded keys by binding arraysbraph2020-07-018-207/+296
* alsamixer: Fix window_size_changed()braph2020-07-011-0/+6
* alsamixer: suppress _XOPEN_SOURCE compile warningJaroslav Kysela2020-06-051-0/+2
* Avoid empty initializer listMichael Forney2020-02-101-1/+1
* alsamixer: Remove exp10 usageRosen Penev2019-09-031-3/+3
* alsamixer: define _GNU_SOURCE to get exp10Jaroslav Kysela2019-01-182-6/+1
* alsamixer: fix gcc warningsJaroslav Kysela2018-10-147-10/+5
* alsamixer: include missing mixer_controls.hJaroslav Kysela2014-06-251-0/+1
* Makefiles - use AM_CPPFLAGS instead INCLUDESJaroslav Kysela2014-05-071-1/+1
* alsamixer: Use isatty() to check the terminal (interactive) availabilityJaroslav Kysela2013-03-221-0/+3
* alsamixer: fix handling of removed controlsClemens Ladisch2012-10-194-14/+17
* amixer, alsamixer: Add description of volume-mappingTakashi Iwai2012-03-191-0/+13
* alsamixer: Fix X-win related crash for PulseAudio plugin (bad linking)Jaroslav Kysela2011-11-024-5/+5
* alsamixer: Fix 64bit issuesTakashi Iwai2011-06-031-3/+3
* alsamixer: fix build on uClibcPeter Korsgaard2011-03-141-0/+5
* alsamixer: fix display of active/inactive controlsRaymond Yau2011-02-281-0/+11
* alsamixer: use cubic scale for volume barsClemens Ladisch2010-12-065-113/+260
* alsamixer: increase step size for big control value rangesClemens Ladisch2010-12-061-1/+3
* alsamixer: remove obsolete e-mailClemens Ladisch2010-12-061-1/+1
* alsamixer: remove obsolete e-mailClemens Ladisch2010-11-105-6/+6
* alsamixer: handle out-of-range volume valuesClemens Ladisch2010-02-221-1/+12
* alsamixer: fix division by zeroClemens Ladisch2010-02-191-0/+2
* alsamixer: Improve set_escdelay() function availability detectionv1.0.21Jaroslav Kysela2009-08-311-1/+1
* alsamixer: fix display of inactive volume barClemens Ladisch2009-06-191-2/+4
* alsamixer: rename attr to chClemens Ladisch2009-06-191-9/+8
* alsamixer - Tricolorize volume barsTakashi Iwai2009-06-183-18/+51
* alsamixer: update man pageClemens Ladisch2009-06-021-1/+1
* alsamixer: fix text box clipping with multi-column charactersClemens Ladisch2009-05-281-1/+1
* alsamixer - Fix uninitialized variable warningTakashi Iwai2009-05-271-0/+1
* alsamixer: show channel names for multichannel controlsClemens Ladisch2009-05-2531-2509/+3942