aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* screen_browser: moved code to browser_select_entry()Max Kellermann2008-09-182-52/+26
* screen_browser: removed commented codeMax Kellermann2008-09-181-15/+0
* screen_browser: moved code to browser_playlist_changed()Max Kellermann2008-09-185-49/+39
* screen_browser: moved code to screen_browser.cMax Kellermann2008-09-186-507/+542
* screen_browser: added struct screen_browserMax Kellermann2008-09-184-185/+208
* renamed screen_browse.h to screen_browser.hMax Kellermann2008-09-185-4/+4
* code style, indent with tabs VIMax Kellermann2008-09-184-550/+515
* added support for wide charactersMax Kellermann2008-09-182-4/+17
* code style, indent with tabs VMax Kellermann2008-09-181-87/+81
* screen: don't handle CMD_PLAYMax Kellermann2008-09-181-0/+2
* libmpdclient: added resolver libraryMax Kellermann2008-09-184-199/+327
* quit with g_main_loop_quit()Max Kellermann2008-09-182-5/+5
* playlist: reset id in playlist_clear()Max Kellermann2008-09-181-0/+2
* playlist: removed "updated" flagMax Kellermann2008-09-184-8/+3
* use the glib main event loopMax Kellermann2008-09-185-90/+157
* screen: check MPD status only if connectedMax Kellermann2008-09-183-42/+61
* screen: moved code to screen_client_cmd()Max Kellermann2008-09-181-9/+24
* main: connect while UI is displayedMax Kellermann2008-09-181-39/+21
* libmpdclient: moved code to mpd_recv(), mpd_wait()Max Kellermann2008-09-181-90/+129
* libmpdclient: smaller input bufferMax Kellermann2008-09-182-6/+5
* libmpdclient: smaller error bufferMax Kellermann2008-09-182-21/+23
* libmpdclient: use memmove() instead of strcpy() for moving the bufferMax Kellermann2008-09-181-8/+8
* libmpdclient: don't strdup() MPD's welcome messageMax Kellermann2008-09-181-7/+3
* libmpdclient: use size_t and ssize_tMax Kellermann2008-09-182-5/+6
* screen: removed empty methodsMax Kellermann2008-09-184-49/+0
* screen: removed NULL checkMax Kellermann2008-09-181-2/+1
* screen_artist: fix compilation errorsMax Kellermann2008-09-171-26/+29
* code style, indent with tabs IVMax Kellermann2008-09-175-471/+449
* browse: when deselecting, don't search twiceMax Kellermann2008-09-171-1/+1
* playlist: added playlist_remove_reuse()Max Kellermann2008-09-172-3/+10
* make several functions return voidMax Kellermann2008-09-1710-41/+32
* playlist: use playlist_get() instead of playlist_get_song()Max Kellermann2008-09-172-6/+9
* list_window: don't reset *highlight to 0Max Kellermann2008-09-174-4/+0
* lyrics: don't check current.lines==NULLMax Kellermann2008-09-171-2/+2
* help: return early from list_callback()Max Kellermann2008-09-171-25/+25
* help: converted help_text_rows to a macroMax Kellermann2008-09-171-10/+3
* lyrics: removed lyrics_text_rows, use current.lines->len insteadMax Kellermann2008-09-171-2/+1
* list_window: added list_window_center()Max Kellermann2008-09-175-27/+25
* list_window: added list_window_scroll_cmd()Max Kellermann2008-09-174-69/+62
* list_window: set repaint at the end of list_window_cmd()Max Kellermann2008-09-171-6/+1
* screen: return early in switch_screen_mode() on errorMax Kellermann2008-09-171-7/+7
* screen: added macro NUM_SCREENSMax Kellermann2008-09-171-25/+16
* screen: close only current screen in screen_exit()Max Kellermann2008-09-171-2/+3
* screen: don't store "screen" as a pointerMax Kellermann2008-09-171-140/+135
* screen: moved code to find_configured_screen()Max Kellermann2008-09-171-10/+13
* screen: mode_fn cannot be NULL, removed checksMax Kellermann2008-09-171-17/+9
* screen: before calling update(), check if it is definedMax Kellermann2008-09-171-1/+1
* screen: removed screen_functions.get_lw()Max Kellermann2008-09-178-53/+2
* replaced get_screen_X() with static screen_functions variableMax Kellermann2008-09-1710-208/+134
* code style, indent with tabs IIIMax Kellermann2008-09-173-112/+104