Code

screen_help: added the artist screen hotkey
[ncmpc.git] / src / screen_help.c
2008-11-30 Max Kellermannscreen_help: added the artist screen hotkey
2008-11-30 Max Kellermannscreen_help: added CMD_VIEW
2008-11-27 Max Kellermannlist_window: converted "flags" to one "bool" variable
2008-11-27 Max Kellermannlist_window: use "bool" instead of "int"
2008-11-24 Thomas Jansenscreen_help.c: replaced mpd_unused by G_GNUC_UNUSED
2008-11-18 Max Kellermannscreen: method cmd() returns bool
2008-11-18 Max Kellermanncommand: added CMD_LOCATE to locate song in database
2008-10-06 Max Kellermanninclude ncursesw/ncurses.h if available
2008-10-03 Max Kellermannscreen: export the global variable "screen"
2008-10-03 Max Kellermannscreen: don't pass mpdclient pointer to method paint()
2008-10-03 Max Kellermanncode style, indent with tabs XI
2008-10-02 Max Kellermannmoved i18n macros to i18n.h
2008-09-25 Max Kellermannscreen_browser: added hotkey for adding song
2008-09-25 Max Kellermannscreen: don't pass screen pointer to method paint()
2008-09-25 Max Kellermannscreen: don't call wrefresh() in methods paint() and...
2008-09-25 Max Kellermannlist_window: removed property "clear"
2008-09-25 Max Kellermanncode style, indent with tabs X
2008-09-21 Yannick LMAdding crop feature in ncmpc
2008-09-21 Max Kellermannscreen_help: removed update() method
2008-09-18 Max Kellermannremoved the clock screen
2008-09-17 Max Kellermannhelp: return early from list_callback()
2008-09-17 Max Kellermannhelp: converted help_text_rows to a macro
2008-09-17 Max Kellermannlist_window: added list_window_center()
2008-09-17 Max Kellermannlist_window: added list_window_scroll_cmd()
2008-09-17 Max Kellermannscreen: removed screen_functions.get_lw()
2008-09-17 Max Kellermannreplaced get_screen_X() with static screen_functions...
2008-09-15 Max Kellermannfix unused parameter warnings
2008-09-15 Max Kellermannuse size_t and unsigned integers
2008-09-15 Max Kellermannfix shadow warnings
2008-09-15 Max Kellermanninclude cleanup
2008-09-15 Max Kellermannconst pointers
2008-09-15 Max Kellermanncode style, indent with tabs
2008-09-15 Max Kellermannremove unused static functions
2007-11-30 Andreas Obergrusbergercmd_select_all added
2007-02-16 Andreas Obergrusbergerway too much stuff to describe here
2006-11-08 Andreas Obergrusbergergo to root/parent dir key added
2006-08-07 Andreas Obergrusbergernow really show the save lyrics command on the help...
2006-08-07 Andreas Obergrusbergerlots of cool stuff!
2006-08-05 Andreas Obergrusbergerinterruption of lyrics loading + po blabla
2006-08-04 Andreas Obergrusbergerthe updated sources
2005-06-14 Kalle WallinAdded previous screen info
2005-02-13 Kalle WallinEnable playlist saving on the browse screen
2004-11-15 Kalle WallinAdded a search screen
2004-07-21 Kalle Wallin¡Español!
2004-07-13 Kalle WallinUse glib's str functions (g_strlcat, g_strlcpy, g_snpri...
2004-07-12 Kalle WallinMouse support is now optional (enable-mouse)
2004-07-12 Kalle WallinHide the cursor on the help screen (#247)
2004-06-19 Kalle Wallinadded help for the add command
2004-06-14 Kalle WallinMajor cleanup of the mpd client code (mpc->mpdclient)
2004-06-09 Kalle WallinUpdated the get_title callback.
2004-06-06 Kalle WallinAdded an optional clock screen :)
2004-06-06 Kalle Wallini18n - ncmpc is now bilingual (sv)
2004-06-05 Kalle WallinAddded support for the mpd update command (CMD_DB_UPDATE)
2004-06-05 Kalle WallinChanged directory layout (for future use of gettext)