summaryrefslogtreecommitdiff
path: root/src/helpers.cpp
AgeCommit message (Expand)Author
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
2009-02-20fix compilation --without-curlAndrzej 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-15rename status_checker -> status / + some cleaningAndrzej Rybczak
2009-02-15use generic Scroll methodAndrzej Rybczak
2009-02-14change namespace Browser into classAndrzej Rybczak
2009-02-13change namespace Playlist into classAndrzej Rybczak
2009-02-13separate some code from ncmpcpp.cppAndrzej Rybczak
2009-02-11move all externs to global.hAndrzej Rybczak
2009-02-11move WindowTitle() to local unnamed namespaceAndrzej Rybczak
2009-02-10group various functions more logicallyAndrzej Rybczak
2009-02-10includes cleaningAndrzej Rybczak
2009-02-05replace all string::find_last_of() with string::rfind()Andrzej Rybczak
2009-02-05add optional 'ignore leading "The" word' function while sortingAndrzej Rybczak
2009-01-30make `ncmpcpp toggle` start playing if mpd is stoppedAndrzej Rybczak
2009-01-19check if current iterator position is smaller than end, not equalAndrzej Rybczak
2009-01-17do not exclude iconv support if unicode is enabledAndrzej Rybczak
2009-01-17update fsf address and copyright infoAndrzej Rybczak
2009-01-15fix scrolling if unicode is disabledAndrzej Rybczak
2009-01-15convert filenames to current locale if needed / some implementation improvementsAndrzej Rybczak
2009-01-11always save and read id3 tags in unicodeAndrzej Rybczak
2009-01-11convert id3 tags, directories and playlist names to current locale if neededAndrzej Rybczak
2009-01-01improve parsing argvAndrzej Rybczak
2008-12-28move some functions from helpers to status_checkerAndrzej Rybczak
2008-12-19put scrolling code into function and use it also in lyrics screenAndrzej Rybczak
2008-12-13variables cleaningAndrzej Rybczak
2008-12-12eliminate remained compiler warningsAndrzej Rybczak
2008-12-12update displaying playlist in column viewAndrzej Rybczak
2008-12-12add missing 'else' action in DisplaySong()Andrzej Rybczak
2008-12-11update settingsAndrzej Rybczak
2008-12-11handle colored empty tag markerAndrzej Rybczak
2008-12-11improve handling playlist stats (btw several other improvements)Andrzej Rybczak
2008-12-11update Window::WriteXY() and related stuffAndrzej Rybczak