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
/
statusbar.cpp
Age
Commit message (
Expand
)
Author
2014-11-11
window: fill background color on clearing to EOL
Andrzej Rybczak
2014-11-07
actions: make find forward/backward incremental
Andrzej Rybczak
2014-11-05
remove filtering
Andrzej Rybczak
2014-11-01
pass by value instead of rvalue reference for RVO to take place
Andrzej Rybczak
2014-10-31
actions: make askYesNoQuestion use NC::Window::prompt
Andrzej Rybczak
2014-10-31
statusbar: rename getString to mainHook
Andrzej Rybczak
2014-10-31
statusbar: use scoped locks instead of lock/unlock functions
Andrzej Rybczak
2014-09-12
statusbar: clear statusbar after message delay even if player is stopped
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-08-29
settings: configuration file processing rewrite
Andrzej Rybczak
2014-08-27
replace timeval and time_t with boost::posix_time::ptime
Andrzej Rybczak
2014-08-27
update copyright message
Andrzej Rybczak
2014-08-27
statusbar: use boost::format instead of c-style printf
Andrzej Rybczak
2013-12-25
window: use readline for handling line input
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-07
scrollpad: add support for regex searching
Andrzej Rybczak
2012-10-06
window: make color/format/border class enums
Andrzej Rybczak
2012-09-20
bindings: add support for defining and executing commands
Andrzej Rybczak
2012-09-15
rewrite selected items added so it uses sane actions dispatch system
Andrzej Rybczak
2012-09-13
more PascalCase to camelCase conversions
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