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.h
Age
Commit message (
Expand
)
Author
2020-12-19
Update header information and my email
Andrzej Rybczak
2017-03-26
Make single character prompts more robust
Andrzej Rybczak
2017-03-12
Update AUTHORS and copyright line
Andrzej Rybczak
2016-12-22
Move ncurses related files to curses directory
Andrzej Rybczak
2016-11-13
Update headers
Andrzej Rybczak
2016-11-13
Move filtering methods to separate interface
Andrzej Rybczak
2016-11-13
Resurrect filtering of lists (playlist only for now)
Andrzej Rybczak
2014-11-11
remove silly comment after namespaces
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-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
update copyright info
Andrzej Rybczak
2012-10-02
fix header guards
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-11
move statusbar/progressbar related code to separate file
Andrzej Rybczak