summaryrefslogtreecommitdiff
path: root/src/visualizer.cpp
AgeCommit message (Expand)Author
2013-05-17mpdpp: make all consumers take values, not rvalue referencesAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2013-04-07rewrite communication system with mpdAndrzej Rybczak
2012-10-06window: make color/format/border class enumsAndrzej Rybczak
2012-10-01mpd: make functions take item consumer instead of returning vector of itemsAndrzej 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-14do not initialize screens lazily as it doesn't make much senseAndrzej Rybczak
2012-09-13more PascalCase to camelCase conversionsAndrzej Rybczak
2012-09-12status: split NcmpcppStatusChanged into smaller piecesAndrzej Rybczak
2012-09-11move statusbar/progressbar related code to separate fileAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak
2012-09-07reduce number of calls to gettimeofdayAndrzej Rybczak
2012-09-06global: remove RedrawHeaderAndrzej Rybczak
2012-09-03change naming conventions in NC namespaceAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-09-02implement HasSongs interfaceAndrzej Rybczak
2012-08-28mpd: use lambda closures instead of passing vectors to functionsAndrzej Rybczak
2012-08-27some general source code tweaksAndrzej Rybczak
2012-08-14make displayed messages more consistentAndrzej Rybczak
2012-03-30fix compilation with gcc-4.7 (ticket #3478)Andrzej Rybczak
2012-03-17update copyright datesAndrzej Rybczak
2011-12-26settings: make characters used in visualizer customizableAndrzej Rybczak
2011-11-12new feature: support for merging screens togetherAndrzej Rybczak
2011-11-09visualizer: simplify computing number of read samplesAndrzej Rybczak
2011-11-09new feature: support for stereo visualizationAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak
2010-08-13settigs: add support for custom visualization colorAndrzej Rybczak
2010-04-18move null_key into NcmpcppKeysAndrzej Rybczak
2010-04-01visualizer: set refresh rate to 0.5 sec if mpd is not playingAndrzej Rybczak
2010-02-19support user-defined interval between syncing visualizer and audio outputsAndrzej Rybczak
2010-02-17visualizer: refresh screen immediately after clearing itAndrzej Rybczak
2010-01-30update copyright noticesAndrzej Rybczak
2010-01-22get rid of using directivesAndrzej Rybczak
2009-12-09screen_switcher between current and last screenFrank Blendinger
2009-11-13simplify Clear() in Window and its derivativesAndrzej Rybczak
2009-10-30visualizer: set interval between "synchronizations" to sane valueAndrzej Rybczak
2009-10-27add event handler for MPD_IDLE_OUTPUT notificationAndrzej Rybczak
2009-10-27provide a way to sync between visualization and soundAndrzej Rybczak
2009-10-25fix visualizerAndrzej Rybczak
2009-09-18change all Mpd.GetState </> psPlay/psStop to (!)Mpd.isPlaying()Andrzej Rybczak
2009-09-05supress warning about uninitialized prev_point_posAndrzej Rybczak
2009-09-04visualizer: show fifo path in error messageAndrzej Rybczak
2009-09-03make sound wave the default visualization and fftw optional dependencyAndrzej Rybczak
2009-09-01improve quality of sound wave by drawing intermediate values between pointsAndrzej 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