summaryrefslogtreecommitdiff
path: root/src/helpers.cpp
AgeCommit message (Expand)Author
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
2009-10-11new screen: mpd server infoAndrzej Rybczak
2009-10-10new feature: sort songs in browser by mtime (optional)Andrzej Rybczak
2009-10-10make --now-playing support tabulations and line breakersAndrzej Rybczak
2009-10-10move code responsible for replacing content in strings to Replace()Andrzej Rybczak
2009-10-04Merge branch 'libmpdclient2'Andrzej Rybczak
2009-10-03make --version|-v display info about encoding detectionAndrzej Rybczak
2009-09-23add MPD::Connection::Toggle() and throw away MPD::Connection::Execute()Andrzej Rybczak
2009-09-21make ncmpcpp compile with -fno-exceptionsAndrzej Rybczak
2009-09-20--now-playing should return string converted to current localeAndrzej Rybczak
2009-09-19rename Menu::BoldOption() to Menu::Bold()Andrzej Rybczak
2009-09-18change all Mpd.GetState </> psPlay/psStop to (!)Mpd.isPlaying()Andrzej Rybczak
2009-09-15remove wrapper for Scroller() needed with --enable-unicodeAndrzej Rybczak
2009-09-15do not create a bunch of temporary strings in FindSharedDir functionsAndrzej Rybczak
2009-09-15do not copy strings while doing case insensitive comparisonAndrzej Rybczak
2009-09-15pass Buffer/Window to ShowTag() by referenceAndrzej Rybczak
2009-09-04make -v|--version display info about optional screens compiled-inAndrzej Rybczak
2009-09-03update list of supported libraries that is displayed with -v|--versionAndrzej Rybczak
2009-08-30make sorting window use main ncmpcpp loopAndrzej Rybczak
2009-08-26fix scrolling text which contains both normal and wide charactersAndrzej Rybczak
2009-08-26rearrange sequence of arguments to Scroller()Andrzej Rybczak
2009-08-24fix a few glitches in ParseArgv()Andrzej Rybczak
2009-08-23new feature: command line switch for displaying now playing songAndrzej Rybczak
2009-08-23support full command line switches for custom --host and --portAndrzej Rybczak
2009-08-12new feature: alternative user interfaceAndrzej Rybczak
2009-07-05remove using declarationsAndrzej Rybczak
2009-07-04use prefix ++ instead of postfix where availableAndrzej Rybczak
2009-07-04define MPD::Connection handler as an object, not pointerAndrzej Rybczak
2009-06-04return values instead of playing around with static variables and referencesAndrzej Rybczak
2009-06-04add config option to disable text scrolling in header windowAndrzej Rybczak
2009-06-04use "str" as parameter, not "string"Andrzej Rybczak
2009-05-21allow quotation marks inside config optionsAndrzej Rybczak
2009-04-29rewrite GetLineValue() functionAndrzej Rybczak
2009-03-26allow for setting host and port with command line switchesAndrzej Rybczak
2009-03-14fix prototype of write_data() function used by curlAndrzej Rybczak
2009-03-12make Keypressed() funcion inlineAndrzej 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