aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_help.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-06include ncursesw/ncurses.h if availableMax Kellermann1-1/+0
2008-10-03screen: export the global variable "screen"Max Kellermann1-3/+2
2008-10-03screen: don't pass mpdclient pointer to method paint()Max Kellermann1-1/+1
2008-10-03code style, indent with tabs XIMax Kellermann1-94/+91
2008-10-02moved i18n macros to i18n.hMax Kellermann1-1/+1
2008-09-25screen_browser: added hotkey for adding songMax Kellermann1-0/+2
2008-09-25screen: don't pass screen pointer to method paint()Max Kellermann1-1/+1
2008-09-25screen: don't call wrefresh() in methods paint() and update()Max Kellermann1-1/+0
2008-09-25list_window: removed property "clear"Max Kellermann1-1/+0
2008-09-25code style, indent with tabs XMax Kellermann1-4/+2
2008-09-21Adding crop feature in ncmpcYannick LM1-0/+1
2008-09-21screen_help: removed update() methodMax Kellermann1-13/+6
2008-09-18removed the clock screenMax Kellermann1-3/+0
2008-09-17help: return early from list_callback()Max Kellermann1-25/+25
2008-09-17help: converted help_text_rows to a macroMax Kellermann1-10/+3
2008-09-17list_window: added list_window_center()Max Kellermann1-10/+1
2008-09-17list_window: added list_window_scroll_cmd()Max Kellermann1-37/+1
2008-09-17screen: removed screen_functions.get_lw()Max Kellermann1-7/+0
2008-09-17replaced get_screen_X() with static screen_functions variableMax Kellermann1-19/+10
2008-09-15fix unused parameter warningsMax Kellermann1-5/+6
2008-09-15use size_t and unsigned integersMax Kellermann1-16/+25
2008-09-15fix shadow warningsMax Kellermann1-12/+12
2008-09-15include cleanupMax Kellermann1-5/+5
2008-09-15const pointersMax Kellermann1-3/+3
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