| Commit message (Expand) | Author | Files | Lines |
2004-07-03 | Replaced the time_t type with glibs GTime | Kalle Wallin | 1 | -4/+5 |
2004-07-02 | Added basic ncurses mouse support | Kalle Wallin | 1 | -0/+4 |
2004-06-14 | Major cleanup of the mpd client code (mpc->mpdclient) | Kalle Wallin | 1 | -9/+9 |
2004-06-09 | Use the terminal in raw mode - ignore terminal control characters | Kalle Wallin | 1 | -1/+1 |
2004-06-06 | Added an optional clock screen :) | Kalle Wallin | 1 | -0/+1 |
2004-06-06 | Added wreadln.c, wreadln.h a simple line editor | Kalle Wallin | 1 | -0/+1 |
2004-06-06 | i18n - ncmpc is now bilingual (sv) | Kalle Wallin | 1 | -7/+0 |
2004-06-05 | Added initial i18n support | Kalle Wallin | 1 | -6/+0 |
2004-06-05 | Changed directory layout (for future use of gettext) | Kalle Wallin | 1 | -0/+0 |
2004-05-07 | Redesigned ncmpc's color support | Kalle Wallin | 1 | -8/+0 |
2004-04-21 | Fixed resize handling (SIGWINCH). | Kalle Wallin | 1 | -1/+3 |
2004-04-21 | Added screen_idle() function. | Kalle Wallin | 1 | -1/+3 |
2004-04-19 | Major cleanup. The goal of this is to simplify addition of "screens". | Kalle Wallin | 1 | -6/+28 |
2004-04-06 | Added a welcome message (help). | Kalle Wallin | 1 | -0/+4 |
2004-04-05 | Added input_timeout. | Kalle Wallin | 1 | -0/+3 |
2004-03-29 | Changed non blocking read timeout from 100ms to 250ms. | Kalle Wallin | 1 | -1/+1 |
2004-03-27 | Define the read timeout in screen.h | Kalle Wallin | 1 | -0/+3 |
2004-03-25 | Added support for a configuration file ~/.ncmpcrc and color support. | Kalle Wallin | 1 | -0/+11 |
2004-03-24 | Moved list window fuctions to list_window.c. | Kalle Wallin | 1 | -1/+1 |
2004-03-24 | Padded TOP_HEADER.. with spaces to clear previous header. | Kalle Wallin | 1 | -2/+2 |
2004-03-23 | Use screen_status_printf() instead of screen_status_message(). | Kalle Wallin | 1 | -2/+2 |
2004-03-22 | Added a find buffer and a function for formated status messages. | Kalle Wallin | 1 | -0/+3 |