aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-09-17screen: added macro NUM_SCREENSMax Kellermann1-25/+16
2008-09-17screen: close only current screen in screen_exit()Max Kellermann1-2/+3
2008-09-17screen: don't store "screen" as a pointerMax Kellermann1-140/+135
2008-09-17screen: moved code to find_configured_screen()Max Kellermann1-10/+13
2008-09-17screen: mode_fn cannot be NULL, removed checksMax Kellermann1-17/+9
2008-09-17screen: before calling update(), check if it is definedMax Kellermann1-1/+1
2008-09-17screen: removed screen_functions.get_lw()Max Kellermann8-53/+2
2008-09-17replaced get_screen_X() with static screen_functions variableMax Kellermann10-208/+134
2008-09-17code style, indent with tabs IIIMax Kellermann3-112/+104
2008-09-17mpdclient: call playlist_clear() in mpdclient_playlist_update()Max Kellermann1-2/+1
2008-09-16initial draw without delayMax Kellermann1-0/+2
2008-09-16screen: added struct namesMax Kellermann7-91/+95
2008-09-16lyrics: converted in-process plugins to external programsMax Kellermann9-677/+482
2008-09-16use GPtrArray instead of GArray for playlist songsMax Kellermann2-13/+10
2008-09-16playlist: hide direct accesses in inline functionsMax Kellermann3-37/+92
2008-09-16mpdclient: added mpdclient_playlist_init(), mpdclient_playlist_clear()Max Kellermann3-6/+34
2008-09-16mpdclient: moved code to playlist.cMax Kellermann5-111/+174