| Commit message (Expand) | Author | Age | Files | Lines |
* | Added the strscroll function | Kalle Wallin | 2004-06-09 | 2 | -0/+47 |
* | Updated the reconnect code to allow user to abort in raw mode | Kalle Wallin | 2004-06-09 | 3 | -7/+9 |
* | Updated the get_title callback. | Kalle Wallin | 2004-06-09 | 5 | -20/+26 |
* | Use the terminal in raw mode - ignore terminal control characters | Kalle Wallin | 2004-06-09 | 2 | -52/+15 |
* | Added the get_keyboard_command_with_timeout() function. | Kalle Wallin | 2004-06-09 | 2 | -5/+13 |
* | Fixed a small layout bug whith long strings in list_window_paint() | Kalle Wallin | 2004-06-09 | 1 | -4/+7 |
* | Display the the entire url when a streams metadata==NULL | Kalle Wallin | 2004-06-08 | 2 | -2/+12 |
* | Check playlist length and remove songs (plchanges command) | Kalle Wallin | 2004-06-08 | 4 | -29/+51 |
* | Display stream names in the list window. | Kalle Wallin | 2004-06-07 | 1 | -2/+4 |
* | Fixed resize handling | Kalle Wallin | 2004-06-07 | 2 | -4/+15 |
* | Support plchanges | Kalle Wallin | 2004-06-07 | 5 | -18/+247 |
* | Disable nls support if glib is pre 2.4 (OSX) | Kalle Wallin | 2004-06-07 | 3 | -16/+27 |
* | Added an optional clock screen :) | Kalle Wallin | 2004-06-06 | 11 | -266/+576 |
* | Added the svn:ignore property | Kalle Wallin | 2004-06-06 | 0 | -0/+0 |
* | Added the svn:ignore property | Kalle Wallin | 2004-06-06 | 0 | -0/+0 |
* | Added wreadln.c, wreadln.h a simple line editor | Kalle Wallin | 2004-06-06 | 8 | -35/+434 |
* | Moved charset initialization code to main.c, added bind_textdomain_codeset() | Kalle Wallin | 2004-06-06 | 3 | -40/+24 |
* | i18n - ncmpc is now bilingual (sv) | Kalle Wallin | 2004-06-06 | 9 | -101/+199 |
* | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1347 09075e82-0dd4-0310-85a5-... | Kalle Wallin | 2004-06-05 | 1 | -0/+37 |
* | Added initial i18n support | Kalle Wallin | 2004-06-05 | 39 | -204/+3050 |
* | Addded support for the mpd update command (CMD_DB_UPDATE) | Kalle Wallin | 2004-06-05 | 4 | -1/+18 |
* | Changed directory layout (for future use of gettext) | Kalle Wallin | 2004-06-05 | 35 | -89/+231 |
* | Redesigned ncmpc's color support | Kalle Wallin | 2004-05-07 | 15 | -239/+750 |
* | Added support for moving songs in a playlist (move-up,move-down). | Kalle Wallin | 2004-05-07 | 5 | -7/+83 |
* | The background color can now be assigned to 'none' (use the current color). | Kalle Wallin | 2004-05-03 | 3 | -8/+10 |
* | 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 |