summaryrefslogtreecommitdiff
path: root/src/lyrics.cpp
AgeCommit message (Expand)Author
2015-05-17split PressSpace action into modular piecesAndrzej Rybczak
2015-04-18format: split into two headersAndrzej Rybczak
2014-11-15window: support new colors also as bordersAndrzej Rybczak
2014-11-11format: add flags to refine parsing and printing of the ASTAndrzej Rybczak
2014-11-11wide string: a few adjustmentsAndrzej Rybczak
2014-11-11format: implement generic format parser and printerAndrzej Rybczak
2014-11-06lyrics: check if the song existsAndrzej Rybczak
2014-10-18status: follow lyrics of proper song if consume mode is onAndrzej Rybczak
2014-08-29normalize messagesAndrzej Rybczak
2014-08-29settings: configuration file processing rewriteAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2014-08-27statusbar: use boost::format instead of c-style printfAndrzej Rybczak
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