aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-10command: disable check_key_bindings() with --enable-miniMax Kellermann1-0/+10
2008-12-06added missing copyright headersMax Kellermann1-0/+19
2008-12-05screen_outputs: new screen to control MPD's output devicesMikael Svantesson1-0/+1
2008-11-18screen_song: new screen which views song informationMax Kellermann1-0/+1
2008-11-18command: added CMD_LOCATE to locate song in databaseMax Kellermann1-0/+1
2008-11-07command.h: include config.hMax Kellermann1-0/+2
2008-11-07options: don't store disabled optionsMax Kellermann1-0/+3
2008-10-06include ncursesw/ncurses.h if availableMax Kellermann1-1/+0
2008-10-06removed my_wgetch(), switch to wgetch()Max Kellermann1-1/+0
2008-10-03code style, indent with tabs XIMax Kellermann1-57/+56
2008-09-21Adding crop feature in ncmpcYannick LM1-0/+1
2008-09-18removed the clock screenMax Kellermann1-1/+0
2008-09-18use the glib main event loopMax Kellermann1-1/+0
2008-09-15include cleanupMax Kellermann1-0/+4
2008-09-15const pointersMax Kellermann1-6/+6
2008-09-15code style, indent with tabsMax Kellermann1-7/+6
2007-11-30cmd_select_all addedAndreas Obergrusberger1-0/+1
2006-11-08go to root/parent dir key addedAndreas Obergrusberger1-0/+2
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-0/+1
2005-06-06Added an experimental artist (browser) screenKalle Wallin1-0/+1
2004-11-15Added a search screenKalle Wallin1-0/+1
2004-07-13Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin1-2/+8
2004-07-02Added basic ncurses mouse supportKalle Wallin1-0/+1
2004-06-30Added flags for conflicting, modified key bindings - check_key_bindings()Kalle Wallin1-1/+8
2004-06-19display errors without exiting when key bindings are brokenKalle Wallin1-1/+1
2004-06-18Added a add command (for adding files or urls to the playlist)Kalle Wallin1-0/+1
2004-06-09Added the get_keyboard_command_with_timeout() function.Kalle Wallin1-0/+1
2004-06-06Added an optional clock screen :)Kalle Wallin1-0/+1
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-21Added seek, crossfade commands.Kalle Wallin1-0/+3
2004-04-19Added keydef screenKalle Wallin1-0/+4
2004-04-14Added command names (used with key bindings).Kalle Wallin1-2/+17
2004-04-05Added support for (auto) center/focus playlists.Kalle Wallin1-0/+1
2004-03-27Added update command.Kalle Wallin1-0/+1
2004-03-27Added delete playlist feature.Kalle Wallin1-1/+0
2004-03-26Added reversed and wrapped list search (find).Kalle Wallin1-0/+5
2004-03-22Added commands FIND and FIND_NEXT.Kalle Wallin1-0/+2