aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mpdclient: call playlist_clear() in mpdclient_playlist_update()Max Kellermann2008-09-171-2/+1
* initial draw without delayMax Kellermann2008-09-161-0/+2
* screen: added struct namesMax Kellermann2008-09-167-91/+95
* use a C99 compilerMax Kellermann2008-09-161-1/+1
* lyrics: converted in-process plugins to external programsMax Kellermann2008-09-1620-1224/+589
* use GPtrArray instead of GArray for playlist songsMax Kellermann2008-09-162-13/+10
* playlist: hide direct accesses in inline functionsMax Kellermann2008-09-163-37/+92
* mpdclient: added mpdclient_playlist_init(), mpdclient_playlist_clear()Max Kellermann2008-09-163-6/+34
* mpdclient: moved code to playlist.cMax Kellermann2008-09-165-111/+174
* song: allocate mpd_song from glib slicesMax Kellermann2008-09-161-0/+15
* song: use struct mpd_songMax Kellermann2008-09-164-44/+44
* libmpdclient: moved code to song.cMax Kellermann2008-09-165-133/+231
* mpdclient: add struct names, for forward declarationsMax Kellermann2008-09-161-4/+4
* libmpdclient: const pointersMax Kellermann2008-09-162-2/+2
* code style, indent with tabs IIMax Kellermann2008-09-165-142/+128
* list_window: update variables without loopingMax Kellermann2008-09-161-10/+14
* include cleanupMax Kellermann2008-09-162-5/+5