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.h
Age
Commit message (
Expand
)
Author
2015-11-04
remove enterPressed from remaining screens
Andrzej Rybczak
2015-09-01
visualizer: scale automatically if multiplier is 1
Andrzej Rybczak
2015-05-17
split PressSpace action into modular pieces
Andrzej Rybczak
2015-04-18
actions: toggle screen lock: check if screen is lockable before asking for width
Andrzej Rybczak
2014-10-26
visualizer: reorganize functions
Andrzej Rybczak
2014-10-26
visualizer: simplify DrawSoundWave
Andrzej Rybczak
2014-10-26
visualizer: simplify DrawFrequencySpectrum
Andrzej Rybczak
2014-10-26
visualizer: make ellipse mode have concentric ellipses
Darby Payne
2014-10-26
visualizer: add an ellipse visualizer (stereo mode only)
Darby Payne
2014-10-26
visualizer: add filled wave visualizer
Darby Payne
2014-09-02
visualizer: make frequency spectrum watchable
Andrzej Rybczak
2014-08-31
change window timeout more transparently
Andrzej Rybczak
2014-08-27
replace timeval and time_t with boost::posix_time::ptime
Andrzej Rybczak
2014-08-27
update copyright message
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2012-10-05
window: rename Where to Scroll and make it enum class
Andrzej Rybczak
2012-10-02
fix header guards
Andrzej Rybczak
2012-09-16
add ScreenType for screen's type identification
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
make defining screens with main window type as non-pointer possible
Andrzej Rybczak
2012-09-14
do not initialize screens lazily as it doesn't make much sense
Andrzej Rybczak
2012-09-13
adjust indentation of remaining classes in headers
Andrzej Rybczak
2012-09-13
more PascalCase to camelCase conversions
Andrzej Rybczak
2012-09-08
use wstrings uncoditionally where needed
Andrzej Rybczak
2012-09-02
finally kill NC::List
Andrzej Rybczak
2012-09-02
get rid of 'using namespace NCurses' directive
Andrzej Rybczak
2012-08-26
fix {Clock,Visualizer}::Scroll so they override base function
Andrzej Rybczak
2012-03-17
update copyright dates
Andrzej Rybczak
2011-11-12
new feature: support for merging screens together
Andrzej Rybczak
2011-11-09
new feature: support for stereo visualization
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
2010-04-01
visualizer: set refresh rate to 0.5 sec if mpd is not playing
Andrzej Rybczak
2010-01-30
update copyright notices
Andrzej Rybczak
2009-12-09
screen_switcher between current and last screen
Frank Blendinger
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-09-20
do not attempt to include fftw3.h if configure didn't found it
Andrzej Rybczak
2009-09-03
make sound wave the default visualization and fftw optional dependency
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