aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-06-16Use the alert color in screen_readln()Kalle Wallin1-0/+1
2004-06-16libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update() Kalle Wallin7-8/+29
2004-06-15Disable plchanges - need to redesign the plchanges codeKalle Wallin1-14/+28
2004-06-15Modified %shortfile% format to not shorten urlsKalle Wallin2-12/+31
2004-06-15Renamed %basename% format %shortfile%Kalle Wallin2-2/+2
2004-06-15git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-...Kalle Wallin6-26/+93
2004-06-15Added list-format and status-format conf optionsKalle Wallin4-16/+83
2004-06-15Sort playlist if needed after plchanges,Kalle Wallin1-8/+39
2004-06-14Only display the "change color" error message if we need init_color()Kalle Wallin1-1/+1
2004-06-14Updated error handlingKalle Wallin3-21/+43
2004-06-14Fixed mpdclient_filelist_update()Kalle Wallin1-1/+3
2004-06-14Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin28-1250/+2002
2004-06-09Added the strscroll functionKalle Wallin2-0/+47