| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | screen_browser: removed redundant entity type checks | Max Kellermann | 2008-09-18 | 1 | -14/+10 |
* | screen_browser: moved code to browser_select_entry() | Max Kellermann | 2008-09-18 | 2 | -52/+26 |
* | screen_browser: removed commented code | Max Kellermann | 2008-09-18 | 1 | -15/+0 |
* | screen_browser: moved code to browser_playlist_changed() | Max Kellermann | 2008-09-18 | 5 | -49/+39 |
* | screen_browser: moved code to screen_browser.c | Max Kellermann | 2008-09-18 | 6 | -507/+542 |
* | screen_browser: added struct screen_browser | Max Kellermann | 2008-09-18 | 4 | -185/+208 |
* | renamed screen_browse.h to screen_browser.h | Max Kellermann | 2008-09-18 | 5 | -4/+4 |
* | code style, indent with tabs VI | Max Kellermann | 2008-09-18 | 4 | -550/+515 |
* | added support for wide characters | Max Kellermann | 2008-09-18 | 2 | -4/+17 |
* | code style, indent with tabs V | Max Kellermann | 2008-09-18 | 1 | -87/+81 |
* | screen: don't handle CMD_PLAY | Max Kellermann | 2008-09-18 | 1 | -0/+2 |
* | libmpdclient: added resolver library | Max Kellermann | 2008-09-18 | 4 | -199/+327 |
* | quit with g_main_loop_quit() | Max Kellermann | 2008-09-18 | 2 | -5/+5 |
* | playlist: reset id in playlist_clear() | Max Kellermann | 2008-09-18 | 1 | -0/+2 |
* | playlist: removed "updated" flag | Max Kellermann | 2008-09-18 | 4 | -8/+3 |
* | use the glib main event loop | Max Kellermann | 2008-09-18 | 5 | -90/+157 |
* | screen: check MPD status only if connected | Max Kellermann | 2008-09-18 | 3 | -42/+61 |
* | screen: moved code to screen_client_cmd() | Max Kellermann | 2008-09-18 | 1 | -9/+24 |
* | main: connect while UI is displayed | Max Kellermann | 2008-09-18 | 1 | -39/+21 |
* | libmpdclient: moved code to mpd_recv(), mpd_wait() | Max Kellermann | 2008-09-18 | 1 | -90/+129 |
* | libmpdclient: smaller input buffer | Max Kellermann | 2008-09-18 | 2 | -6/+5 |
* | libmpdclient: smaller error buffer | Max Kellermann | 2008-09-18 | 2 | -21/+23 |
* | libmpdclient: use memmove() instead of strcpy() for moving the buffer | Max Kellermann | 2008-09-18 | 1 | -8/+8 |
* | libmpdclient: don't strdup() MPD's welcome message | Max Kellermann | 2008-09-18 | 1 | -7/+3 |
* | libmpdclient: use size_t and ssize_t | Max Kellermann | 2008-09-18 | 2 | -5/+6 |
* | screen: removed empty methods | Max Kellermann | 2008-09-18 | 4 | -49/+0 |
* | screen: removed NULL check | Max Kellermann | 2008-09-18 | 1 | -2/+1 |
* | screen_artist: fix compilation errors | Max Kellermann | 2008-09-17 | 1 | -26/+29 |
* | code style, indent with tabs IV | Max Kellermann | 2008-09-17 | 5 | -471/+449 |
* | browse: when deselecting, don't search twice | Max Kellermann | 2008-09-17 | 1 | -1/+1 |
* | playlist: added playlist_remove_reuse() | Max Kellermann | 2008-09-17 | 2 | -3/+10 |
* | make several functions return void | Max Kellermann | 2008-09-17 | 10 | -41/+32 |
* | playlist: use playlist_get() instead of playlist_get_song() | Max Kellermann | 2008-09-17 | 2 | -6/+9 |
* | 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 |