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