index
:
ncmpcpp.git
0.6.x
0.7.x
0.8.x
0.9.x
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
visualizer.cpp
Age
Commit message (
Expand
)
Author
2012-08-28
mpd: use lambda closures instead of passing vectors to functions
Andrzej Rybczak
2012-08-27
some general source code tweaks
Andrzej Rybczak
2012-08-14
make displayed messages more consistent
Andrzej Rybczak
2012-03-30
fix compilation with gcc-4.7 (ticket #3478)
Andrzej Rybczak
2012-03-17
update copyright dates
Andrzej Rybczak
2011-12-26
settings: make characters used in visualizer customizable
Andrzej Rybczak
2011-11-12
new feature: support for merging screens together
Andrzej Rybczak
2011-11-09
visualizer: simplify computing number of read samples
Andrzej Rybczak
2011-11-09
new feature: support for stereo visualization
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
2010-08-13
settigs: add support for custom visualization color
Andrzej Rybczak
2010-04-18
move null_key into NcmpcppKeys
Andrzej Rybczak
2010-04-01
visualizer: set refresh rate to 0.5 sec if mpd is not playing
Andrzej Rybczak
2010-02-19
support user-defined interval between syncing visualizer and audio outputs
Andrzej Rybczak
2010-02-17
visualizer: refresh screen immediately after clearing it
Andrzej Rybczak
2010-01-30
update copyright notices
Andrzej Rybczak
2010-01-22
get rid of using directives
Andrzej Rybczak
2009-12-09
screen_switcher between current and last screen
Frank Blendinger
2009-11-13
simplify Clear() in Window and its derivatives
Andrzej Rybczak
2009-10-30
visualizer: set interval between "synchronizations" to sane value
Andrzej Rybczak
2009-10-27
add event handler for MPD_IDLE_OUTPUT notification
Andrzej Rybczak
2009-10-27
provide a way to sync between visualization and sound
Andrzej Rybczak
2009-10-25
fix visualizer
Andrzej Rybczak
2009-09-18
change all Mpd.GetState </> psPlay/psStop to (!)Mpd.isPlaying()
Andrzej Rybczak
2009-09-05
supress warning about uninitialized prev_point_pos
Andrzej Rybczak
2009-09-04
visualizer: show fifo path in error message
Andrzej Rybczak
2009-09-03
make sound wave the default visualization and fftw optional dependency
Andrzej Rybczak
2009-09-01
improve quality of sound wave by drawing intermediate values between points
Andrzej Rybczak
2009-09-01
new visualization type: sound wave
Andrzej Rybczak
2009-08-29
make visualizer work after mpd restart
Andrzej Rybczak
2009-08-28
new screen: music visualizer
Andrzej Rybczak