aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_artist.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-22screen: simplified CMD_SCREEN_UPDATE handlersMax Kellermann1-2/+0
2008-09-22screen: don't set list_window->repaintMax Kellermann1-2/+0
2008-09-21browse: ensure that filelist!=NULLMax Kellermann1-0/+3
2008-09-21screen_artist: check if anything is selectedMax Kellermann1-0/+8
2008-09-19filelist: provide more functions for working with a filelistMax Kellermann1-9/+4
2008-09-19filelist: drop "mpdclient" prefixMax Kellermann1-3/+3
2008-09-18screen_browser: moved code to browser_playlist_changed()Max Kellermann1-13/+2
2008-09-18screen_browser: moved code to screen_browser.cMax Kellermann1-9/+6
2008-09-18screen_browser: added struct screen_browserMax Kellermann1-79/+91
2008-09-18renamed screen_browse.h to screen_browser.hMax Kellermann1-1/+1
2008-09-18screen: removed empty methodsMax Kellermann1-6/+0
2008-09-17screen_artist: fix compilation errorsMax Kellermann1-26/+29
2008-09-17code style, indent with tabs IVMax Kellermann1-335/+316
2008-09-17list_window: don't reset *highlight to 0Max Kellermann1-1/+0
2008-09-17replaced get_screen_X() with static screen_functions variableMax Kellermann1-20/+12
2008-09-15include cleanupMax Kellermann1-6/+7
2008-09-15remove unused static functionsMax Kellermann1-2/+2
2006-11-11Daniel rocked the houseAndreas Obergrusberger1-0/+34
2005-06-16sort artists and albums (metalist)Kalle Wallin1-0/+18
2005-06-14Added exact_match parameter to mpdclient_filelist_search()Kalle Wallin1-36/+94
2005-06-14Moved list window state code to list_window.cKalle Wallin1-53/+50
2005-06-06Added an experimental artist (browser) screenKalle Wallin1-0/+389