aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-06-09Updated the reconnect code to allow user to abort in raw modeKalle Wallin3-7/+9
2004-06-09Updated the get_title callback.Kalle Wallin5-20/+26
2004-06-09Use the terminal in raw mode - ignore terminal control charactersKalle Wallin2-52/+15
2004-06-09Added the get_keyboard_command_with_timeout() function.Kalle Wallin2-5/+13
2004-06-09Fixed a small layout bug whith long strings in list_window_paint()Kalle Wallin1-4/+7
2004-06-08Display the the entire url when a streams metadata==NULLKalle Wallin2-2/+12
2004-06-08Check playlist length and remove songs (plchanges command)Kalle Wallin3-15/+42
2004-06-07Display stream names in the list window.Kalle Wallin1-2/+4
2004-06-07Fixed resize handlingKalle Wallin1-2/+12
2004-06-07Support plchangesKalle Wallin4-18/+242
2004-06-07Disable nls support if glib is pre 2.4 (OSX)Kalle Wallin2-2/+4
2004-06-06Added an optional clock screen :)Kalle Wallin7-5/+294
2004-06-06Added wreadln.c, wreadln.h a simple line editorKalle Wallin7-35/+428
2004-06-06Moved charset initialization code to main.c, added bind_textdomain_codeset()Kalle Wallin3-40/+24
2004-06-06i18n - ncmpc is now bilingual (sv)Kalle Wallin6-52/+57
2004-06-05git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1347 09075e82-0dd4-0310-85a5-...Kalle Wallin1-0/+37
2004-06-05Added initial i18n supportKalle Wallin12-187/+174
2004-06-05Addded support for the mpd update command (CMD_DB_UPDATE)Kalle Wallin4-1/+18
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin31-0/+7246