karl
409f7c12a7
Delete changelog
...
There is always the commit log and there is also a changelog on the github-page. This closes #159
9 years ago
karl
4c068baee3
Merge pull request #158 from jubalh/master
...
Update openSUSE install instructions
9 years ago
Michael Vetter
3c38173e6b
Update openSUSE install instructions
9 years ago
karlstav
c3be636e12
Merge remote-tracking branch 'origin/master' into rainbow
9 years ago
karlstav
b3406f274a
added more explanations for gradient in config
9 years ago
karlstav
93fa447461
fixed gradient size scaling to max colors
9 years ago
karlstav
36e4e96a16
pushed top gradient color 15% downwards
9 years ago
karlstav
8d73947696
added system("reset"); in cleanup to solve issue with resetting of color
...
also cleaned up the gradient generator
9 years ago
karlstav
489fef33e0
fixed color starting from 0, also fixed so gradien size will not
...
be hight than COLORS of COLOR_PAIRS
9 years ago
karlstav
54dece11f6
fixed max color beeing less than gadient size
9 years ago
karlstav
86e7bb21ea
changed defualt colors
9 years ago
karlstav
28d8d3107a
made gradient size a function of window size
9 years ago
karlstav
59d2aaf3cd
changed from rainbow to gradient, works suprisingly well, but terminal
...
color definitaions are changed
9 years ago
karlstav
3a8d7774bb
rainbow: refraction and correct usage of color_pair_number
9 years ago
karlstav
90e3f13223
updatet readme and gif
9 years ago
karlstav
318d068d02
fixed background and added explanations to conig file
9 years ago
karlstav
6bb1a70261
added rainbow mode
9 years ago
karlstav
750708d2ba
Revert "Remove cava_LDFLAGS"
...
This reverts commit dce2221d6e .
LDFLAGS apparently needed, even though they shouldn't...
9 years ago
karl
f76f24d4d0
Merge pull request #154 from chelovechishko/raw
...
raw: refactoring
9 years ago
Chelovechishko
1c75a66f88
raw: again use float division
9 years ago
karl
9082bda60d
Merge pull request #155 from chelovechishko/makefile
...
delete makefile.bak
9 years ago
Chelovechishko
cb71406e4a
delete makefile.bak
9 years ago
Chelovechishko
67a67fd794
raw: refactoring
9 years ago
karlstav
0731a9936b
adde a check for too many bars >200 to fix #151
9 years ago
karl
14c204b042
Merge pull request #150 from jubalh/font
...
Add font directory environment variable
9 years ago
karl
80d7f5975e
Merge pull request #148 from jubalh/master
...
Remove test line
9 years ago
Michael Vetter
48de3d14c3
Add font directory environment variable
...
Adds a variable to specify the location where the font will be installed.
In this patch I chose to use /usr/share/consolefonts as the default,
though on my openSUSE system it will be /usr/share/kbd/consolefonts.
Maybe it varies between distros, so its good to have a variable.
Example usage:
FONT_DIR="/usr/share/kbd/consolefonts" ./configure && make && make install
Fixes https://github.com/karlstav/cava/issues/147
9 years ago
Michael Vetter
06a57f7e73
Remove test line
...
I dont see a reason for this. I suppose it was used for testing.
9 years ago
karlstav
5a7fcce5c9
remove nested functions to fix #142
...
nested functions in pulse.c where removed,
but pa_mainloop had to be declared globaly
in order to close loop after finding default sink name
this might cause more problems in the future.
9 years ago
karl
9f5eb58bb0
Merge pull request #144 from jubalh/master
...
Remove cava_LDFLAGS
9 years ago
Michael Vetter
dce2221d6e
Remove cava_LDFLAGS
...
Not needed.
9 years ago
karl
94948fd7cf
Merge pull request #143 from chelovechishko/patch-1
...
config: some textual changes to improve clarity
9 years ago
karl
e91960aff2
Merge pull request #140 from jubalh/master
...
Update openSUSE build requirements
9 years ago
chelovechishko
2df3141fe5
config: some textual changes to improve clarity
...
and readability (may not)
9 years ago
karlstav
94a8a0c0b3
better explain sens/autosens in config file to close #135
9 years ago
karlstav
ac98e0f6b4
added check for .git in autogen.sh
...
git is used to get version number in config script
this check will use a hardcoded version number if
git is not found. This to solve #139
9 years ago
Michael Vetter
da07ba3a46
Update openSUSE build requirements
9 years ago
karl
d822974a72
updated fedore Build requirements
...
ulseaudio-libs-devel and libtool
9 years ago
karl
dcc622b87d
Merge pull request #137 from chelovechishko/ncurses_color_restore
...
terminal_ncurses: restore original colors on exit
9 years ago
karl
33bb4e78d9
Merge pull request #138 from chelovechishko/alsa
...
alsa: fix mistakes
9 years ago
Chelovechishko
2d4ba0b8f7
alsa: fix mistakes
...
Add static to functions. Use correct ring buffer.
9 years ago
Chelovechishko
4772bdd99c
terminal_ncurses: restore original colors on exit
...
Dirty. Fix #132
9 years ago
karl
85ecaa1306
Merge pull request #136 from tivervac/patch-1
...
Fixed typos
9 years ago
Titouan Vervack
3b1c4e2b2d
Fixed typos
9 years ago
karl
d51e1f5777
Merge pull request #134 from chelovechishko/terminal_ncurses
...
terminal_ncurses: refactoring
9 years ago
Chelovechishko
b70ffa9d5c
terminal_ncurses: fill a background to chosen color from the beginning
9 years ago
Chelovechishko
9a418ff929
terminal_ncurses: fix filling a terminal with a foreground color
9 years ago
Chelovechishko
94a3f9bd8e
terminal_ncurses: reduce scope of a variable
9 years ago
Chelovechishko
29dc2b07ca
terminal_ncurses: refactoring
9 years ago
karl
eed0bcadd9
Merge pull request #131 from chelovechishko/alsa
...
alsa: refactoring
9 years ago