aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* only compile easy_download when lyrics screen is enabledAndreas Obergrusberger2006-08-041-0/+7
* added qball's easy_downloadAndreas Obergrusberger2006-08-042-0/+113
* the updated sourcesAndreas Obergrusberger2006-08-0414-470/+1321
* IPv6 patch from Jelmer VernooijKalle Wallin2006-03-281-81/+50
* typoKalle Wallin2006-03-282-2/+2
* unicode fixes from Dmitry Baryshkov/René van BevernKalle Wallin2006-03-283-14/+27
* fixed TAB completion support with libcursesw (path from René van Bevern)Kalle Wallin2006-03-281-0/+27
* Backspace fix (wide-char version)Kalle Wallin2006-01-221-0/+11
* Added wide-char versionKalle Wallin2006-01-221-3/+313
* included patch from Jonathan ForsKalle Wallin2006-01-165-8/+47
* Advanced search fixesKalle Wallin2005-06-171-4/+6
* sort artists and albums (metalist)Kalle Wallin2005-06-161-0/+18
* Test new search functionality with qball's version of libmpdclientKalle Wallin2005-06-163-21/+433
* New configuraton option: find-show-lastKalle Wallin2005-06-153-1/+8
* New configuraton option: screen-listKalle Wallin2005-06-155-10/+103
* Added exact_match parameter to mpdclient_filelist_search()Kalle Wallin2005-06-144-40/+146
* Added artist screen infoKalle Wallin2005-06-141-0/+3
* Added previous screen infoKalle Wallin2005-06-141-0/+1
* Dont include panel.hKalle Wallin2005-06-141-1/+0
* Moved list window state code to list_window.cKalle Wallin2005-06-144-96/+128
* support wide-char ncurses library (ncursesw)Kalle Wallin2005-06-114-5/+20
* Added an experimental artist (browser) screenKalle Wallin2005-06-069-13/+480
* libmpdclient updateKalle Wallin2005-06-052-15/+48
* Added support for %date% and %genre% - from qballKalle Wallin2005-06-051-0/+4
* seek-time can now be defined in the conf fileKalle Wallin2005-06-034-2/+9
* Added a "hide cursor" feature #0000417Kalle Wallin2005-06-034-7/+23
* Fixes #0000406, segfault if mpd wants a passwort but ncmpc connects withoutKalle Wallin2005-06-011-0/+7
* Enable playlist saving on the browse screenKalle Wallin2005-02-133-5/+30
* Fixes bug #0000360Kalle Wallin2005-02-131-1/+1
* Updated libmpdclient to r2897Kalle Wallin2005-01-231-4/+5
* libmpdclient updateAvuton Olrich2005-01-192-2/+106
* Removed C++ style declarations from enqueue_and_play()Kalle Wallin2005-01-041-1/+2
* Bugfix from Niko Tyni, survive select and mouse operations on empty listKalle Wallin2004-12-191-2/+12
* Bugfix from Niko Tyni, survive find operations on empty search resultsKalle Wallin2004-12-191-0/+3
* Bugfix from Niko Tyni, find operation with wrap turned on in an empty list Kalle Wallin2004-12-191-0/+5
* Fixed abort (Ctrl-G) handling in the save playlist promptKalle Wallin2004-12-131-1/+2
* %time% format fix from Aurelien Foret (use %02d for seconds)Kalle Wallin2004-12-091-1/+1
* Added a search screenKalle Wallin2004-11-1519-37/+505
* Added debug code for #291Kalle Wallin2004-07-211-3/+9
* Initialize dummy/last mode id to G_MAXINTKalle Wallin2004-07-211-1/+1
* Dont lookup key if key==0 in find_key_command()Kalle Wallin2004-07-211-1/+1
* ¡Español!Kalle Wallin2004-07-211-1/+1
* Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin2004-07-1312-114/+118
* Use glib's functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin2004-07-131-50/+25
* Moved definitions from screen.h to ncmpc.h Kalle Wallin2004-07-132-8/+10
* Crossfade time can now be definied in the rc file (crossfade-time)Kalle Wallin2004-07-136-107/+104
* Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin2004-07-1312-57/+98
* Mouse support is now optional (enable-mouse)Kalle Wallin2004-07-125-23/+13
* Support SIGSTOP, SIGCONT in raw modeKalle Wallin2004-07-125-3/+38
* Added SIGCONT handlerKalle Wallin2004-07-121-2/+18