aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added a welcome message (help).Kalle Wallin2004-04-062-4/+32
* Fixed the list_window_check_selected() function.Kalle Wallin2004-04-051-0/+3
* Added input_timeout.Kalle Wallin2004-04-051-0/+3
* Removed old reference to mpc-ncurses.Kalle Wallin2004-04-051-1/+1
* Added support for (auto) center/focus playlists.Kalle Wallin2004-04-057-40/+100
* Added auto-center option.Kalle Wallin2004-04-051-1/+2
* Added strcasestr prototype.Kalle Wallin2004-03-311-6/+4
* Fixed som spelling errors.Kalle Wallin2004-03-311-2/+2
* Only delete a song if it exits.Kalle Wallin2004-03-311-5/+8
* Moved cursor to main window (selected_row,0) when idle.Kalle Wallin2004-03-312-1/+8
* 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