| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Changed the old CVS Id tag to a SVN Id tag, version updated to 0.10.2-svn | Kalle Wallin | 2004-05-03 | 1 | -4/+5 |
* | Reverted back to r875 | Kalle Wallin | 2004-04-23 | 1 | -2/+0 |
* | Use wattroff after painting the top line. | Kalle Wallin | 2004-04-23 | 2 | -0/+7 |
* | Added prototype for screen_resize(). | Kalle Wallin | 2004-04-23 | 1 | -0/+2 |
* | Make shure the cursor stays on the same row when deleting. | Kalle Wallin | 2004-04-23 | 1 | -4/+4 |
* | Documentation update. | Kalle Wallin | 2004-04-23 | 4 | -13/+79 |
* | Fixed list_window_check_selected(). | Kalle Wallin | 2004-04-22 | 1 | -0/+4 |
* | Changed the way songs are added/deleted from playlist (#0000220). | Kalle Wallin | 2004-04-22 | 5 | -70/+110 |
* | Fix that keeps the cursor hidden on aterm/Eterm when the terminal is resized. | Kalle Wallin | 2004-04-22 | 1 | -1/+5 |
* | Fixed resize handling (SIGWINCH). | Kalle Wallin | 2004-04-21 | 9 | -13/+98 |
* | Display the target time when seeking. | Kalle Wallin | 2004-04-21 | 1 | -1/+4 |
* | Removed a duplicate entry for CMD_TOGGLE_FIND_WRAP. | Kalle Wallin | 2004-04-21 | 1 | -1/+0 |
* | Updated | Kalle Wallin | 2004-04-21 | 1 | -0/+8 |
* | Show a message if a change is not applied. | Kalle Wallin | 2004-04-21 | 1 | -0/+2 |
* | AS_HELP_STRING -> AC_HELP_STRING, because the first one failed on darwin. | Kalle Wallin | 2004-04-21 | 1 | -10/+8 |
* | Added seek_target_time, seek_song_id. | Kalle Wallin | 2004-04-21 | 1 | -0/+4 |
* | Added screen_idle() function. | Kalle Wallin | 2004-04-21 | 2 | -1/+5 |
* | Added support for seek,crossfade. | Kalle Wallin | 2004-04-21 | 1 | -36/+113 |
* | Added seek, crossfade commands. | Kalle Wallin | 2004-04-21 | 4 | -26/+95 |
* | Initialize highlight to zero. | Kalle Wallin | 2004-04-20 | 1 | -1/+1 |
* | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@835 09075e82-0dd4-0310-85a5-a... | Kalle Wallin | 2004-04-19 | 3 | -10/+15 |
* | Added keydef screen | Kalle Wallin | 2004-04-19 | 4 | -9/+406 |
* | Added copyright notice and license notice | Kalle Wallin | 2004-04-19 | 7 | -20/+181 |
* | Major cleanup. The goal of this is to simplify addition of "screens". | Kalle Wallin | 2004-04-19 | 10 | -284/+464 |
* | Specified that the highlight entry in help_text_row_t should be signed (ppc). | Kalle Wallin | 2004-04-14 | 1 | -1/+1 |
* | Updated ChangeLog. | Kalle Wallin | 2004-04-14 | 1 | -1/+30 |
* | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@763 09075e82-0dd4-0310-85a5-a... | Kalle Wallin | 2004-04-14 | 1 | -41/+0 |
* | Renamed ncmpcrc.sample config.sample. | Kalle Wallin | 2004-04-14 | 2 | -1/+34 |
* | Added a sample key configuration file. | Kalle Wallin | 2004-04-14 | 1 | -0/+112 |
* | Added optional support for a wide_cursor. | Kalle Wallin | 2004-04-14 | 3 | -15/+16 |
* | Highlight and center current track even when paused. | Kalle Wallin | 2004-04-14 | 1 | -5/+8 |
* | Use screen_status_printf() to display character conversion errors. Only use | Kalle Wallin | 2004-04-14 | 1 | -2/+13 |
* | Force curses repaint the status window when adding directories (doupdate). | Kalle Wallin | 2004-04-14 | 1 | -0/+1 |
* | Use get_key_names() for the keys displayed in the welcome message. | Kalle Wallin | 2004-04-14 | 1 | -3/+3 |
* | Updated version and added a SYSCONFDIR define to CFLAGS. | Kalle Wallin | 2004-04-14 | 1 | -3/+4 |
* | Use key descriptions from get_key_description (command.c). | Kalle Wallin | 2004-04-14 | 1 | -47/+63 |
* | Check key bindings and quit if they are insane. | Kalle Wallin | 2004-04-14 | 1 | -1/+8 |
* | Added command names (used with key bindings). | Kalle Wallin | 2004-04-14 | 2 | -76/+236 |
* | relocated configuration file to ~/.ncmpc/config and added support for | Kalle Wallin | 2004-04-14 | 2 | -8/+208 |
* | Poll mpd twice/second, print a newline when exiting. | Kalle Wallin | 2004-04-13 | 1 | -1/+2 |
* | Use wclrtoeol instead of wclear in list_window_paint (wclear is slow). | Kalle Wallin | 2004-04-13 | 1 | -7/+5 |
* | Updated readme. | Kalle Wallin | 2004-04-06 | 1 | -1/+6 |
* | SOCKLEN_T | Kalle Wallin | 2004-04-06 | 1 | -1/+1 |
* | Added a new test for socklen_t. | Kalle Wallin | 2004-04-06 | 2 | -3/+74 |
* | Removed all binding to ESC (stop). | Kalle Wallin | 2004-04-06 | 1 | -5/+1 |
* | Replaced F1,F2,F3 with 1,2,3. | Kalle Wallin | 2004-04-06 | 1 | -3/+3 |
* | Added a sample lirc (irpty) configuration file. | Kalle Wallin | 2004-04-06 | 2 | -1/+194 |
* | Added alternate key bindings for Up,Down to enable irpty control. | Kalle Wallin | 2004-04-06 | 1 | -3/+3 |
* | Added a welcome message (help). | Kalle Wallin | 2004-04-06 | 2 | -4/+32 |
* | Fixed the list_window_check_selected() function. | Kalle Wallin | 2004-04-05 | 1 | -0/+3 |