aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_search.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-31Update copyright noticesAvuton Olrich1-9/+9
2008-11-30screen_search: use filelist_new() instead of g_malloc0()Max Kellermann1-1/+1
2008-11-27list_window: converted "flags" to one "bool" variableMax Kellermann1-2/+2
2008-11-27list_window: use "bool" instead of "int"Max Kellermann1-1/+1
2008-11-24screen_search.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-5/+4
2008-11-19screen_search: don't include ncurses.h directlyMax Kellermann1-1/+0
2008-11-18screen: method cmd() returns boolMax Kellermann1-6/+6
2008-11-18screen_{file,artist,search}: repaint only if screen is visibleMax Kellermann1-1/+2
2008-11-07wreadln: return NULL instead of empty stringMax Kellermann1-5/+0
2008-11-07mpdclient: expect UTF-8 stringsMax Kellermann1-3/+5
2008-11-07screen_search: fixed 2 memory leaksMax Kellermann1-0/+6
2008-10-03screen: export the global variable "screen"Max Kellermann1-10/+10
2008-10-03screen: don't pass mpdclient pointer to method paint()Max Kellermann1-3/+3
2008-10-03screen_search: array index is tag idMax Kellermann1-24/+19
2008-10-03don't import mpdclient_finish_command() twiceMax Kellermann1-2/+0
2008-10-03screen_search: removed the FUTURE macroMax Kellermann1-11/+0
2008-10-02moved code to charset.cMax Kellermann1-1/+1
2008-10-02moved i18n macros to i18n.hMax Kellermann1-1/+1
2008-10-02removed the debugging function D()Max Kellermann1-3/+0
2008-10-02screen_browser: added browser_cmd()Max Kellermann1-47/+1
2008-09-25screen_browser: added hotkey for adding songMax Kellermann1-0/+8
2008-09-25screen: replaced get_cur_mode_id() with screen_is_visible()Max Kellermann1-1/+1
2008-09-25screen: don't compile disabled sourcesMax Kellermann1-5/+0
2008-09-25filelist: removed attribute "updated"Max Kellermann1-4/+0
2008-09-25screen_search: removed update() methodMax Kellermann1-25/+44
2008-09-25screen_search: removed version check from paint() methodMax Kellermann1-5/+1
2008-09-25screen: don't pass screen pointer to method paint()Max Kellermann1-4/+4
2008-09-25screen: don't call wrefresh() in methods paint() and update()Max Kellermann1-3/+0
2008-09-25list_window: removed property "clear"Max Kellermann1-2/+0
2008-09-25code style, indent with tabs XMax Kellermann1-3/+1
2008-09-21browse: ensure that filelist!=NULLMax Kellermann1-4/+15
2008-09-19screen_search: free second file listMax Kellermann1-0/+1
2008-09-19filelist: provide more functions for working with a filelistMax Kellermann1-14/+8
2008-09-19filelist: drop "mpdclient" prefixMax Kellermann1-3/+3
2008-09-18screen_browser: moved code to browser_playlist_changed()Max Kellermann1-12/+2
2008-09-18screen_browser: moved code to screen_browser.cMax Kellermann1-10/+7
2008-09-18screen_browser: added struct screen_browserMax Kellermann1-49/+54
2008-09-18renamed screen_browse.h to screen_browser.hMax Kellermann1-1/+1
2008-09-18code style, indent with tabs VIMax Kellermann1-218/+204
2008-09-18screen: removed empty methodsMax Kellermann1-6/+0
2008-09-17make several functions return voidMax Kellermann1-3/+4
2008-09-17screen: removed screen_functions.get_lw()Max Kellermann1-7/+0
2008-09-17replaced get_screen_X() with static screen_functions variableMax Kellermann1-20/+12
2008-09-17code style, indent with tabs IIIMax Kellermann1-19/+19
2008-09-15fix unused parameter warningsMax Kellermann1-6/+9
2008-09-15use size_t and unsigned integersMax Kellermann1-2/+2
2008-09-15fixed mixed declaration + codeMax Kellermann1-5/+3
2008-09-15fix shadow warningsMax Kellermann1-15/+18
2008-09-15include cleanupMax Kellermann1-6/+7
2008-09-15fix function prototypesMax Kellermann1-2/+2