You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Andrzej Rybczak cbe267abec one more unsigned int -> size_t 18 years ago
..
Makefile.am add support for browsing local filesystem 18 years ago
browser.cpp make file extensions lowercase before comparing them 18 years ago
browser.h add support for browsing local filesystem 18 years ago
color_parser.cpp extend configuration 18 years ago
help.cpp do not display keybinding for tag editor if taglib support is disabled 18 years ago
help.h code clean-ups (help screen initialization splitted) 18 years ago
helpers.cpp use size_t instead of int where it's appropriate 18 years ago
helpers.h improve parsing argv a bit 18 years ago
libmpdclient.c added support for unix domain sockets 18 years ago
libmpdclient.h implement argv handler and basic mpc commands 18 years ago
lyrics.cpp use size_t instead of int where it's appropriate 18 years ago
lyrics.h another code clean-ups 18 years ago
menu.cpp class Menu is template now / bunch of code clean-ups. 18 years ago
menu.h another code clean-ups 18 years ago
misc.cpp another code clean-ups 18 years ago
misc.h use ToLower() instead of calling std::transform explicitly all the time 18 years ago
mpdpp.cpp use size_t instead of int where it's appropriate 18 years ago
mpdpp.h fix adding items to playlist 18 years ago
ncmpcpp.cpp remove mpd_password variable, it should be defined within mpd_host 18 years ago
ncmpcpp.h check whether getenv returns NULL or not 18 years ago
scrollpad.cpp another code clean-ups 18 years ago
scrollpad.h another code clean-ups 18 years ago
search_engine.cpp add config option for default place to search in (database/playlist) 18 years ago
search_engine.h allow searching in current playlist 18 years ago
settings.cpp remove mpd_password variable, it should be defined within mpd_host 18 years ago
settings.h remove mpd_password variable, it should be defined within mpd_host 18 years ago
song.cpp use strrchr instead of a loop 18 years ago
song.h do not create various redundant temp strings in Song class 18 years ago
status_checker.cpp use size_t instead of int where it's appropriate 18 years ago
status_checker.h a lot of code clean-ups, remove song info screen 18 years ago
str_pool.c remove asserts from str_pool 18 years ago
str_pool.h change internal storing of Song info (much less memory consumption) 18 years ago
tag_editor.cpp make file extensions lowercase before comparing them 18 years ago
tag_editor.h add support for browsing local filesystem 18 years ago
window.cpp one more unsigned int -> size_t 18 years ago
window.h another code clean-ups 18 years ago