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
/
status.h
Age
Commit message (
Expand
)
Author
2016-11-13
Update headers
Andrzej Rybczak
2015-11-04
remove enterPressed from remaining screens
Andrzej Rybczak
2014-11-11
remove silly comment after namespaces
Andrzej Rybczak
2014-10-18
status: follow lyrics of proper song if consume mode is on
Andrzej Rybczak
2014-09-12
status: store status fields seperately
Andrzej Rybczak
2014-09-06
status: keep track of elapsed time separately from status
Andrzej Rybczak
2014-09-04
status: make idle events handling independent of the order of their arrival
Andrzej Rybczak
2014-09-03
status: fix toggling flags
Andrzej Rybczak
2014-09-02
status: fix seeking with visualizer visible
Andrzej Rybczak
2014-08-31
add posibility of dynamic window timeout change
Andrzej Rybczak
2014-08-27
update copyright message
Andrzej Rybczak
2013-04-07
get rid of global mpd status object
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2013-04-07
rewrite communication system with mpd
Andrzej Rybczak
2012-10-02
fix header guards
Andrzej Rybczak
2012-09-12
status: split NcmpcppStatusChanged into smaller pieces
Andrzej Rybczak
2012-09-11
move statusbar/progressbar related code to separate file
Andrzej Rybczak
2012-09-11
status: improve dealing with now playing song
Andrzej Rybczak
2012-09-06
global: remove RedrawHeader
Andrzej Rybczak
2012-09-05
status: optimize filtering when chars are being taken from input queue
Andrzej Rybczak
2012-09-03
change naming conventions in NC namespace
Andrzej Rybczak
2012-09-02
get rid of 'using namespace NCurses' directive
Andrzej Rybczak
2012-08-31
menu: generalize filtering, introduce interfaces
Andrzej Rybczak
2012-03-17
update copyright dates
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
2010-01-30
update copyright notices
Andrzej Rybczak
2009-10-25
poll both stdin and mpd using one select()
Andrzej Rybczak
2009-09-30
fix a few bugs progressbar related (redrawing, colors)
Andrzej Rybczak
2009-05-21
clear window title at exit
Andrzej Rybczak
2009-05-03
make use of gcc's __attribute__ extension
Andrzej Rybczak
2009-03-08
use CamelCase for variables in Global namespace / some cleaning
Andrzej Rybczak
2009-02-17
new feature: apply filter to screen (Ctrl-F)
Andrzej Rybczak
2009-02-16
use streams instead of Window::WriteXY()
Andrzej Rybczak
2009-02-15
rename status_checker -> status / + some cleaning
Andrzej Rybczak