| Commit message (Expand) | Author | Files | Lines |
2004-04-06 | Replaced F1,F2,F3 with 1,2,3. | Kalle Wallin | 1 | -3/+3 |
2004-04-06 | Added a welcome message (help). | Kalle Wallin | 1 | -4/+28 |
2004-04-05 | Added support for (auto) center/focus playlists. | Kalle Wallin | 1 | -2/+23 |
2004-03-31 | Moved cursor to main window (selected_row,0) when idle. | Kalle Wallin | 1 | -1/+6 |
2004-03-31 | Moved cursor to main window (selected_row,0) when idle. | Kalle Wallin | 1 | -1/+1 |
2004-03-28 | We now allocate and free memory with glib | Kalle Wallin | 1 | -5/+5 |
2004-03-28 | Moved cursor to main window (0,0) when idle | Kalle Wallin | 1 | -1/+3 |
2004-03-28 | Clear top window when the header changes. | Kalle Wallin | 1 | -0/+7 |
2004-03-27 | Moved random,repeat notification from main.c | Kalle Wallin | 1 | -0/+18 |
2004-03-27 | Moved random,repeat notification to main.c | Kalle Wallin | 1 | -4/+0 |
2004-03-27 | Define the read timeout in screen.h | Kalle Wallin | 1 | -2/+1 |
2004-03-27 | Only use colors if the terminal supports colors. | Kalle Wallin | 1 | -13/+19 |
2004-03-26 | Replaced wrefresh() with wnoutrefresh(). | Kalle Wallin | 1 | -5/+7 |
2004-03-26 | Added support for CMD_TOGGLE_FIND_WRAP. | Kalle Wallin | 1 | -15/+8 |
2004-03-25 | Added support for a configuration file ~/.ncmpcrc and color support. | Kalle Wallin | 1 | -16/+46 |
2004-03-23 | Use screen_status_printf() instead of screen_status_message(). | Kalle Wallin | 1 | -27/+30 |
2004-03-22 | Reverted to relative volume changes. | Kalle Wallin | 1 | -2/+4 |
2004-03-22 | Added a find buffer and a function for formated status messages. | Kalle Wallin | 1 | -0/+18 |
2004-03-22 | We now uses mpd_sendSetvolCommand(), not the old mpd_sendVolumeCommand(). | Kalle Wallin | 1 | -2/+2 |