aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Changed the old CVS Id tag to a SVN Id tag, version updated to 0.10.2-svnKalle Wallin2004-05-031-4/+5
* Reverted back to r875Kalle Wallin2004-04-231-2/+0
* Use wattroff after painting the top line.Kalle Wallin2004-04-232-0/+7
* Added prototype for screen_resize().Kalle Wallin2004-04-231-0/+2
* Make shure the cursor stays on the same row when deleting.Kalle Wallin2004-04-231-4/+4
* Documentation update.Kalle Wallin2004-04-234-13/+79
* Fixed list_window_check_selected().Kalle Wallin2004-04-221-0/+4
* Changed the way songs are added/deleted from playlist (#0000220).Kalle Wallin2004-04-225-70/+110
* Fix that keeps the cursor hidden on aterm/Eterm when the terminal is resized.Kalle Wallin2004-04-221-1/+5
* Fixed resize handling (SIGWINCH).Kalle Wallin2004-04-219-13/+98
* Display the target time when seeking.Kalle Wallin2004-04-211-1/+4
* Removed a duplicate entry for CMD_TOGGLE_FIND_WRAP.Kalle Wallin2004-04-211-1/+0
* UpdatedKalle Wallin2004-04-211-0/+8
* Show a message if a change is not applied.Kalle Wallin2004-04-211-0/+2
* AS_HELP_STRING -> AC_HELP_STRING, because the first one failed on darwin.Kalle Wallin2004-04-211-10/+8
* Added seek_target_time, seek_song_id.Kalle Wallin2004-04-211-0/+4
* Added screen_idle() function.Kalle Wallin2004-04-212-1/+5
* Added support for seek,crossfade. Kalle Wallin2004-04-211-36/+113
* Added seek, crossfade commands.Kalle Wallin2004-04-214-26/+95
* Initialize highlight to zero.Kalle Wallin2004-04-201-1/+1
* git-svn-id: https://svn.musicpd.org/ncmpc/trunk@835 09075e82-0dd4-0310-85a5-a...Kalle Wallin2004-04-193-10/+15
* Added keydef screenKalle Wallin2004-04-194-9/+406
* Added copyright notice and license noticeKalle Wallin2004-04-197-20/+181
* Major cleanup. The goal of this is to simplify addition of "screens".Kalle Wallin2004-04-1910-284/+464
* Specified that the highlight entry in help_text_row_t should be signed (ppc).Kalle Wallin2004-04-141-1/+1
* Updated ChangeLog.Kalle Wallin2004-04-141-1/+30
* 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