Code

screen_outputs: new screen to control MPD's output devices
[ncmpc.git] / src / command.c
2008-12-05 Mikael Svantessonscreen_outputs: new screen to control MPD's output...
2008-11-25 Max Kellermannpo: improved translatable strings for easier translation
2008-11-18 Max Kellermannscreen_song: check CMD_VIEW only if song screen is...
2008-11-18 Max Kellermannscreen_song: new screen which views song information
2008-11-18 Max Kellermanncommand: change 'locate' default hotkey to 'G'
2008-11-18 Max Kellermanncommand: added CMD_LOCATE to locate song in database
2008-11-07 Max Kellermannoptions: don't store disabled options
2008-10-06 Max Kellermannremoved my_wgetch(), switch to wgetch()
2008-10-06 Max Kellermanndisable ncurses raw mode
2008-10-03 Max Kellermannremoved KEY_RESIZE
2008-10-03 Max Kellermanncode style, indent with tabs XI
2008-10-02 Max Kellermannmoved i18n macros to i18n.h
2008-09-21 Yannick LMAdding crop feature in ncmpc
2008-09-18 Max Kellermannremoved the clock screen
2008-09-18 Max Kellermanncode style, indent with tabs VI
2008-09-17 Max Kellermannuse the glib main event loop
2008-09-17 Max Kellermanncode style, indent with tabs IV
2008-09-15 Max Kellermannfix shadow warnings
2008-09-15 Max Kellermanninclude cleanup
2008-09-15 Max Kellermannfix function prototypes
2008-09-15 Max Kellermannconst pointers
2008-09-15 Max Kellermanncode style, indent with tabs
2007-11-30 Andreas Obergrusbergercmd_select_all added
2006-11-08 Andreas Obergrusbergergo to root/parent dir key added
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-06 Kalle WallinAdded an experimental artist (browser) screen
2004-11-15 Kalle WallinAdded a search screen
2004-07-21 Kalle WallinDont lookup key if key==0 in find_key_command()
2004-07-13 Kalle WallinUse glib's str functions (g_strlcat, g_strlcpy, g_snpri...
2004-07-13 Kalle WallinUse my_wgetch() instead of wgetch(), added --[no-]mouse...
2004-07-12 Kalle WallinMouse support is now optional (enable-mouse)
2004-07-12 Kalle WallinSupport SIGSTOP, SIGCONT in raw mode
2004-07-02 Kalle WallinAdded basic ncurses mouse support
2004-06-30 Kalle WallinAdded flags for conflicting, modified key bindings...
2004-06-22 Kalle WallinAdded key bindings for move-up, move-down (Ctrl-K,...
2004-06-20 Kalle WallinSupport cursor/down with j and k
2004-06-19 Kalle Wallindisplay errors without exiting when key bindings are...
2004-06-18 Kalle WallinAdded a add command (for adding files or urls to the...
2004-06-09 Kalle WallinAdded the get_keyboard_command_with_timeout() function.
2004-06-06 Kalle WallinAdded an optional clock screen :)
2004-06-05 Kalle WallinAdded initial i18n support
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)