| Commit message (Expand) | Author | Files | Lines |
2004-06-18 | Added completion stuff | Kalle Wallin | 4 | -3/+44 |
2004-06-18 | Added utils.c, utils.h to the project | Kalle Wallin | 3 | -2/+135 |
2004-06-18 | Added a add command (for adding files or urls to the playlist) | Kalle Wallin | 3 | -1/+82 |
2004-06-18 | Added the mpdclient_cmd_add_path function | Kalle Wallin | 2 | -0/+13 |
2004-06-17 | enabled plchanges, update playlist_length after removing songs | Kalle Wallin | 1 | -21/+32 |
2004-06-16 | Use the alert color in screen_readln() | Kalle Wallin | 1 | -0/+1 |
2004-06-16 | libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update() | Kalle Wallin | 7 | -8/+29 |
2004-06-15 | Disable plchanges - need to redesign the plchanges code | Kalle Wallin | 1 | -14/+28 |
2004-06-15 | Modified %shortfile% format to not shorten urls | Kalle Wallin | 2 | -12/+31 |
2004-06-15 | Renamed %basename% format %shortfile% | Kalle Wallin | 2 | -2/+2 |
2004-06-15 | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-... | Kalle Wallin | 6 | -26/+93 |
2004-06-15 | Added list-format and status-format conf options | Kalle Wallin | 4 | -16/+83 |
2004-06-15 | Sort playlist if needed after plchanges, | Kalle Wallin | 1 | -8/+39 |
2004-06-14 | Only display the "change color" error message if we need init_color() | Kalle Wallin | 1 | -1/+1 |
2004-06-14 | Updated error handling | Kalle Wallin | 3 | -21/+43 |
2004-06-14 | Fixed mpdclient_filelist_update() | Kalle Wallin | 1 | -1/+3 |
2004-06-14 | Major cleanup of the mpd client code (mpc->mpdclient) | Kalle Wallin | 28 | -1250/+2002 |
2004-06-09 | Added the strscroll function | Kalle Wallin | 2 | -0/+47 |
2004-06-09 | Updated the reconnect code to allow user to abort in raw mode | Kalle Wallin | 3 | -7/+9 |
2004-06-09 | Updated the get_title callback. | Kalle Wallin | 5 | -20/+26 |
2004-06-09 | Use the terminal in raw mode - ignore terminal control characters | Kalle Wallin | 2 | -52/+15 |
2004-06-09 | Added the get_keyboard_command_with_timeout() function. | Kalle Wallin | 2 | -5/+13 |
2004-06-09 | Fixed a small layout bug whith long strings in list_window_paint() | Kalle Wallin | 1 | -4/+7 |
2004-06-08 | Display the the entire url when a streams metadata==NULL | Kalle Wallin | 2 | -2/+12 |
2004-06-08 | Check playlist length and remove songs (plchanges command) | Kalle Wallin | 3 | -15/+42 |
2004-06-07 | Display stream names in the list window. | Kalle Wallin | 1 | -2/+4 |
2004-06-07 | Fixed resize handling | Kalle Wallin | 1 | -2/+12 |
2004-06-07 | Support plchanges | Kalle Wallin | 4 | -18/+242 |
2004-06-07 | Disable nls support if glib is pre 2.4 (OSX) | Kalle Wallin | 2 | -2/+4 |
2004-06-06 | Added an optional clock screen :) | Kalle Wallin | 7 | -5/+294 |
2004-06-06 | Added wreadln.c, wreadln.h a simple line editor | Kalle Wallin | 7 | -35/+428 |
2004-06-06 | Moved charset initialization code to main.c, added bind_textdomain_codeset() | Kalle Wallin | 3 | -40/+24 |
2004-06-06 | i18n - ncmpc is now bilingual (sv) | Kalle Wallin | 6 | -52/+57 |
2004-06-05 | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1347 09075e82-0dd4-0310-85a5-... | Kalle Wallin | 1 | -0/+37 |
2004-06-05 | Added initial i18n support | Kalle Wallin | 12 | -187/+174 |
2004-06-05 | Addded support for the mpd update command (CMD_DB_UPDATE) | Kalle Wallin | 4 | -1/+18 |
2004-06-05 | Changed directory layout (for future use of gettext) | Kalle Wallin | 31 | -0/+7246 |