| Commit message (Expand) | Author | Age | Files | Lines |
* | Documentation changes for the 0.10.0 realease. | Kalle Wallin | 2004-03-31 | 6 | -16/+30 |
* | Moved cursor to main window (selected_row,0) when idle. | Kalle Wallin | 2004-03-31 | 1 | -1/+1 |
* | Updated key bindings, make shore we can stop with a standard key 's'. | Kalle Wallin | 2004-03-31 | 1 | -9/+9 |
* | Replaced g_utf8_strlen() with strlen() | Kalle Wallin | 2004-03-29 | 1 | -3/+5 |
* | Added error handling in the character conversion functions. | Kalle Wallin | 2004-03-29 | 1 | -6/+36 |
* | Call g_build_filename() the correct way. | Kalle Wallin | 2004-03-29 | 1 | -1/+1 |
* | Removed the concat_path() function. | Kalle Wallin | 2004-03-29 | 2 | -35/+14 |
* | Changed non blocking read timeout from 100ms to 250ms. | Kalle Wallin | 2004-03-29 | 1 | -1/+1 |
* | Started to use glib. | Kalle Wallin | 2004-03-29 | 1 | -1/+1 |
* | Removed --with-default-charset option. | Kalle Wallin | 2004-03-29 | 1 | -7/+2 |
* | Removed extra source - langinfo.c | Kalle Wallin | 2004-03-29 | 1 | -4/+3 |
* | Updated to 0.10.1 | Kalle Wallin | 2004-03-29 | 2 | -3/+8 |
* | Added password support. | Kalle Wallin | 2004-03-29 | 5 | -29/+85 |
* | Started to use glibs neat timer functionality in the main loop. | Kalle Wallin | 2004-03-28 | 1 | -13/+19 |
* | We now allocate and free memory with glib | Kalle Wallin | 2004-03-28 | 9 | -46/+45 |
* | Corrected a spelling error strup => strdup. | Kalle Wallin | 2004-03-28 | 1 | -2/+2 |
* | Started to use glib (not iconv) for character set conversions. | Kalle Wallin | 2004-03-28 | 6 | -337/+17 |
* | Moved cursor to main window (0,0) when idle | Kalle Wallin | 2004-03-28 | 1 | -1/+3 |
* | Distinguish directories, music and playlists with <d>,<m> and <p>. | Kalle Wallin | 2004-03-28 | 1 | -4/+25 |
* | Clear top window when the header changes. | Kalle Wallin | 2004-03-28 | 1 | -0/+7 |
* | Moved random,repeat notification from main.c | Kalle Wallin | 2004-03-27 | 2 | -19/+21 |
* | Moved random,repeat notification to main.c | Kalle Wallin | 2004-03-27 | 2 | -4/+19 |
* | Include "config.h" before support.h | Kalle Wallin | 2004-03-27 | 1 | -0/+1 |
* | Include "config.h" before "support.h" | Kalle Wallin | 2004-03-27 | 2 | -1/+46 |
* | Moved IS_WHITESPACE macor to support.h | Kalle Wallin | 2004-03-27 | 2 | -3/+4 |
* | Initialize iconv_to_utf8 (used when saving playlists). | Kalle Wallin | 2004-03-27 | 1 | -7/+50 |
* | Added update command. | Kalle Wallin | 2004-03-27 | 4 | -1/+9 |
* | Added delete playlist feature. | Kalle Wallin | 2004-03-27 | 4 | -7/+57 |
* | Define the read timeout in screen.h | Kalle Wallin | 2004-03-27 | 2 | -2/+4 |
* | Added function list_window_check_selected(). | Kalle Wallin | 2004-03-27 | 2 | -0/+11 |
* | Added function screen_getch(). | Kalle Wallin | 2004-03-27 | 2 | -3/+31 |
* | Only use colors if the terminal supports colors. | Kalle Wallin | 2004-03-27 | 1 | -13/+19 |
* | Fixed bug 0000212 | Kalle Wallin | 2004-03-26 | 1 | -4/+12 |
* | Added file langinfo.c, used on systems without nl_langinfo() support. | Kalle Wallin | 2004-03-26 | 5 | -5/+138 |
* | Replaced wrefresh() with wnoutrefresh(). | Kalle Wallin | 2004-03-26 | 3 | -9/+11 |
* | Added support for CMD_TOGGLE_FIND_WRAP. | Kalle Wallin | 2004-03-26 | 1 | -15/+8 |
* | Added reversed and wrapped list search (find). | Kalle Wallin | 2004-03-26 | 11 | -95/+198 |
* | Updated the logic in charset_close(), why free stuff that isnt allocated. | Kalle Wallin | 2004-03-26 | 1 | -2/+2 |
* | Switch to the version shipped with libiconv instead of one shipped with | Kalle Wallin | 2004-03-26 | 1 | -49/+15 |
* | forgot to add this | Warren Dukes | 2004-03-26 | 1 | -0/+4 |
* | need to put a Makefile in doc directory, so that | Warren Dukes | 2004-03-26 | 2 | -4/+5 |
* | More stuff done :) | Kalle Wallin | 2004-03-25 | 1 | -3/+3 |
* | Added sample configuration file to doc_DATA | Kalle Wallin | 2004-03-25 | 1 | -1/+1 |
* | Added support for loading playlists | Kalle Wallin | 2004-03-25 | 1 | -19/+49 |
* | Added support for a configuration file ~/.ncmpcrc and color support. | Kalle Wallin | 2004-03-25 | 15 | -43/+481 |
* | Added --enable-colors option, disabled AC_PROG_LIBTOOL | Kalle Wallin | 2004-03-24 | 1 | -2/+12 |
* | Moved list window fuctions to list_window.c. | Kalle Wallin | 2004-03-24 | 10 | -306/+280 |
* | Display directories in a new style, [dir] | Kalle Wallin | 2004-03-24 | 1 | -2/+2 |
* | Padded TOP_HEADER.. with spaces to clear previous header. | Kalle Wallin | 2004-03-24 | 1 | -2/+2 |
* | Added information about the --exit option. | Kalle Wallin | 2004-03-24 | 1 | -2/+5 |