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
/
outputs.cpp
Age
Commit message (
Expand
)
Author
2012-08-27
some general source code tweaks
Andrzej Rybczak
2012-03-17
update copyright dates
Andrzej Rybczak
2011-11-12
new feature: support for merging screens together
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
2010-05-30
outputs: update list after changing output if idle mode is not active
Andrzej Rybczak
2010-02-05
center cursor directly in Menu class
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-27
add event handler for MPD_IDLE_OUTPUT notification
Andrzej Rybczak
2009-10-25
poll both stdin and mpd using one select()
Andrzej Rybczak
2009-09-19
rename Menu::BoldOption() to Menu::Bold()
Andrzej Rybczak
2009-08-13
another fix for 450bf1b6 (hopefully the last one)
Andrzej Rybczak
2009-08-12
new feature: alternative user interface
Andrzej Rybczak
2009-07-04
use prefix ++ instead of postfix where available
Andrzej Rybczak
2009-07-04
define MPD::Connection handler as an object, not pointer
Andrzej Rybczak
2009-06-26
initialize screens only if necessary
Andrzej Rybczak
2009-05-26
switch output state only if enable/disable output command succeeded
Andrzej Rybczak
2009-05-26
throw away Menu::GetPosition() as Menu::Choice() does the same
Andrzej Rybczak
2009-05-26
new feature: outputs screen
Andrzej Rybczak