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
/
ncmpcpp.cpp
Age
Commit message (
Expand
)
Author
2013-04-07
ncmpcpp: fix custom startup screen
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
actions: use namespace
Andrzej Rybczak
2012-10-06
actions: change naming convention to camelCase
Andrzej Rybczak
2012-10-05
initial restoration of support for encodings different than utf-8
Andrzej Rybczak
2012-10-05
use boost.locale for charset conversions instead of iconv
Andrzej Rybczak
2012-09-20
bindings: guarantee ordering of bindings of the same key
Andrzej Rybczak
2012-09-20
bindings: add support for defining and executing commands
Andrzej Rybczak
2012-09-15
abstract shared parts of switchTo methods away
Andrzej Rybczak
2012-09-14
playlist: define main screen as non-pointer
Andrzej Rybczak
2012-09-14
make defining screens with main window type as non-pointer possible
Andrzej Rybczak
2012-09-14
do not initialize screens lazily as it doesn't make much sense
Andrzej Rybczak
2012-09-13
playlist: move sorting dialog related functions to separate file
Andrzej Rybczak
2012-09-13
more PascalCase to camelCase conversions
Andrzej Rybczak
2012-09-12
require mpd >= 0.16.0
Andrzej Rybczak
2012-09-12
actions: remove Actions::DesignChanged flag
Andrzej Rybczak
2012-09-12
actions: remove Action::OrderResize, use ResizeScreen directly
Andrzej Rybczak
2012-09-12
status: split NcmpcppStatusChanged into smaller pieces
Andrzej Rybczak
2012-09-11
playlist: fix highlight disabling
Andrzej Rybczak
2012-09-11
move statusbar/progressbar related code to separate file
Andrzej Rybczak
2012-09-08
move ParseArgv to separate file
Andrzej Rybczak
2012-09-08
comparators: generalize objects a bit
Andrzej Rybczak
2012-09-07
reduce number of calls to gettimeofday
Andrzej Rybczak
2012-09-06
global: remove RedrawHeader
Andrzej Rybczak
2012-09-06
add example bindings configuration file with comprehensive description
Andrzej Rybczak
2012-09-05
rename keys.{cpp,h} to bindings.{cpp,h}
Andrzej Rybczak
2012-09-05
keys: implement parsing key configuration file
Andrzej Rybczak
2012-09-05
move keys related functions/classes to separate file
Andrzej Rybczak
2012-09-03
change naming conventions in NC namespace
Andrzej Rybczak
2012-09-02
remove warnings clang generates
Andrzej Rybczak
2012-09-02
get rid of 'using namespace NCurses' directive
Andrzej Rybczak
2012-08-29
split majority of helpers and rewrite a few heinous functions
Andrzej Rybczak
2012-08-27
require MPD >= 0.14
Andrzej Rybczak
2012-08-27
some general source code tweaks
Andrzej Rybczak
2012-08-25
initial support for binding keys to action chains
Andrzej Rybczak
2012-08-25
fix screen refresh at startup
Andrzej Rybczak
2012-08-25
add support for binding actions to multibyte characters
Andrzej Rybczak
2012-08-14
playlist: rewrite sorting so it's much less cryptic
Andrzej Rybczak
2012-08-14
make displayed messages more consistent
Andrzej Rybczak
2012-08-14
keybinding system rewrite
Andrzej Rybczak
2012-07-16
settings: fix columns generation without configuration file (ticket #3490)
Andrzej Rybczak
2012-07-16
settings: make progressbar more customizable (elapsed time part color, boldness)
Andrzej Rybczak
2012-07-15
corrections for previous commit
Andrzej Rybczak
2012-07-15
add custom sort format
Maarten de Vries
2012-07-13
Add command to clear filter.
Marc Jessome
2012-07-13
jump to current song at startup even if it's not currently played
Andrzej Rybczak
[next]