aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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 Wallin12-114/+118
2004-07-13Use glib's functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin1-50/+25
2004-07-13Moved definitions from screen.h to ncmpc.h Kalle Wallin2-8/+10
2004-07-13Crossfade time can now be definied in the rc file (crossfade-time)Kalle Wallin6-107/+104
2004-07-13Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin12-57/+98
2004-07-12Mouse support is now optional (enable-mouse)Kalle Wallin5-23/+13
2004-07-12Support SIGSTOP, SIGCONT in raw modeKalle Wallin5-3/+38
2004-07-12Added SIGCONT handlerKalle Wallin1-2/+18
2004-07-12Added configure option --disable-raw-modeKalle Wallin1-0/+2
2004-07-12Hide the cursor on the help screen (#247)Kalle Wallin3-13/+65
2004-07-12Removed support for the old configuration syntaxKalle Wallin1-83/+2
2004-07-12Fixed short option handling for multiple short options at once (-abcde)Kalle Wallin1-14/+20
2004-07-03Replaced the time_t type with glibs GTimeKalle Wallin2-5/+6
2004-07-03Cleaned up the conf debug codeKalle Wallin1-7/+2
2004-07-03Replaced the debug macro with a functionKalle Wallin2-1/+19
2004-07-03Ignore mouse events in wreadln, screen_getchKalle Wallin2-4/+15
2004-07-02Added basic ncurses mouse supportKalle Wallin6-3/+133
2004-07-02Make shure the list scrolls when moving a songKalle Wallin1-0/+2
2004-07-02Fixed the plchanges codeKalle Wallin1-58/+25
2004-07-02improved error handling in the argv parserKalle Wallin1-26/+65
2004-07-01Removed popt code/dependencyKalle Wallin1-107/+196
2004-07-01Removed the trim() function, using glib's g_strstrip() insteadKalle Wallin3-22/+1
2004-06-30Updated libmpdclient to r1743Kalle Wallin2-34/+67
2004-06-30Added flags for conflicting, modified key bindings - check_key_bindings()Kalle Wallin4-72/+130
2004-06-24Removed an unwanter fprintf lineKalle Wallin1-1/+0
2004-06-24Made the xterm title dynamic, added configuration option xterm-title-formatKalle Wallin1-5/+33
2004-06-24Made the xterm title dynamic, added configuration option xterm-title-formatKalle Wallin4-8/+23
2004-06-24Added configuration option - set-xterm-titleKalle Wallin1-1/+1
2004-06-24Renamed mpd version macroKalle Wallin2-7/+15
2004-06-22Clear the main window on CMD_SCREEN_UPDATEKalle Wallin3-0/+11
2004-06-22Added key bindings for move-up, move-down (Ctrl-K, Ctrl-J)Kalle Wallin1-3/+3
2004-06-22Make shure the dummy debug macro survives the OSX preprocessorKalle Wallin1-2/+2
2004-06-22added screen_bell() for optional audible/visible bellsKalle Wallin9-20/+81
2004-06-22Added options: audible-bell, visible-bell, wrap-around, find-wrapKalle Wallin3-19/+44
2004-06-20Support cursor/down with j and kKalle Wallin1-2/+2
2004-06-20Added _utf8 suffix to all functions that take utf8 arguments.Kalle Wallin5-21/+45
2004-06-20Dont set the xterm titleKalle Wallin1-2/+3
2004-06-20let mpd add directories (just send the path)Kalle Wallin1-0/+13
2004-06-19Make shure the list window is repainted after a completion list is displayedKalle Wallin1-6/+11
2004-06-19added help for the add commandKalle Wallin1-0/+1
2004-06-19added type argument to gcmp_list_from_path()Kalle Wallin3-11/+70
2004-06-19try to complete even if the line is emptyKalle Wallin1-1/+1
2004-06-19fixed the display of completion listsKalle Wallin1-4/+22
2004-06-19display errors without exiting when key bindings are brokenKalle Wallin3-54/+92
2004-06-18Added completion stuffKalle Wallin4-3/+44
2004-06-18Added utils.c, utils.h to the projectKalle Wallin3-2/+135
2004-06-18Added a add command (for adding files or urls to the playlist)Kalle Wallin3-1/+82
2004-06-18Added the mpdclient_cmd_add_path functionKalle Wallin2-0/+13
2004-06-17enabled plchanges, update playlist_length after removing songsKalle Wallin1-21/+32