| Commit message (Expand) | Author | Age | Files | Lines |
* | list_window: don't reset *highlight to 0 | Max Kellermann | 2008-09-17 | 4 | -4/+0 |
* | lyrics: don't check current.lines==NULL | Max Kellermann | 2008-09-17 | 1 | -2/+2 |
* | help: return early from list_callback() | Max Kellermann | 2008-09-17 | 1 | -25/+25 |
* | help: converted help_text_rows to a macro | Max Kellermann | 2008-09-17 | 1 | -10/+3 |
* | lyrics: removed lyrics_text_rows, use current.lines->len instead | Max Kellermann | 2008-09-17 | 1 | -2/+1 |
* | list_window: added list_window_center() | Max Kellermann | 2008-09-17 | 5 | -27/+25 |
* | list_window: added list_window_scroll_cmd() | Max Kellermann | 2008-09-17 | 4 | -69/+62 |
* | list_window: set repaint at the end of list_window_cmd() | Max Kellermann | 2008-09-17 | 1 | -6/+1 |
* | screen: return early in switch_screen_mode() on error | Max Kellermann | 2008-09-17 | 1 | -7/+7 |
* | screen: added macro NUM_SCREENS | Max Kellermann | 2008-09-17 | 1 | -25/+16 |
* | screen: close only current screen in screen_exit() | Max Kellermann | 2008-09-17 | 1 | -2/+3 |
* | screen: don't store "screen" as a pointer | Max Kellermann | 2008-09-17 | 1 | -140/+135 |
* | screen: moved code to find_configured_screen() | Max Kellermann | 2008-09-17 | 1 | -10/+13 |
* | screen: mode_fn cannot be NULL, removed checks | Max Kellermann | 2008-09-17 | 1 | -17/+9 |
* | screen: before calling update(), check if it is defined | Max Kellermann | 2008-09-17 | 1 | -1/+1 |
* | screen: removed screen_functions.get_lw() | Max Kellermann | 2008-09-17 | 8 | -53/+2 |
* | replaced get_screen_X() with static screen_functions variable | Max Kellermann | 2008-09-17 | 10 | -208/+134 |
* | code style, indent with tabs III | Max Kellermann | 2008-09-17 | 3 | -112/+104 |
* | mpdclient: call playlist_clear() in mpdclient_playlist_update() | Max Kellermann | 2008-09-17 | 1 | -2/+1 |
* | initial draw without delay | Max Kellermann | 2008-09-16 | 1 | -0/+2 |
* | screen: added struct names | Max Kellermann | 2008-09-16 | 7 | -91/+95 |
* | use a C99 compiler | Max Kellermann | 2008-09-16 | 1 | -1/+1 |
* | lyrics: converted in-process plugins to external programs | Max Kellermann | 2008-09-16 | 20 | -1224/+589 |
* | use GPtrArray instead of GArray for playlist songs | Max Kellermann | 2008-09-16 | 2 | -13/+10 |
* | playlist: hide direct accesses in inline functions | Max Kellermann | 2008-09-16 | 3 | -37/+92 |
* | mpdclient: added mpdclient_playlist_init(), mpdclient_playlist_clear() | Max Kellermann | 2008-09-16 | 3 | -6/+34 |
* | mpdclient: moved code to playlist.c | Max Kellermann | 2008-09-16 | 5 | -111/+174 |
* | song: allocate mpd_song from glib slices | Max Kellermann | 2008-09-16 | 1 | -0/+15 |
* | song: use struct mpd_song | Max Kellermann | 2008-09-16 | 4 | -44/+44 |
* | libmpdclient: moved code to song.c | Max Kellermann | 2008-09-16 | 5 | -133/+231 |
* | mpdclient: add struct names, for forward declarations | Max Kellermann | 2008-09-16 | 1 | -4/+4 |
* | libmpdclient: const pointers | Max Kellermann | 2008-09-16 | 2 | -2/+2 |
* | code style, indent with tabs II | Max Kellermann | 2008-09-16 | 5 | -142/+128 |
* | list_window: update variables without looping | Max Kellermann | 2008-09-16 | 1 | -10/+14 |
* | include cleanup | Max Kellermann | 2008-09-16 | 2 | -5/+5 |
* | don't use libncursesw if libncurses was selected | Max Kellermann | 2008-09-16 | 1 | -15/+0 |
* | added myself to AUTHORS | Max Kellermann | 2008-09-16 | 1 | -0/+1 |
* | set version to 0.12~git | Max Kellermann | 2008-09-16 | 1 | -1/+1 |
* | easy_download: fixed the type of write_data() | Max Kellermann | 2008-09-15 | 1 | -1/+3 |
* | use GArray for playlist instead of GList | Max Kellermann | 2008-09-15 | 3 | -101/+76 |
* | free info entity while iterating | Max Kellermann | 2008-09-15 | 1 | -0/+2 |
* | manage tag string allocations in a pool | Max Kellermann | 2008-09-15 | 4 | -44/+200 |
* | added support for unix domain sockets | Max Kellermann | 2008-09-15 | 1 | -1/+58 |
* | lyrics: missing "break" | Max Kellermann | 2008-09-15 | 1 | -1/+2 |
* | lyrics: converted global variables to static | Max Kellermann | 2008-09-15 | 2 | -6/+3 |
* | fix unused parameter warnings | Max Kellermann | 2008-09-15 | 8 | -47/+59 |
* | imported gcc.h from mpd | Max Kellermann | 2008-09-15 | 2 | -1/+71 |
* | don't declare local variable "options" | Max Kellermann | 2008-09-15 | 3 | -13/+15 |
* | use size_t and unsigned integers | Max Kellermann | 2008-09-15 | 18 | -114/+130 |
* | fixed mixed declaration + code | Max Kellermann | 2008-09-15 | 3 | -16/+19 |