aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-09-16song: allocate mpd_song from glib slicesMax Kellermann1-0/+15
2008-09-16song: use struct mpd_songMax Kellermann4-44/+44
2008-09-16libmpdclient: moved code to song.cMax Kellermann5-133/+231
2008-09-16mpdclient: add struct names, for forward declarationsMax Kellermann1-4/+4
2008-09-16libmpdclient: const pointersMax Kellermann2-2/+2
2008-09-16code style, indent with tabs IIMax Kellermann5-142/+128
2008-09-16list_window: update variables without loopingMax Kellermann1-10/+14
2008-09-16include cleanupMax Kellermann2-5/+5
2008-09-15easy_download: fixed the type of write_data()Max Kellermann1-1/+3
2008-09-15use GArray for playlist instead of GListMax Kellermann3-101/+76
2008-09-15free info entity while iteratingMax Kellermann1-0/+2
2008-09-15manage tag string allocations in a poolMax Kellermann4-44/+200
2008-09-15added support for unix domain socketsMax Kellermann1-1/+58
2008-09-15lyrics: missing "break"Max Kellermann1-1/+2
2008-09-15lyrics: converted global variables to staticMax Kellermann2-6/+3
2008-09-15fix unused parameter warningsMax Kellermann8-47/+59
2008-09-15imported gcc.h from mpdMax Kellermann2-1/+71
2008-09-15don't declare local variable "options"Max Kellermann3-13/+15
2008-09-15use size_t and unsigned integersMax Kellermann18-114/+130
2008-09-15fixed mixed declaration + codeMax Kellermann3-16/+19
2008-09-15fix shadow warningsMax Kellermann10-144/+148
2008-09-15include cleanupMax Kellermann36-167/+173
2008-09-15screen_auth() returns resultMax Kellermann1-1/+2
2008-09-15fix function prototypesMax Kellermann15-39/+84
2008-09-15const pointersMax Kellermann33-134/+135