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