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 f78e88e6aa do not fetch status after succesful setvol command, set it locally 17 years ago
..
Makefile.am provide generic interface for dealing with selected items 17 years ago
browser.cpp show columns' titles if browser displays them at start 17 years ago
browser.h add support for regular expressions (basic and extended) 17 years ago
charset.cpp provide file with locales and corresponding encodings 17 years ago
charset.h provide file with locales and corresponding encodings 17 years ago
clock.cpp fix for clock misrendering 17 years ago
clock.h make BasicScreen::{Enter,Space}Pressed() pure virtual 17 years ago
display.cpp call Song::Localize() in Display::SongInColumns() 17 years ago
display.h use typename keyword instead of class as it's more logical 17 years ago
global.h move Global::Timer to Playlist class 17 years ago
help.cpp change default behaviour of 'go to given position' function 17 years ago
help.h make BasicScreen::{Enter,Space}Pressed() pure virtual 17 years ago
helpers.cpp fix prototype of write_data() function used by curl 17 years ago
helpers.h fix prototype of write_data() function used by curl 17 years ago
info.cpp clear screen only after getting song info to avoid flickering 17 years ago
info.h make BasicScreen::{Enter,Space}Pressed() pure virtual 17 years ago
libmpdclient.c make function 'clear' in playlist editor clear selected playlist 17 years ago
libmpdclient.h make function 'clear' in playlist editor clear selected playlist 17 years ago
lyrics.cpp use CamelCase for variables in Global namespace / some cleaning 17 years ago
lyrics.h make BasicScreen::{Enter,Space}Pressed() pure virtual 17 years ago
media_library.cpp do not store commands list in MPD::Connection 17 years ago
media_library.h add support for regular expressions (basic and extended) 17 years ago
menu.cpp put classes related to ncurses into NCurses namespace 17 years ago
menu.h check if ptr is NULL before dereferencing it in Menu::GetSelected() 17 years ago
misc.cpp limit scope of unallowed_chars and make it static 17 years ago
misc.h put classes related to ncurses into NCurses namespace 17 years ago
mpdpp.cpp do not fetch status after succesful setvol command, set it locally 17 years ago
mpdpp.h do not fetch status after succesful setvol command, set it locally 17 years ago
ncmpcpp.cpp do not fetch status after succesful setvol command, set it locally 17 years ago
ncmpcpp.h poll mpd once per second, no need to do it more often 17 years ago
playlist.cpp always poll mpd twice per second 17 years ago
playlist.h move Global::Timer to Playlist class 17 years ago
playlist_editor.cpp do not store commands list in MPD::Connection 17 years ago
playlist_editor.h add support for regular expressions (basic and extended) 17 years ago
screen.h use typename keyword instead of class as it's more logical 17 years ago
scrollpad.cpp put classes related to ncurses into NCurses namespace 17 years ago
scrollpad.h use typename keyword instead of class as it's more logical 17 years ago
search_engine.cpp never get full playlist from mpd, always request for changes 17 years ago
search_engine.h make SearchEngine::CaseSensitive regex flag 17 years ago
settings.cpp new feature: move item(s) in playlist to given position 17 years ago
settings.h new feature: move item(s) in playlist to given position 17 years ago
song.cpp provide file with locales and corresponding encodings 17 years ago
song.h rename Song::__Count_Last_Slash_Position() 17 years ago
status.cpp poll mpd once per second, no need to do it more often 17 years ago
status.h use CamelCase for variables in Global namespace / some cleaning 17 years ago
str_pool.c add clock screen (ported from ncmpc) 17 years ago
str_pool.h add clock screen (ported from ncmpc) 17 years ago
strbuffer.h fix Menu copy constructor 17 years ago
tag_editor.cpp never get full playlist from mpd, always request for changes 17 years ago
tag_editor.h some fixes for non-unicode locales 17 years ago
window.cpp ignore keycodes <10 || >10 && <32 in Window::GetString() 17 years ago
window.h return value, not const reference, if return type is POD or ptr 17 years ago