175 Commits (2e0de374a31740d6d8fe8bf0a67ec47562b83864)

Author SHA1 Message Date
Andrzej Rybczak c03bcbe44b remove color parser / update Window, Scrollpad class and related stuff 18 years ago
Andrzej Rybczak 51e59b04b9 remove several redunant externs and use static variables 18 years ago
Andrzej Rybczak c64e3a9b3b use size_t instead of int where it's appropriate 18 years ago
Andrzej Rybczak 2fcd43dd3b update write_data function 18 years ago
unK 48ba7cbcf2 another code clean-ups 18 years ago
unK f8727b0a10 fix various compiler warnings and a few minor bugs 18 years ago
unK 8133830af9 split data_ready to lyrics_ready and artist_info_ready to avoid main loop lockup 18 years ago
unK 4adcdf8e23 close files after reading them 18 years ago
unK 0a210a8896 use ToLower() instead of calling std::transform explicitly all the time 18 years ago
unK dbe0480db5 store fetched artist's info in ~/.ncmpcpp/artists instead of ~/.lyrics 18 years ago
unK 9b65b39126 put local functions into unnamed namespaces 18 years ago
unK d61cb54653 make fetching lyrics and artist's info work in background 18 years ago
unK da2086c9bd fixes for parsing info from last.fm 18 years ago
unK 9795fc4488 support for fetching artist's info from last.fm 18 years ago
unK 0664f9ed2b escape html chars in fetched lyrics properly 18 years ago
unK 0e1e3c6342 a lot of code clean-ups, remove song info screen 18 years ago
unK 52241fd36d fix for previous commit, uhm. 18 years ago
unK a205e3b46d filter two more tags in fetched lyrics 18 years ago
unK 4348d329ff fix compilation for *bsd 18 years ago
unK c2225172fb use mkdir() instead of system() + a few clean-ups 18 years ago
unknown 34dfffaab0 various clean-ups and improvements 18 years ago
unknown 3bfd8125ec delete html tags from fetched lyrics 18 years ago
unknown b6f631fcfb two more replacements 18 years ago
unknown ca00d9f8ef more html special chars replacements 18 years ago
unknown ea3778da7c add lyrics screen 18 years ago