Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Setting the new config variable "screen_switcher_browser_only" to "no" will make the "key_screen_switcher" key switch between the current and the last used screen, sort of like the Alt+Tab window switching mechanism in many window managers. This (intendedly) works only for the "main" screens (playlist, browser, media library, etc.) and not for info/lyrics/server info. Those screens can be closed with the screen_switcher key, but the will not be remembered. indentation correction in config | |||
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 | |
workaround for http://musicpd.org/mantis/view.php?id=2503 | |||
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 | |