summaryrefslogtreecommitdiff
path: root/src/helpers.h
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-18replace a few string algorithms with boost utilitiesAndrzej Rybczak
2012-10-06window: make color/format/border class enumsAndrzej Rybczak
2012-10-06restore BasicBuffer::write functionAndrzej Rybczak
2012-10-06scrollpad: use std::string as containerAndrzej Rybczak
2012-10-05window: rename Where to Scroll and make it enum classAndrzej Rybczak
2012-10-05initial restoration of support for encodings different than utf-8Andrzej Rybczak
2012-10-02fix header guardsAndrzej Rybczak
2012-09-18playlist: make reverse operate on iterator rangeAndrzej Rybczak
2012-09-16pass ProxySongList around since it already has shared_ptr insideAndrzej Rybczak
2012-09-16screen: rename BasicScreen to BaseScreenAndrzej Rybczak
2012-09-15rewrite selected items added so it uses sane actions dispatch systemAndrzej Rybczak
2012-09-13add interface HasColumns and its appropriate implementationsAndrzej Rybczak
2012-09-12strbuffer: change basic_buffer to BasicBufferAndrzej Rybczak
2012-09-12display: improve showSongs a bitAndrzej 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-08strbuffer: change typename C to CharTAndrzej Rybczak
2012-09-04actions: get deleting/cropping/clearing playlists rightAndrzej Rybczak
2012-09-04generalize UpdateSongsList (-> markSongsInPlaylist)Andrzej Rybczak
2012-09-04make playlist and playlist editor share code responsible for moving itemsAndrzej 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-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-28restrict conversions being done in strbufferAndrzej Rybczak
2012-08-28reduce usage of pointers / replace std::pair in SearchEngineAndrzej Rybczak
2012-08-28rewrite MPD::Song objectAndrzej Rybczak
2012-08-14add support for priorities (queueing)Andrzej Rybczak
2012-08-14keybinding system rewriteAndrzej Rybczak
2012-03-17update copyright datesAndrzej Rybczak
2011-11-12new feature: support for merging screens togetherAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak
2010-08-10browser: if current dir doesn't exists, go down one level automaticallyAndrzej 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-02-17uninline CaseInsensitiveStringComparison::operator()Andrzej Rybczak
2010-01-30update copyright noticesAndrzej Rybczak
2009-10-11new screen: mpd server infoAndrzej Rybczak
2009-09-26ignore special chars that occurs in tag valuesAndrzej Rybczak
2009-09-19new feature: support for underlined textAndrzej Rybczak