summaryrefslogtreecommitdiff
path: root/src/lyrics.cpp
AgeCommit message (Expand)Author
2013-04-07update copyright infoAndrzej Rybczak
2013-04-02lyrics: fix compilation --without-curlAndrzej Rybczak
2012-12-08settings: new configuration variable: generate_win32_compatible_filenamesAndrzej Rybczak
2012-11-02lyrics: automatically refresh lyrics window after edit (console editors only)Moritz Lipp
2012-10-18replace a few string algorithms with boost utilitiesAndrzej Rybczak
2012-10-06window: make color/format/border class enumsAndrzej Rybczak
2012-10-06scrollpad: use std::string as containerAndrzej Rybczak
2012-10-05use boost.locale for charset conversions instead of iconvAndrzej Rybczak
2012-09-15abstract shared parts of switchTo methods awayAndrzej Rybczak
2012-09-14make defining screens with main window type as non-pointer possibleAndrzej Rybczak
2012-09-14do not initialize screens lazily as it doesn't make much senseAndrzej Rybczak
2012-09-13fix shadow warnings gcc producesAndrzej Rybczak
2012-09-13more PascalCase to camelCase conversionsAndrzej Rybczak
2012-09-12settings: support customizable tags separatorAndrzej Rybczak
2012-09-12status: split NcmpcppStatusChanged into smaller piecesAndrzej Rybczak
2012-09-11charset: put functions into namespace and change naming conventionAndrzej Rybczak
2012-09-11get rid of locale_to_utf where it's not needed anymoreAndrzej Rybczak
2012-09-11move statusbar/progressbar related code to separate fileAndrzej Rybczak
2012-09-11playist: do not duplicate now playing informationAndrzej Rybczak
2012-09-08move wstring related functions to wide_char fileAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak
2012-09-06global: remove RedrawHeaderAndrzej Rybczak
2012-09-03change naming conventions in NC namespaceAndrzej Rybczak
2012-09-02implement ProxySongList for handling general operations on listsAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-09-02implement HasSongs interfaceAndrzej Rybczak
2012-08-29more cleanup and grouping functions logically togetherAndrzej Rybczak
2012-08-28restrict conversions being done in strbufferAndrzej Rybczak
2012-08-28rewrite MPD::Song objectAndrzej Rybczak
2012-08-27some general source code tweaksAndrzej Rybczak
2012-08-14make displayed messages more consistentAndrzej Rybczak
2012-08-14make it compile with -O2 -WerrorAndrzej Rybczak
2012-08-14keybinding system rewriteAndrzej Rybczak
2012-03-30fix compilation --without-curlAndrzej Rybczak
2012-03-17update copyright datesAndrzej Rybczak
2011-12-29lyrics fetcher: limit number of worker threads downloading lyrics in backgroundAndrzej Rybczak
2011-11-13settings: provide a way to use alternative location for configuration fileAndrzej Rybczak
2011-11-12new feature: support for merging screens togetherAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak
2011-10-18new feature: support for fetching lyrics for currently playing song in backgr...Andrzej Rybczak
2010-09-30lyrics: fix segfault if song didn't have proper tags setAndrzej Rybczak
2010-09-15lyrics/lastfm: refetch data if file didn't exist beforeAndrzej Rybczak
2010-08-22fix compilation --without-curlAndrzej Rybczak
2010-08-17lyrics: add support for storing lyrics in song's directoryAndrzej Rybczak
2010-08-13lyrics: some code beautification + Lyrics::SwitchTo() correctionsAndrzej Rybczak
2010-08-13lastfm: redesigned plugins systemAndrzej Rybczak
2010-08-10lyrics: restore database selectorAndrzej Rybczak
2010-08-10lyrics: reload lyrics in more sane mannerAndrzej Rybczak
2010-08-10lyrics: use pthread_t instead of pthread_t *Andrzej Rybczak
2010-08-10lyrics: pass wrapper around member function to new threadAndrzej Rybczak