| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added options: audible-bell, visible-bell, wrap-around, find-wrap | Kalle Wallin | 2004-06-22 | 2 | -0/+24 |
* | added screen_bell() for optional audible/visible bells | Kalle Wallin | 2004-06-22 | 9 | -20/+81 |
* | Added options: audible-bell, visible-bell, wrap-around, find-wrap | Kalle Wallin | 2004-06-22 | 3 | -19/+44 |
* | Support cursor/down with j and k | Kalle Wallin | 2004-06-20 | 1 | -2/+2 |
* | Added _utf8 suffix to all functions that take utf8 arguments. | Kalle Wallin | 2004-06-20 | 5 | -21/+45 |
* | Dont set the xterm title | Kalle Wallin | 2004-06-20 | 1 | -2/+3 |
* | let mpd add directories (just send the path) | Kalle Wallin | 2004-06-20 | 1 | -0/+13 |
* | Added $Id$ to svn:keywords, Added NEWS to project doc files | Kalle Wallin | 2004-06-19 | 2 | -1/+5 |
* | Make shure the list window is repainted after a completion list is displayed | Kalle Wallin | 2004-06-19 | 1 | -6/+11 |
* | added help for the add command | Kalle Wallin | 2004-06-19 | 2 | -0/+2 |
* | added type argument to gcmp_list_from_path() | Kalle Wallin | 2004-06-19 | 4 | -12/+89 |
* | try to complete even if the line is empty | Kalle Wallin | 2004-06-19 | 1 | -1/+1 |
* | fixed the display of completion lists | Kalle Wallin | 2004-06-19 | 1 | -4/+22 |
* | display errors without exiting when key bindings are broken | Kalle Wallin | 2004-06-19 | 5 | -272/+328 |
* | Added completion stuff | Kalle Wallin | 2004-06-18 | 4 | -3/+44 |
* | Added utils.c, utils.h to the project | Kalle Wallin | 2004-06-18 | 3 | -2/+135 |
* | Added a add command (for adding files or urls to the playlist) | Kalle Wallin | 2004-06-18 | 3 | -1/+82 |
* | Added the mpdclient_cmd_add_path function | Kalle Wallin | 2004-06-18 | 2 | -0/+13 |
* | enabled plchanges, update playlist_length after removing songs | Kalle Wallin | 2004-06-17 | 1 | -21/+32 |
* | added ncmpc.h to POTFILES | Kalle Wallin | 2004-06-16 | 3 | -198/+200 |
* | Changed option syntax and added list-format and status-format to CONFIGURATION | Kalle Wallin | 2004-06-16 | 2 | -4/+61 |
* | Use the alert color in screen_readln() | Kalle Wallin | 2004-06-16 | 1 | -0/+1 |
* | libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update() | Kalle Wallin | 2004-06-16 | 7 | -8/+29 |
* | Disable plchanges - need to redesign the plchanges code | Kalle Wallin | 2004-06-15 | 1 | -14/+28 |
* | Modified %shortfile% format to not shorten urls | Kalle Wallin | 2004-06-15 | 2 | -12/+31 |
* | Renamed %basename% format %shortfile% | Kalle Wallin | 2004-06-15 | 3 | -3/+3 |
* | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-... | Kalle Wallin | 2004-06-15 | 6 | -26/+93 |
* | Added list-format and status-format conf options | Kalle Wallin | 2004-06-15 | 5 | -19/+93 |
* | Sort playlist if needed after plchanges, | Kalle Wallin | 2004-06-15 | 1 | -8/+39 |
* | Only display the "change color" error message if we need init_color() | Kalle Wallin | 2004-06-14 | 1 | -1/+1 |
* | Updated error handling | Kalle Wallin | 2004-06-14 | 3 | -21/+43 |
* | Fixed mpdclient_filelist_update() | Kalle Wallin | 2004-06-14 | 1 | -1/+3 |
* | Major cleanup of the mpd client code (mpc->mpdclient) | Kalle Wallin | 2004-06-14 | 28 | -1250/+2002 |
* | Added the strscroll function | Kalle Wallin | 2004-06-09 | 2 | -0/+47 |
* | Updated the reconnect code to allow user to abort in raw mode | Kalle Wallin | 2004-06-09 | 3 | -7/+9 |
* | Updated the get_title callback. | Kalle Wallin | 2004-06-09 | 5 | -20/+26 |
* | Use the terminal in raw mode - ignore terminal control characters | Kalle Wallin | 2004-06-09 | 2 | -52/+15 |
* | Added the get_keyboard_command_with_timeout() function. | Kalle Wallin | 2004-06-09 | 2 | -5/+13 |
* | Fixed a small layout bug whith long strings in list_window_paint() | Kalle Wallin | 2004-06-09 | 1 | -4/+7 |
* | Display the the entire url when a streams metadata==NULL | Kalle Wallin | 2004-06-08 | 2 | -2/+12 |
* | Check playlist length and remove songs (plchanges command) | Kalle Wallin | 2004-06-08 | 4 | -29/+51 |
* | Display stream names in the list window. | Kalle Wallin | 2004-06-07 | 1 | -2/+4 |
* | Fixed resize handling | Kalle Wallin | 2004-06-07 | 2 | -4/+15 |
* | Support plchanges | Kalle Wallin | 2004-06-07 | 5 | -18/+247 |
* | Disable nls support if glib is pre 2.4 (OSX) | Kalle Wallin | 2004-06-07 | 3 | -16/+27 |
* | Added an optional clock screen :) | Kalle Wallin | 2004-06-06 | 11 | -266/+576 |
* | Added the svn:ignore property | Kalle Wallin | 2004-06-06 | 0 | -0/+0 |
* | Added the svn:ignore property | Kalle Wallin | 2004-06-06 | 0 | -0/+0 |
* | Added wreadln.c, wreadln.h a simple line editor | Kalle Wallin | 2004-06-06 | 8 | -35/+434 |
* | Moved charset initialization code to main.c, added bind_textdomain_codeset() | Kalle Wallin | 2004-06-06 | 3 | -40/+24 |