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
/
display.h
Age
Commit message (
Expand
)
Author
2015-05-11
replace ProxySongList with NC::List and SongList
Andrzej Rybczak
2014-11-11
remove silly comment after namespaces
Andrzej Rybczak
2014-11-11
format: implement generic format parser and printer
Andrzej Rybczak
2014-08-27
update copyright message
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2012-10-05
initial restoration of support for encodings different than utf-8
Andrzej Rybczak
2012-10-02
fix header guards
Andrzej Rybczak
2012-09-16
fix assertion failures in media library / playlist editor with separators ena...
Andrzej Rybczak
2012-09-13
adjust indentation of remaining classes in headers
Andrzej Rybczak
2012-09-05
display: pass screen to functions by pointer
Andrzej Rybczak
2012-09-04
menu: make Menu::drawn return ConstIterator
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-09-02
implement HasSongs interface
Andrzej Rybczak
2012-08-31
menu: simplify ItemDisplayer further
Andrzej Rybczak
2012-08-30
use std::bind instead of passing void pointers around
Andrzej Rybczak
2012-08-30
menu: some member name changing
Andrzej Rybczak
2012-08-29
more cleanup and grouping functions logically together
Andrzej Rybczak
2012-08-29
fix compilation --without-taglib
Andrzej Rybczak
2012-08-28
mpd: use lambda closures instead of passing vectors to functions
Andrzej Rybczak
2012-08-28
reduce usage of pointers / replace std::pair in SearchEngine
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-07-12
make feature 'display separators between albums' work in all screens
Andrzej Rybczak
2010-01-30
update copyright notices
Andrzej Rybczak
2009-07-10
new feature: allow for fixed size columns
Andrzej Rybczak
2009-03-10
use typename keyword instead of class as it's more logical
Andrzej Rybczak
2009-02-18
new feature: playlist sorting (Ctrl-V by default)
Andrzej Rybczak
2009-02-15
get rid of some externs
Andrzej Rybczak
2009-02-14
change namespace Browser into class
Andrzej Rybczak
2009-02-13
separate some code from ncmpcpp.cpp
Andrzej Rybczak
2009-02-10
group various functions more logically
Andrzej Rybczak