summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-11browser: simplify function callAndrzej Rybczak
2012-09-11charset: put functions into namespace and change naming conventionAndrzej Rybczak
2012-09-11get rid of locale_to_utf where it's not needed anymoreAndrzej Rybczak
2012-09-11remove remaining exclamation marks from messagesAndrzej Rybczak
2012-09-11move statusbar/progressbar related code to separate fileAndrzej Rybczak
2012-09-11status: improve dealing with now playing songAndrzej Rybczak
2012-09-11playist: do not duplicate now playing informationAndrzej Rybczak
2012-09-10browser: redraw header after locating song immediatelyAndrzej Rybczak
2012-09-10mutable song: rename a few functionsAndrzej Rybczak
2012-09-10tag editor: fix a few glitches in LocateSongAndrzej Rybczak
2012-09-09media library: really fix sorting by discAndrzej Rybczak
2012-09-09status: change window title from "ncmpcpp ver. X" to "ncmpcpp X"Andrzej Rybczak
2012-09-09menu: use shared pointers internallyAndrzej Rybczak
2012-09-09media library: fix sorting by discAndrzej Rybczak
2012-09-09comparators: fix LocaleBasedItemSortingAndrzej Rybczak
2012-09-09display: fix possible crash if song_columns_list_format was invalidAndrzej Rybczak
2012-09-08cmdargs: remove command line functionality available in mpcAndrzej 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-08string: fix lowercase functionAndrzej Rybczak
2012-09-08tag editor: fix CapitalizeFirstLettersAndrzej Rybczak
2012-09-08comparators: generalize objects a bitAndrzej Rybczak
2012-09-08song info: redraw header after processing fileAndrzej Rybczak
2012-09-08make use of std::locale based strings comparisonAndrzej Rybczak
2012-09-08actions: implement filtering playlist on prioritiesAndrzej Rybczak
2012-09-07reduce number of calls to gettimeofdayAndrzej Rybczak
2012-09-07add missing binding to doc/bindingsAndrzej Rybczak
2012-09-07actions: fix screen resize after unlockingAndrzej Rybczak
2012-09-07fix compilation --without-taglibAndrzej Rybczak
2012-09-06global: remove RedrawHeaderAndrzej Rybczak
2012-09-06scrollpad: make m_beginning unsignedAndrzej Rybczak
2012-09-06mpd: separate statisticsAndrzej Rybczak
2012-09-06mpd: adjust indentationAndrzej Rybczak
2012-09-06tag editor: fix refresh and reset/save optionsAndrzej Rybczak
2012-09-06display: really fix now playing prefixAndrzej Rybczak
2012-09-06display: fix album separators / now playing prefix in classic modeAndrzej Rybczak
2012-09-06actions: fix failed assertion in AddRandomItemsAndrzej Rybczak
2012-09-06add example bindings configuration file with comprehensive descriptionAndrzej Rybczak
2012-09-06actions: adjust names of a few actions to be more descriptiveAndrzej Rybczak
2012-09-05bindings: bind pause to 'p' and 'P' to display mode toggleAndrzej Rybczak
2012-09-05actions: rename DeselectItems to RemoveSelectionAndrzej Rybczak
2012-09-05bindings: add support for parsing/displaying insert keyAndrzej Rybczak
2012-09-05bindings: remove F* binds, bind Help to F1 only, start other screens with 1Andrzej Rybczak
2012-09-05rename keys.{cpp,h} to bindings.{cpp,h}Andrzej Rybczak
2012-09-05actions: consider jumping to parent dir runnable even on root levelAndrzej Rybczak
2012-09-05keys: improve error messages a bitAndrzej Rybczak
2012-09-05status: optimize filtering when chars are being taken from input queueAndrzej Rybczak
2012-09-05actions: guarantee that action will not be executed without checksAndrzej Rybczak