aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-19browser: song must not be NULL in set_highlight()Max Kellermann1-2/+1
2008-09-19filelist: song must not be NULLMax Kellermann1-1/+4
2008-09-19mpdclient: moved code to filelist.cMax Kellermann5-77/+126
2008-09-19code style, indent with tabs VIIMax Kellermann1-23/+16
2008-09-19fix terminal resizing (SIGWINCH)Max Kellermann1-0/+33
2008-09-18removed the clock screenMax Kellermann8-250/+0
2008-09-18screen_browser: removed entity.song!=NULL checkMax Kellermann1-6/+5
2008-09-18screen_browser: removed redundant highlight checkMax Kellermann1-6/+5
2008-09-18screen_browser: removed redundant entity type checksMax Kellermann1-14/+10
2008-09-18screen_browser: moved code to browser_select_entry()Max Kellermann2-52/+26
2008-09-18screen_browser: removed commented codeMax Kellermann1-15/+0
2008-09-18screen_browser: moved code to browser_playlist_changed()Max Kellermann5-49/+39
2008-09-18screen_browser: moved code to screen_browser.cMax Kellermann6-507/+542
2008-09-18screen_browser: added struct screen_browserMax Kellermann4-185/+208
2008-09-18renamed screen_browse.h to screen_browser.hMax Kellermann5-4/+4
2008-09-18code style, indent with tabs VIMax Kellermann4-550/+515
2008-09-18added support for wide charactersMax Kellermann2-4/+17
2008-09-18code style, indent with tabs VMax Kellermann1-87/+81
2008-09-18screen: don't handle CMD_PLAYMax Kellermann1-0/+2
2008-09-18libmpdclient: added resolver libraryMax Kellermann4-199/+327
2008-09-18quit with g_main_loop_quit()Max Kellermann2-5/+5
2008-09-18playlist: reset id in playlist_clear()Max Kellermann1-0/+2
2008-09-18playlist: removed "updated" flagMax Kellermann4-8/+3
2008-09-18use the glib main event loopMax Kellermann5-90/+157
2008-09-18screen: check MPD status only if connectedMax Kellermann3-42/+61
2008-09-18screen: moved code to screen_client_cmd()Max Kellermann1-9/+24
2008-09-18main: connect while UI is displayedMax Kellermann1-39/+21
2008-09-18libmpdclient: moved code to mpd_recv(), mpd_wait()Max Kellermann1-90/+129
2008-09-18libmpdclient: smaller input bufferMax Kellermann2-6/+5
2008-09-18libmpdclient: smaller error bufferMax Kellermann2-21/+23
2008-09-18libmpdclient: use memmove() instead of strcpy() for moving the bufferMax Kellermann1-8/+8
2008-09-18libmpdclient: don't strdup() MPD's welcome messageMax Kellermann1-7/+3
2008-09-18libmpdclient: use size_t and ssize_tMax Kellermann2-5/+6
2008-09-18screen: removed empty methodsMax Kellermann4-49/+0
2008-09-18screen: removed NULL checkMax Kellermann1-2/+1
2008-09-17screen_artist: fix compilation errorsMax Kellermann1-26/+29
2008-09-17code style, indent with tabs IVMax Kellermann5-471/+449
2008-09-17browse: when deselecting, don't search twiceMax Kellermann1-1/+1
2008-09-17playlist: added playlist_remove_reuse()Max Kellermann2-3/+10
2008-09-17make several functions return voidMax Kellermann10-41/+32
2008-09-17playlist: use playlist_get() instead of playlist_get_song()Max Kellermann2-6/+9
2008-09-17list_window: don't reset *highlight to 0Max Kellermann4-4/+0
2008-09-17lyrics: don't check current.lines==NULLMax Kellermann1-2/+2
2008-09-17help: return early from list_callback()Max Kellermann1-25/+25
2008-09-17help: converted help_text_rows to a macroMax Kellermann1-10/+3
2008-09-17lyrics: removed lyrics_text_rows, use current.lines->len insteadMax Kellermann1-2/+1
2008-09-17list_window: added list_window_center()Max Kellermann5-27/+25
2008-09-17list_window: added list_window_scroll_cmd()Max Kellermann4-69/+62
2008-09-17list_window: set repaint at the end of list_window_cmd()Max Kellermann1-6/+1
2008-09-17screen: return early in switch_screen_mode() on errorMax Kellermann1-7/+7