| Commit message (Expand) | Author | Files | Lines |
2006-08-04 | the updated sources | Andreas Obergrusberger | 1 | -0/+6 |
2005-06-06 | Added an experimental artist (browser) screen | Kalle Wallin | 1 | -2/+6 |
2004-11-15 | Added a search screen | Kalle Wallin | 1 | -1/+8 |
2004-07-21 | Dont lookup key if key==0 in find_key_command() | Kalle Wallin | 1 | -1/+1 |
2004-07-13 | Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 1 | -15/+15 |
2004-07-13 | Use my_wgetch() instead of wgetch(), added --[no-]mouse option | Kalle Wallin | 1 | -13/+32 |
2004-07-12 | Mouse support is now optional (enable-mouse) | Kalle Wallin | 1 | -2/+2 |
2004-07-12 | Support SIGSTOP, SIGCONT in raw mode | Kalle Wallin | 1 | -2/+8 |
2004-07-02 | Added basic ncurses mouse support | Kalle Wallin | 1 | -2/+5 |
2004-06-30 | Added flags for conflicting, modified key bindings - check_key_bindings() | Kalle Wallin | 1 | -67/+103 |
2004-06-22 | Added key bindings for move-up, move-down (Ctrl-K, Ctrl-J) | Kalle Wallin | 1 | -3/+3 |
2004-06-20 | Support cursor/down with j and k | Kalle Wallin | 1 | -2/+2 |
2004-06-19 | display errors without exiting when key bindings are broken | Kalle Wallin | 1 | -46/+77 |
2004-06-18 | Added a add command (for adding files or urls to the playlist) | Kalle Wallin | 1 | -1/+3 |
2004-06-09 | Added the get_keyboard_command_with_timeout() function. | Kalle Wallin | 1 | -5/+12 |
2004-06-06 | Added an optional clock screen :) | Kalle Wallin | 1 | -1/+7 |
2004-06-05 | Added initial i18n support | Kalle Wallin | 1 | -59/+60 |
2004-06-05 | Addded support for the mpd update command (CMD_DB_UPDATE) | Kalle Wallin | 1 | -0/+3 |
2004-06-05 | Changed directory layout (for future use of gettext) | Kalle Wallin | 1 | -0/+0 |
2004-05-07 | Added support for moving songs in a playlist (move-up,move-down). | Kalle Wallin | 1 | -3/+16 |
2004-04-23 | Added prototype for screen_resize(). | Kalle Wallin | 1 | -0/+2 |
2004-04-21 | Fixed resize handling (SIGWINCH). | Kalle Wallin | 1 | -0/+3 |
2004-04-21 | Added seek, crossfade commands. | Kalle Wallin | 1 | -1/+7 |
2004-04-19 | Added copyright notice and license notice | Kalle Wallin | 1 | -18/+50 |
2004-04-14 | Added command names (used with key bindings). | Kalle Wallin | 1 | -74/+219 |
2004-04-06 | Removed all binding to ESC (stop). | Kalle Wallin | 1 | -5/+1 |
2004-04-06 | Added alternate key bindings for Up,Down to enable irpty control. | Kalle Wallin | 1 | -3/+3 |
2004-04-05 | Added support for (auto) center/focus playlists. | Kalle Wallin | 1 | -1/+2 |
2004-03-31 | Updated key bindings, make shore we can stop with a standard key 's'. | Kalle Wallin | 1 | -9/+9 |
2004-03-27 | Added update command. | Kalle Wallin | 1 | -0/+2 |
2004-03-27 | Added delete playlist feature. | Kalle Wallin | 1 | -1/+0 |
2004-03-26 | Added reversed and wrapped list search (find). | Kalle Wallin | 1 | -6/+12 |
2004-03-22 | Added commands FIND and FIND_NEXT. | Kalle Wallin | 1 | -2/+4 |