summaryrefslogtreecommitdiff
path: root/src/visualizer.h
AgeCommit message (Expand)Author
2015-11-04remove enterPressed from remaining screensAndrzej Rybczak
2015-09-01visualizer: scale automatically if multiplier is 1Andrzej Rybczak
2015-05-17split PressSpace action into modular piecesAndrzej Rybczak
2015-04-18actions: toggle screen lock: check if screen is lockable before asking for widthAndrzej Rybczak
2014-10-26visualizer: reorganize functionsAndrzej Rybczak
2014-10-26visualizer: simplify DrawSoundWaveAndrzej Rybczak
2014-10-26visualizer: simplify DrawFrequencySpectrumAndrzej Rybczak
2014-10-26visualizer: make ellipse mode have concentric ellipsesDarby Payne
2014-10-26visualizer: add an ellipse visualizer (stereo mode only)Darby Payne
2014-10-26visualizer: add filled wave visualizerDarby Payne
2014-09-02visualizer: make frequency spectrum watchableAndrzej Rybczak
2014-08-31change window timeout more transparentlyAndrzej Rybczak
2014-08-27replace timeval and time_t with boost::posix_time::ptimeAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2012-10-05window: rename Where to Scroll and make it enum classAndrzej Rybczak
2012-10-02fix header guardsAndrzej Rybczak
2012-09-16add ScreenType for screen's type identificationAndrzej Rybczak
2012-09-15abstract shared parts of switchTo methods awayAndrzej Rybczak
2012-09-15make remaining single-windowed screens' main windows non-pointerAndrzej Rybczak
2012-09-14make defining screens with main window type as non-pointer possibleAndrzej Rybczak
2012-09-14do not initialize screens lazily as it doesn't make much senseAndrzej Rybczak
2012-09-13adjust indentation of remaining classes in headersAndrzej Rybczak
2012-09-13more PascalCase to camelCase conversionsAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak
2012-09-02finally kill NC::ListAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-08-26fix {Clock,Visualizer}::Scroll so they override base functionAndrzej Rybczak
2012-03-17update copyright datesAndrzej Rybczak
2011-11-12new feature: support for merging screens togetherAndrzej Rybczak
2011-11-09new feature: support for stereo visualizationAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak
2010-04-01visualizer: set refresh rate to 0.5 sec if mpd is not playingAndrzej Rybczak
2010-01-30update copyright noticesAndrzej Rybczak
2009-12-09screen_switcher between current and last screenFrank Blendinger
2009-10-27add event handler for MPD_IDLE_OUTPUT notificationAndrzej Rybczak
2009-10-27provide a way to sync between visualization and soundAndrzej Rybczak
2009-09-20do not attempt to include fftw3.h if configure didn't found itAndrzej Rybczak
2009-09-03make sound wave the default visualization and fftw optional dependencyAndrzej Rybczak
2009-09-01new visualization type: sound waveAndrzej Rybczak
2009-08-29make visualizer work after mpd restartAndrzej Rybczak
2009-08-28new screen: music visualizerAndrzej Rybczak