aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* git-svn-id: https://svn.musicpd.org/ncmpc/trunk@763 09075e82-0dd4-0310-85a5-a...Kalle Wallin2004-04-141-41/+0
* Renamed ncmpcrc.sample config.sample.Kalle Wallin2004-04-142-1/+34
* Added a sample key configuration file.Kalle Wallin2004-04-141-0/+112
* Added optional support for a wide_cursor.Kalle Wallin2004-04-143-15/+16
* Highlight and center current track even when paused.Kalle Wallin2004-04-141-5/+8
* Use screen_status_printf() to display character conversion errors. Only use Kalle Wallin2004-04-141-2/+13
* Force curses repaint the status window when adding directories (doupdate).Kalle Wallin2004-04-141-0/+1
* Use get_key_names() for the keys displayed in the welcome message.Kalle Wallin2004-04-141-3/+3
* Updated version and added a SYSCONFDIR define to CFLAGS.Kalle Wallin2004-04-141-3/+4
* Use key descriptions from get_key_description (command.c).Kalle Wallin2004-04-141-47/+63
* Check key bindings and quit if they are insane.Kalle Wallin2004-04-141-1/+8
* Added command names (used with key bindings).Kalle Wallin2004-04-142-76/+236
* relocated configuration file to ~/.ncmpc/config and added support for Kalle Wallin2004-04-142-8/+208
* Poll mpd twice/second, print a newline when exiting.Kalle Wallin2004-04-131-1/+2
* Use wclrtoeol instead of wclear in list_window_paint (wclear is slow).Kalle Wallin2004-04-131-7/+5
* Updated readme.Kalle Wallin2004-04-061-1/+6
* SOCKLEN_TKalle Wallin2004-04-061-1/+1
* Added a new test for socklen_t.Kalle Wallin2004-04-062-3/+74
* Removed all binding to ESC (stop).Kalle Wallin2004-04-061-5/+1
* Replaced F1,F2,F3 with 1,2,3.Kalle Wallin2004-04-061-3/+3
* Added a sample lirc (irpty) configuration file.Kalle Wallin2004-04-062-1/+194
* Added alternate key bindings for Up,Down to enable irpty control.Kalle Wallin2004-04-061-3/+3
* 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