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