aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_help.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-06-14Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin1-6/+4
2004-06-09Updated the get_title callback.Kalle Wallin1-3/+5
2004-06-06Added an optional clock screen :)Kalle Wallin1-0/+3
2004-06-06i18n - ncmpc is now bilingual (sv)Kalle Wallin1-36/+48
2004-06-05Addded support for the mpd update command (CMD_DB_UPDATE)Kalle Wallin1-0/+1
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-0/+0
2004-05-07Added support for moving songs in a playlist (move-up,move-down).Kalle Wallin1-0/+2
2004-04-21Fixed resize handling (SIGWINCH).Kalle Wallin1-0/+8
2004-04-21Removed a duplicate entry for CMD_TOGGLE_FIND_WRAP.Kalle Wallin1-1/+0
2004-04-21Added seek, crossfade commands.Kalle Wallin1-25/+53
2004-04-19Major cleanup. The goal of this is to simplify addition of "screens".Kalle Wallin1-21/+71
2004-04-14Specified that the highlight entry in help_text_row_t should be signed (ppc).Kalle Wallin1-1/+1
2004-04-14Use key descriptions from get_key_description (command.c).Kalle Wallin1-47/+63
2004-04-05Added support for (auto) center/focus playlists.Kalle Wallin1-0/+2
2004-03-27Added update command.Kalle Wallin1-0/+1
2004-03-27Added delete playlist feature.Kalle Wallin1-1/+1
2004-03-26Added reversed and wrapped list search (find).Kalle Wallin1-38/+23
2004-03-24Moved list window fuctions to list_window.c. Kalle Wallin1-32/+4
2004-03-24Added help for FIND and FIND_NEXT commandsKalle Wallin1-2/+5
2004-03-23Added support for FIND and FIND_NEXT.Kalle Wallin1-0/+23