| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Added help for FIND and FIND_NEXT commands | Kalle Wallin | 2004-03-24 | 1 | -2/+5 |
* | Added support for FIND and FIND_NEXT. | Kalle Wallin | 2004-03-23 | 1 | -0/+23 |
* | Dont run mpc_update() directly after a volume change command. | Kalle Wallin | 2004-03-23 | 1 | -1/+4 |
* | Use screen_status_printf() instead of screen_status_message(). | Kalle Wallin | 2004-03-23 | 9 | -77/+59 |
* | Reverted to relative volume changes. | Kalle Wallin | 2004-03-22 | 1 | -2/+4 |
* | Added an implementation of strcasecmp for non glibc systems. | Kalle Wallin | 2004-03-22 | 2 | -4/+38 |
* | Check for strcasecmp (glibc). | Kalle Wallin | 2004-03-22 | 1 | -6/+10 |
* | Modified list_window_find() - case independet search (strcasecmp). | Kalle Wallin | 2004-03-22 | 1 | -5/+5 |
* | Added find (in page) functionality. | Kalle Wallin | 2004-03-22 | 4 | -5/+106 |
* | Added a find buffer and a function for formated status messages. | Kalle Wallin | 2004-03-22 | 2 | -0/+21 |
* | Added commands FIND and FIND_NEXT. | Kalle Wallin | 2004-03-22 | 2 | -2/+6 |
* | We now uses mpd_sendSetvolCommand(), not the old mpd_sendVolumeCommand(). | Kalle Wallin | 2004-03-22 | 1 | -2/+2 |
* | Restored lost basename call. | Kalle Wallin | 2004-03-22 | 1 | -1/+1 |
* | Updated charset support | Kalle Wallin | 2004-03-22 | 2 | -45/+62 |