aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_help.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* added help for the add commandKalle Wallin2004-06-191-0/+1
* Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin2004-06-141-6/+4
* Updated the get_title callback.Kalle Wallin2004-06-091-3/+5
* Added an optional clock screen :)Kalle Wallin2004-06-061-0/+3
* i18n - ncmpc is now bilingual (sv)Kalle Wallin2004-06-061-36/+48
* Addded support for the mpd update command (CMD_DB_UPDATE)Kalle Wallin2004-06-051-0/+1
* Changed directory layout (for future use of gettext)Kalle Wallin2004-06-051-0/+254