aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed KEY_RESIZEMax Kellermann2008-10-031-4/+0
* code style, indent with tabs XIMax Kellermann2008-10-031-148/+144
* moved i18n macros to i18n.hMax Kellermann2008-10-021-0/+1
* Adding crop feature in ncmpcYannick LM2008-09-211-0/+2
* removed the clock screenMax Kellermann2008-09-181-4/+0
* code style, indent with tabs VIMax Kellermann2008-09-181-214/+199
* use the glib main event loopMax Kellermann2008-09-181-13/+3
* code style, indent with tabs IVMax Kellermann2008-09-171-26/+26
* fix shadow warningsMax Kellermann2008-09-151-6/+6
* include cleanupMax Kellermann2008-09-151-8/+6
* fix function prototypesMax Kellermann2008-09-151-4/+3
* const pointersMax Kellermann2008-09-151-4/+4
* code style, indent with tabsMax Kellermann2008-09-151-12/+12
* cmd_select_all addedAndreas Obergrusberger2007-11-301-0/+2
* go to root/parent dir key addedAndreas Obergrusberger2006-11-081-0/+4
* lots of cool stuff!Andreas Obergrusberger2006-08-071-1/+3
* interruption of lyrics loading + po blablaAndreas Obergrusberger2006-08-051-0/+2
* the updated sourcesAndreas Obergrusberger2006-08-041-0/+6
* Added an experimental artist (browser) screenKalle Wallin2005-06-061-2/+6
* Added a search screenKalle Wallin2004-11-151-1/+8
* Dont lookup key if key==0 in find_key_command()Kalle Wallin2004-07-211-1/+1
* Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin2004-07-131-15/+15
* Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin2004-07-131-13/+32
* Mouse support is now optional (enable-mouse)Kalle Wallin2004-07-121-2/+2
* Support SIGSTOP, SIGCONT in raw modeKalle Wallin2004-07-121-2/+8
* Added basic ncurses mouse supportKalle Wallin2004-07-021-2/+5
* Added flags for conflicting, modified key bindings - check_key_bindings()Kalle Wallin2004-06-301-67/+103
* Added key bindings for move-up, move-down (Ctrl-K, Ctrl-J)Kalle Wallin2004-06-221-3/+3
* Support cursor/down with j and kKalle Wallin2004-06-201-2/+2
* display errors without exiting when key bindings are brokenKalle Wallin2004-06-191-46/+77
* Added a add command (for adding files or urls to the playlist)Kalle Wallin2004-06-181-1/+3
* Added the get_keyboard_command_with_timeout() function.Kalle Wallin2004-06-091-5/+12
* Added an optional clock screen :)Kalle Wallin2004-06-061-1/+7
* Added initial i18n supportKalle Wallin2004-06-051-59/+60
* Addded support for the mpd update command (CMD_DB_UPDATE)Kalle Wallin2004-06-051-0/+3
* Changed directory layout (for future use of gettext)Kalle Wallin2004-06-051-0/+429