aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_help.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* simplified translation stringsMax Kellermann2008-12-251-7/+7
* screen_help: removed "bold" marker from "MOVE_UP" lineMax Kellermann2008-12-251-1/+1
* screen_outputs: new screen to control MPD's output devicesMikael Svantesson2008-12-051-0/+7
* screen_help: added the artist screen hotkeyMax Kellermann2008-11-301-0/+3
* screen_help: added CMD_VIEWMax Kellermann2008-11-301-0/+1
* list_window: converted "flags" to one "bool" variableMax Kellermann2008-11-271-1/+1
* list_window: use "bool" instead of "int"Max Kellermann2008-11-271-2/+2
* screen_help.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-241-4/+3
* screen: method cmd() returns boolMax Kellermann2008-11-181-4/+4
* command: added CMD_LOCATE to locate song in databaseMax Kellermann2008-11-181-0/+1
* include ncursesw/ncurses.h if availableMax Kellermann2008-10-061-1/+0
* screen: export the global variable "screen"Max Kellermann2008-10-031-3/+2
* screen: don't pass mpdclient pointer to method paint()Max Kellermann2008-10-031-1/+1
* code style, indent with tabs XIMax Kellermann2008-10-031-94/+91
* moved i18n macros to i18n.hMax Kellermann2008-10-021-1/+1
* screen_browser: added hotkey for adding songMax Kellermann2008-09-251-0/+2
* screen: don't pass screen pointer to method paint()Max Kellermann2008-09-251-1/+1
* screen: don't call wrefresh() in methods paint() and update()Max Kellermann2008-09-251-1/+0
* list_window: removed property "clear"Max Kellermann2008-09-251-1/+0
* code style, indent with tabs XMax Kellermann2008-09-251-4/+2
* Adding crop feature in ncmpcYannick LM2008-09-211-0/+1
* screen_help: removed update() methodMax Kellermann2008-09-211-13/+6
* removed the clock screenMax Kellermann2008-09-181-3/+0
* help: return early from list_callback()Max Kellermann2008-09-171-25/+25
* help: converted help_text_rows to a macroMax Kellermann2008-09-171-10/+3
* list_window: added list_window_center()Max Kellermann2008-09-171-10/+1
* list_window: added list_window_scroll_cmd()Max Kellermann2008-09-171-37/+1
* screen: removed screen_functions.get_lw()Max Kellermann2008-09-171-7/+0
* replaced get_screen_X() with static screen_functions variableMax Kellermann2008-09-171-19/+10
* fix unused parameter warningsMax Kellermann2008-09-151-5/+6
* use size_t and unsigned integersMax Kellermann2008-09-151-16/+25
* fix shadow warningsMax Kellermann2008-09-151-12/+12
* include cleanupMax Kellermann2008-09-151-5/+5
* const pointersMax Kellermann2008-09-151-3/+3
* code style, indent with tabsMax Kellermann2008-09-151-129/+120
* remove unused static functionsMax Kellermann2008-09-151-1/+1
* cmd_select_all addedAndreas Obergrusberger2007-11-301-0/+1
* way too much stuff to describe hereAndreas Obergrusberger2007-02-161-0/+1
* go to root/parent dir key addedAndreas Obergrusberger2006-11-081-1/+3
* now really show the save lyrics command on the help screenAndreas Obergrusberger2006-08-071-0/+1
* lots of cool stuff!Andreas Obergrusberger2006-08-071-0/+1
* interruption of lyrics loading + po blablaAndreas Obergrusberger2006-08-051-0/+1
* the updated sourcesAndreas Obergrusberger2006-08-041-1/+8
* Added previous screen infoKalle Wallin2005-06-141-0/+1
* Enable playlist saving on the browse screenKalle Wallin2005-02-131-0/+1
* Added a search screenKalle Wallin2004-11-151-3/+17
* ¡Español!Kalle Wallin2004-07-211-1/+1
* Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin2004-07-131-12/+12
* Mouse support is now optional (enable-mouse)Kalle Wallin2004-07-121-17/+0
* Hide the cursor on the help screen (#247)Kalle Wallin2004-07-121-7/+49