summaryrefslogtreecommitdiff
path: root/src/lyrics.cpp
AgeCommit message (Expand)Author
2010-08-10lyrics: general code refactoringAndrzej Rybczak
2010-08-10lyrics: rename Lyrics::FetchAgain() to Lyrics::Refetch()Andrzej Rybczak
2010-08-10lyrics: move code that saves lyrics to separate functionAndrzej Rybczak
2010-08-10lyrics: make screen accessible if lyrics are being fetchedAndrzej Rybczak
2010-08-09lyrics: show additional info if lyrics are not found in any databaseAndrzej Rybczak
2010-08-09remove optional pthread support - it's mandatory nowAndrzej Rybczak
2010-08-09lyrics: redesigned plugins systemAndrzej Rybczak
2010-08-09put CURL related functions into a separate fileAndrzej Rybczak
2010-08-08lyrics: add support for lyricsfly.com databaseAndrzej Rybczak
2010-08-08replace lyricsplugin.com with lyrc.com.ar as the former no longer worksAndrzej Rybczak
2010-01-30update copyright noticesAndrzej Rybczak
2010-01-22get rid of using directivesAndrzej Rybczak
2009-12-27reset scrollpad's start position while switching to lyrics/info screensAndrzej Rybczak
2009-11-28refresh lyrics window after local lyrics are reloadedAndrzej Rybczak
2009-10-25poll both stdin and mpd using one select()Andrzej Rybczak
2009-10-20new feature: refetch lyricsAndrzej Rybczak
2009-10-10move code responsible for replacing content in strings to Replace()Andrzej Rybczak
2009-09-26lyrics: check if data returned by curl contains opening and closing tagAndrzej Rybczak
2009-09-18refresh window after lyrics/artist info was (not) downloadedAndrzej Rybczak
2009-09-15get rid of all mysterious numbers that meant length of string literalsAndrzej Rybczak
2009-09-15remove unneded checks in Lyrics::Update() if Reload is requestedAndrzej Rybczak
2009-09-15remove wrapper for Scroller() needed with --enable-unicodeAndrzej Rybczak
2009-08-30throw away all NULLs and replace them by 0sAndrzej Rybczak
2009-08-26rearrange sequence of arguments to Scroller()Andrzej Rybczak
2009-08-14fix song format in lyrics screenAndrzej Rybczak
2009-08-12new feature: alternative user interfaceAndrzej Rybczak
2009-08-05remove lyricswiki support as it doesn't allow fetching lyrics anymoreAndrzej Rybczak
2009-07-05remove using declarationsAndrzej Rybczak
2009-07-04use prefix ++ instead of postfix where availableAndrzej Rybczak
2009-06-26initialize screens only if necessaryAndrzej Rybczak
2009-05-03fix compilation if there were no curl dev files installedAndrzej Rybczak
2009-03-27if in Lyrics::SwitchTo() lyrics aren't taken yet, take them and continueAndrzej Rybczak
2009-03-27make Lyrics::FilenamePath non-static memberAndrzej Rybczak
2009-03-27fix fetching lyrics without threadsAndrzej Rybczak
2009-03-27do not start additional thread if lyrics are available locallyAndrzej Rybczak
2009-03-26get proper user home dir on WIN32 and adjust folders in this case a bitAndrzej Rybczak
2009-03-26fix compilation --without-curlAndrzej Rybczak
2009-03-26use pthread_t * handlers rather than pthread_tAndrzej Rybczak
2009-03-25make it compile under mingw32 --with-curlAndrzej Rybczak
2009-03-25make it compile under mingw32 --without-curl --without-taglibAndrzej Rybczak
2009-03-08use CamelCase for variables in Global namespace / some cleaningAndrzej Rybczak
2009-03-05hide cursor after return from external console editorAndrzej Rybczak
2009-03-04fix handling external console editorAndrzej Rybczak
2009-03-04add support for external console editorAndrzej Rybczak
2009-02-21really fix compilation --without-curlAndrzej Rybczak
2009-02-20fix compilation --without-curlAndrzej Rybczak
2009-02-19make Playlist::NowPlayingSong() return pointer, not referenceAndrzej Rybczak
2009-02-18fix reloading lyrics after song's changeAndrzej Rybczak
2009-02-17support for opening lyrics in external editorAndrzej Rybczak
2009-02-16use streams instead of Window::WriteXY()Andrzej Rybczak