summaryrefslogtreecommitdiff
path: root/src/lastfm.cpp
AgeCommit message (Expand)Author
2013-07-11configure: require boost.thread v3Andrzej Rybczak
2013-07-10lastfm: rework service architecture a bit and implement getting full artist infoAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2013-04-07rewrite communication system with mpdAndrzej Rybczak
2012-12-08settings: new configuration variable: generate_win32_compatible_filenamesAndrzej Rybczak
2012-10-18replace a few string algorithms with boost utilitiesAndrzej Rybczak
2012-10-06menu: remove include of regexes.hAndrzej 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-13more PascalCase to camelCase conversionsAndrzej 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-08move wstring related functions to wide_char fileAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak
2012-09-08string: fix lowercase functionAndrzej Rybczak
2012-09-06global: remove RedrawHeaderAndrzej Rybczak
2012-09-03change naming conventions in NC namespaceAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-08-29more cleanup and grouping functions logically togetherAndrzej Rybczak
2012-08-29split majority of helpers and rewrite a few heinous functionsAndrzej Rybczak
2012-08-28restrict conversions being done in strbufferAndrzej Rybczak
2012-08-27some general source code tweaksAndrzej Rybczak
2012-08-14keybinding system rewriteAndrzej Rybczak
2012-03-17update copyright datesAndrzej 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
2010-09-15lyrics/lastfm: refetch data if file didn't exist beforeAndrzej Rybczak
2010-08-29fix switching to artist info screenAndrzej Rybczak
2010-08-13lastfm: put code that takes info from a thread to separate functionAndrzej Rybczak
2010-08-13lastfm: redesigned plugins systemAndrzej Rybczak