summaryrefslogtreecommitdiff
path: root/src/helpers.cpp
AgeCommit message (Expand)Author
2013-04-27fix assertion failure while trying to send play command in commands listAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2013-04-07rewrite communication system with mpdAndrzej Rybczak
2012-10-12helpers: writeCyclicBuffer: fix drawing part of separatorAndrzej Rybczak
2012-10-06restore BasicBuffer::write functionAndrzej Rybczak
2012-09-16pass ProxySongList around since it already has shared_ptr insideAndrzej Rybczak
2012-09-15rewrite selected items added so it uses sane actions dispatch systemAndrzej Rybczak
2012-09-08move ParseArgv 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-04generalize UpdateSongsList (-> markSongsInPlaylist)Andrzej Rybczak
2012-09-03helpers: fix UpdateSongListAndrzej Rybczak
2012-09-03change naming conventions in NC namespaceAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-09-02implement HasSongs interfaceAndrzej Rybczak
2012-08-31menu: move a few methods to Item classAndrzej Rybczak
2012-08-30use std::bind instead of passing void pointers aroundAndrzej Rybczak
2012-08-30menu: some member name changingAndrzej 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-29fix compilation --without-taglibAndrzej Rybczak
2012-08-28reduce usage of pointers / replace std::pair in SearchEngineAndrzej Rybczak
2012-08-28rewrite MPD::Song objectAndrzej Rybczak
2012-08-25add support for binding actions to multibyte charactersAndrzej Rybczak
2012-08-14add support for priorities (queueing)Andrzej Rybczak
2012-08-14make it compile with -O2 -WerrorAndrzej Rybczak
2012-08-14keybinding system rewriteAndrzej Rybczak
2012-07-15corrections for previous commitAndrzej Rybczak
2012-07-15add custom sort formatMaarten de Vries
2012-07-13jump to current song at startup even if it's not currently playedAndrzej Rybczak
2012-03-17update copyright datesAndrzej Rybczak
2011-11-13settings: provide a way to use alternative location for configuration fileAndrzej Rybczak
2011-11-13display more detailed info if connection to MPD couldn't be estabilishedAndrzej Rybczak
2011-11-12new feature: support for merging screens togetherAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak
2011-08-27fixes for previous patch (indentation/compilation)Andrzej Rybczak
2011-08-27Add -s/--screen option to launch to a specific screen.Marc Jessome
2010-08-24helpers: fix default now playing song format and validation of user-specified...Andrzej Rybczak
2010-08-23perform one more check on song formatsAndrzej Rybczak
2010-08-10browser: if current dir doesn't exists, go down one level automaticallyAndrzej Rybczak
2010-08-09remove optional pthread support - it's mandatory nowAndrzej Rybczak
2010-08-09put CURL related functions into a separate fileAndrzej Rybczak
2010-06-26browser: support operations on m3u playlists not created by mpdAndrzej Rybczak
2010-05-17new feature: support for multiple tag types in one columnAndrzej Rybczak
2010-05-17new feature: customizable columns' namesAndrzej Rybczak
2010-05-14fix compilation with mingw32Andrzej Rybczak
2010-02-17uninline CaseInsensitiveStringComparison::operator()Andrzej Rybczak
2010-01-30update copyright noticesAndrzej Rybczak
2010-01-22get rid of using directivesAndrzej Rybczak
2010-01-03fix toggle commandAndrzej Rybczak