aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_help.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-15code style, indent with tabsMax Kellermann1-129/+120
2008-09-15remove unused static functionsMax Kellermann1-1/+1
2007-11-30cmd_select_all addedAndreas Obergrusberger1-0/+1
2007-02-16way too much stuff to describe hereAndreas Obergrusberger1-0/+1
2006-11-08go to root/parent dir key addedAndreas Obergrusberger1-1/+3
2006-08-07now really show the save lyrics command on the help screenAndreas Obergrusberger1-0/+1
2006-08-07lots of cool stuff!Andreas Obergrusberger1-0/+1
2006-08-05interruption of lyrics loading + po blablaAndreas Obergrusberger1-0/+1
2006-08-04the updated sourcesAndreas Obergrusberger1-1/+8
2005-06-14Added previous screen infoKalle Wallin1-0/+1
2005-02-13Enable playlist saving on the browse screenKalle Wallin1-0/+1
2004-11-15Added a search screenKalle Wallin1-3/+17
2004-07-21¡Español!Kalle Wallin1-1/+1
2004-07-13Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin1-12/+12
2004-07-12Mouse support is now optional (enable-mouse)Kalle Wallin1-17/+0
2004-07-12Hide the cursor on the help screen (#247)Kalle Wallin1-7/+49
2004-06-19added help for the add commandKalle Wallin1-0/+1
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