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.cpp
Age
Commit message (
Expand
)
Author
2015-05-12
window: redefine special key values
Andrzej Rybczak
2015-05-11
replace ProxySongList with NC::List and SongList
Andrzej Rybczak
2015-04-18
fix linking when compiling with g++
Andrzej Rybczak
2015-04-18
format: split into two headers
Andrzej Rybczak
2014-11-11
format: add flags to refine parsing and printing of the AST
Andrzej Rybczak
2014-11-11
window: support 'previous' background value for better composability
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-11-08
window: change internal color representation
Andrzej Rybczak
2014-11-05
remove filtering
Andrzej Rybczak
2014-11-02
mpd: redesign Item and adjust browser
Andrzej Rybczak
2014-11-01
mpd: make ItemType enum class
Andrzej Rybczak
2014-11-01
mpd: Item: do not wrap Song in shared_ptr
Andrzej Rybczak
2014-09-12
status: store status fields seperately
Andrzej Rybczak
2014-09-03
status: fix toggling flags
Andrzej Rybczak
2014-08-29
settings: configuration file processing rewrite
Andrzej Rybczak
2014-08-27
tag editor: fix filename change detection
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-18
replace a few string algorithms with boost utilities
Andrzej Rybczak
2012-10-06
window: make color/format/border class enums
Andrzej Rybczak
2012-10-06
rewrite major part of strbuffer and Scrollpad::flush
Andrzej Rybczak
2012-10-05
initial restoration of support for encodings different than utf-8
Andrzej Rybczak
2012-09-18
mdp: remove GetCurrentlyPlayingSongPos
Andrzej Rybczak
2012-09-16
fix assertion failures in media library / playlist editor with separators ena...
Andrzej Rybczak
2012-09-16
pass ProxySongList around since it already has shared_ptr inside
Andrzej Rybczak
2012-09-14
playlist: define main screen as non-pointer
Andrzej Rybczak
2012-09-13
playlist: move sorting dialog related functions to separate file
Andrzej Rybczak
2012-09-12
settings: support customizable tags separator
Andrzej Rybczak
2012-09-12
display: improve showSongs a bit
Andrzej Rybczak
2012-09-12
tag editor: add modified_item_prefix to see modified items
Andrzej Rybczak
2012-09-11
playist: do not duplicate now playing information
Andrzej Rybczak
2012-09-09
display: fix possible crash if song_columns_list_format was invalid
Andrzej Rybczak
2012-09-08
move wstring related functions to wide_char file
Andrzej Rybczak
2012-09-08
use wstrings uncoditionally where needed
Andrzej Rybczak
2012-09-07
fix compilation --without-taglib
Andrzej Rybczak
2012-09-06
display: really fix now playing prefix
Andrzej Rybczak
2012-09-06
display: fix album separators / now playing prefix in classic mode
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
fix shadowing warnings
Andrzej Rybczak
2012-09-03
change naming conventions in NC namespace
Andrzej Rybczak
2012-09-02
implement ProxySongList for handling general operations on lists
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-31
display: get rid of reinterpret_casts
Andrzej Rybczak
2012-08-31
menu: move a few methods to Item class
Andrzej Rybczak
[next]