| Commit message (Expand) | Author | Age | Files | Lines |
* | unicode fixes from Dmitry Baryshkov/René van Bevern | Kalle Wallin | 2006-03-28 | 3 | -14/+27 |
* | fixed TAB completion support with libcursesw (path from René van Bevern) | Kalle Wallin | 2006-03-28 | 1 | -0/+27 |
* | Backspace fix (wide-char version) | Kalle Wallin | 2006-01-22 | 1 | -0/+11 |
* | Added wide-char version | Kalle Wallin | 2006-01-22 | 1 | -3/+313 |
* | included patch from Jonathan Fors | Kalle Wallin | 2006-01-16 | 5 | -8/+47 |
* | Advanced search fixes | Kalle Wallin | 2005-06-17 | 1 | -4/+6 |
* | sort artists and albums (metalist) | Kalle Wallin | 2005-06-16 | 1 | -0/+18 |
* | Test new search functionality with qball's version of libmpdclient | Kalle Wallin | 2005-06-16 | 3 | -21/+433 |
* | New configuraton option: find-show-last | Kalle Wallin | 2005-06-15 | 3 | -1/+8 |
* | New configuraton option: screen-list | Kalle Wallin | 2005-06-15 | 5 | -10/+103 |
* | Added exact_match parameter to mpdclient_filelist_search() | Kalle Wallin | 2005-06-14 | 4 | -40/+146 |
* | Added artist screen info | Kalle Wallin | 2005-06-14 | 1 | -0/+3 |
* | Added previous screen info | Kalle Wallin | 2005-06-14 | 1 | -0/+1 |
* | Dont include panel.h | Kalle Wallin | 2005-06-14 | 1 | -1/+0 |
* | Moved list window state code to list_window.c | Kalle Wallin | 2005-06-14 | 4 | -96/+128 |
* | support wide-char ncurses library (ncursesw) | Kalle Wallin | 2005-06-11 | 4 | -5/+20 |
* | Added an experimental artist (browser) screen | Kalle Wallin | 2005-06-06 | 9 | -13/+480 |
* | libmpdclient update | Kalle Wallin | 2005-06-05 | 2 | -15/+48 |
* | Added support for %date% and %genre% - from qball | Kalle Wallin | 2005-06-05 | 1 | -0/+4 |
* | seek-time can now be defined in the conf file | Kalle Wallin | 2005-06-03 | 4 | -2/+9 |
* | Added a "hide cursor" feature #0000417 | Kalle Wallin | 2005-06-03 | 4 | -7/+23 |
* | Fixes #0000406, segfault if mpd wants a passwort but ncmpc connects without | Kalle Wallin | 2005-06-01 | 1 | -0/+7 |
* | Enable playlist saving on the browse screen | Kalle Wallin | 2005-02-13 | 3 | -5/+30 |
* | Fixes bug #0000360 | Kalle Wallin | 2005-02-13 | 1 | -1/+1 |
* | Updated libmpdclient to r2897 | Kalle Wallin | 2005-01-23 | 1 | -4/+5 |
* | libmpdclient update | Avuton Olrich | 2005-01-19 | 2 | -2/+106 |
* | Removed C++ style declarations from enqueue_and_play() | Kalle Wallin | 2005-01-04 | 1 | -1/+2 |
* | Bugfix from Niko Tyni, survive select and mouse operations on empty list | Kalle Wallin | 2004-12-19 | 1 | -2/+12 |
* | Bugfix from Niko Tyni, survive find operations on empty search results | Kalle Wallin | 2004-12-19 | 1 | -0/+3 |
* | Bugfix from Niko Tyni, find operation with wrap turned on in an empty list | Kalle Wallin | 2004-12-19 | 1 | -0/+5 |
* | Fixed abort (Ctrl-G) handling in the save playlist prompt | Kalle Wallin | 2004-12-13 | 1 | -1/+2 |
* | %time% format fix from Aurelien Foret (use %02d for seconds) | Kalle Wallin | 2004-12-09 | 1 | -1/+1 |
* | Added a search screen | Kalle Wallin | 2004-11-15 | 19 | -37/+505 |
* | Added debug code for #291 | Kalle Wallin | 2004-07-21 | 1 | -3/+9 |
* | Initialize dummy/last mode id to G_MAXINT | Kalle Wallin | 2004-07-21 | 1 | -1/+1 |
* | Dont lookup key if key==0 in find_key_command() | Kalle Wallin | 2004-07-21 | 1 | -1/+1 |
* | ¡Español! | Kalle Wallin | 2004-07-21 | 1 | -1/+1 |
* | Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 2004-07-13 | 12 | -114/+118 |
* | Use glib's functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 2004-07-13 | 1 | -50/+25 |
* | Moved definitions from screen.h to ncmpc.h | Kalle Wallin | 2004-07-13 | 2 | -8/+10 |
* | Crossfade time can now be definied in the rc file (crossfade-time) | Kalle Wallin | 2004-07-13 | 6 | -107/+104 |
* | Use my_wgetch() instead of wgetch(), added --[no-]mouse option | Kalle Wallin | 2004-07-13 | 12 | -57/+98 |
* | Mouse support is now optional (enable-mouse) | Kalle Wallin | 2004-07-12 | 5 | -23/+13 |
* | Support SIGSTOP, SIGCONT in raw mode | Kalle Wallin | 2004-07-12 | 5 | -3/+38 |
* | Added SIGCONT handler | Kalle Wallin | 2004-07-12 | 1 | -2/+18 |
* | Added configure option --disable-raw-mode | Kalle Wallin | 2004-07-12 | 1 | -0/+2 |
* | Hide the cursor on the help screen (#247) | Kalle Wallin | 2004-07-12 | 3 | -13/+65 |
* | Removed support for the old configuration syntax | Kalle Wallin | 2004-07-12 | 1 | -83/+2 |
* | Fixed short option handling for multiple short options at once (-abcde) | Kalle Wallin | 2004-07-12 | 1 | -14/+20 |
* | Replaced the time_t type with glibs GTime | Kalle Wallin | 2004-07-03 | 2 | -5/+6 |