summaryrefslogtreecommitdiff
path: root/src/helpers.h
AgeCommit message (Expand)Author
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
2009-09-15remove wrapper for Scroller() needed with --enable-unicodeAndrzej Rybczak
2009-09-15do not copy strings while doing case insensitive comparisonAndrzej Rybczak
2009-09-15pass Buffer/Window to ShowTag() by referenceAndrzej Rybczak
2009-08-29rename misc.{cpp,h} to conv.{cpp,h}Andrzej Rybczak
2009-08-26rearrange sequence of arguments to Scroller()Andrzej Rybczak
2009-08-14simplify code responsible for parsing song formatsAndrzej Rybczak
2009-08-12new feature: alternative user interfaceAndrzej Rybczak
2009-06-04return values instead of playing around with static variables and referencesAndrzej Rybczak
2009-03-14fix prototype of write_data() function used by curlAndrzej Rybczak
2009-03-12make Keypressed() funcion inlineAndrzej Rybczak
2009-03-10use typename keyword instead of class as it's more logicalAndrzej Rybczak
2009-03-10do not include misc.h in menu.h as it's redundant thereAndrzej Rybczak
2009-03-06consider "ignore leading 'the' word" function while sorting playlistAndrzej Rybczak
2009-03-04move some functions to TagEditor class / outsideAndrzej Rybczak
2009-02-24while searching for songs in media library, consider year of the albumAndrzej Rybczak
2009-02-17new feature: apply filter to screen (Ctrl-F)Andrzej Rybczak
2009-02-17cleaningAndrzej Rybczak
2009-02-16use vector<string_pair> instead of map<string, string>Andrzej Rybczak
2009-02-16fix searching in browserAndrzej Rybczak
2009-02-16use streams instead of Window::WriteXY()Andrzej Rybczak
2009-02-14change namespace Browser into classAndrzej Rybczak
2009-02-13separate some code from ncmpcpp.cppAndrzej Rybczak
2009-02-11move WindowTitle() to local unnamed namespaceAndrzej Rybczak
2009-02-10group various functions more logicallyAndrzej Rybczak
2009-02-10includes cleaningAndrzej Rybczak
2009-01-17update fsf address and copyright infoAndrzej Rybczak
2009-01-01improve parsing argvAndrzej Rybczak
2008-12-28move some functions from helpers to status_checkerAndrzej Rybczak