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
2013-05-17
mpdpp: make all consumers take values, not rvalue references
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2013-04-07
rewrite communication system with mpd
Andrzej Rybczak
2012-10-06
window: make color/format/border class enums
Andrzej Rybczak
2012-10-01
mpd: make functions take item consumer instead of returning vector of items
Andrzej Rybczak
2012-09-15
abstract shared parts of switchTo methods away
Andrzej Rybczak
2012-09-15
make remaining single-windowed screens' main windows non-pointer
Andrzej Rybczak
2012-09-14
do not initialize screens lazily as it doesn't make much sense
Andrzej Rybczak
2012-09-13
more PascalCase to camelCase conversions
Andrzej Rybczak
2012-09-12
status: split NcmpcppStatusChanged into smaller pieces
Andrzej Rybczak
2012-09-11
move statusbar/progressbar related code to separate file
Andrzej Rybczak
2012-09-08
use wstrings uncoditionally where needed
Andrzej Rybczak
2012-09-07
reduce number of calls to gettimeofday
Andrzej Rybczak
2012-09-06
global: remove RedrawHeader
Andrzej Rybczak
2012-09-03
change naming conventions in NC namespace
Andrzej Rybczak
2012-09-02
get rid of 'using namespace NCurses' directive
Andrzej Rybczak
2012-09-02
implement HasSongs interface
Andrzej Rybczak
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