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