| Commit message (Expand) | Author | Files | Lines |
2004-06-16 | libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update() | Kalle Wallin | 1 | -1/+1 |
2004-06-15 | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-... | Kalle Wallin | 1 | -2/+4 |
2004-06-14 | Major cleanup of the mpd client code (mpc->mpdclient) | Kalle Wallin | 1 | -108/+80 |
2004-06-09 | Use the terminal in raw mode - ignore terminal control characters | Kalle Wallin | 1 | -51/+14 |
2004-06-06 | Added an optional clock screen :) | Kalle Wallin | 1 | -1/+20 |
2004-06-06 | Added wreadln.c, wreadln.h a simple line editor | Kalle Wallin | 1 | -8/+30 |
2004-06-06 | i18n - ncmpc is now bilingual (sv) | Kalle Wallin | 1 | -1/+5 |
2004-06-05 | Added initial i18n support | Kalle Wallin | 1 | -39/+30 |
2004-06-05 | Addded support for the mpd update command (CMD_DB_UPDATE) | Kalle Wallin | 1 | -1/+13 |
2004-06-05 | Changed directory layout (for future use of gettext) | Kalle Wallin | 1 | -11/+37 |
2004-05-07 | Redesigned ncmpc's color support | Kalle Wallin | 1 | -95/+113 |
2004-05-03 | The background color can now be assigned to 'none' (use the current color). | Kalle Wallin | 1 | -2/+1 |
2004-04-23 | Use wattroff after painting the top line. | Kalle Wallin | 1 | -0/+3 |
2004-04-22 | Fix that keeps the cursor hidden on aterm/Eterm when the terminal is resized. | Kalle Wallin | 1 | -1/+5 |
2004-04-21 | Fixed resize handling (SIGWINCH). | Kalle Wallin | 1 | -3/+53 |
2004-04-21 | Display the target time when seeking. | Kalle Wallin | 1 | -1/+4 |
2004-04-21 | Added support for seek,crossfade. | Kalle Wallin | 1 | -36/+113 |
2004-04-19 | Major cleanup. The goal of this is to simplify addition of "screens". | Kalle Wallin | 1 | -103/+146 |
2004-04-14 | Use get_key_names() for the keys displayed in the welcome message. | Kalle Wallin | 1 | -3/+3 |
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 |