| Commit message (Expand) | Author | Age | Files | Lines |
* | screen_song: check CMD_VIEW only if song screen is enabled | Max Kellermann | 2008-11-19 | 1 | -0/+2 |
* | screen_song: new screen which views song information | Max Kellermann | 2008-11-18 | 1 | -0/+8 |
* | screen: method cmd() returns bool | Max Kellermann | 2008-11-18 | 1 | -16/+16 |
* | command: added CMD_LOCATE to locate song in database | Max Kellermann | 2008-11-18 | 1 | -0/+8 |
* | wreadln: return NULL instead of empty string | Max Kellermann | 2008-11-07 | 1 | -2/+2 |
* | mpdclient: expect UTF-8 strings | Max Kellermann | 2008-11-07 | 1 | -5/+18 |
* | screen_play: free the wreadln() return value | Max Kellermann | 2008-11-07 | 1 | -0/+1 |
* | disable more features with --enable-mini | Max Kellermann | 2008-11-07 | 1 | -1/+24 |
* | include ncursesw/ncurses.h if available | Max Kellermann | 2008-10-06 | 1 | -1/+0 |
* | screen: export the global variable "screen" | Max Kellermann | 2008-10-03 | 1 | -22/+14 |
* | screen: don't pass mpdclient pointer to method paint() | Max Kellermann | 2008-10-03 | 1 | -14/+14 |
* | screen_play: remember playlist | Max Kellermann | 2008-10-03 | 1 | -18/+20 |
* | removed LIST_FORMAT, STATUS_FORMAT | Max Kellermann | 2008-10-02 | 1 | -2/+1 |
* | moved i18n macros to i18n.h | Max Kellermann | 2008-10-02 | 1 | -0/+1 |
* | removed the debugging function D() | Max Kellermann | 2008-10-02 | 1 | -5/+0 |
* | screen_lyrics: add screen_lyrics_switch() | Max Kellermann | 2008-10-02 | 1 | -0/+11 |
* | screen_play: no song means id=-1 | Max Kellermann | 2008-09-28 | 1 | -3/+3 |
* | screen_play: repaint highlight when mpd starts playing | Max Kellermann | 2008-09-28 | 1 | -1/+2 |
* | screen_play: repaint if current song has changed | Max Kellermann | 2008-09-26 | 1 | -8/+10 |
* | screen: replaced get_cur_mode_id() with screen_is_visible() | Max Kellermann | 2008-09-25 | 1 | -1/+1 |
* | screen: don't pass screen pointer to method update() | Max Kellermann | 2008-09-25 | 1 | -2/+4 |
* | screen_play: hide cursor with a timer | Max Kellermann | 2008-09-25 | 1 | -20/+45 |
* | screen_playlist: don't repaint in update() | Max Kellermann | 2008-09-25 | 1 | -17/+45 |
* | screen: don't pass screen pointer to method paint() | Max Kellermann | 2008-09-25 | 1 | -3/+3 |
* | screen: don't call wrefresh() in methods paint() and update() | Max Kellermann | 2008-09-25 | 1 | -2/+0 |
* | list_window: removed property "clear" | Max Kellermann | 2008-09-25 | 1 | -10/+3 |
* | code style, indent with tabs X | Max Kellermann | 2008-09-25 | 1 | -166/+161 |
* | screen_play: use list_window_check_selected() | Max Kellermann | 2008-09-23 | 1 | -5/+1 |
* | screen: simplified CMD_SCREEN_UPDATE handlers | Max Kellermann | 2008-09-22 | 1 | -3/+2 |
* | screen: don't set list_window->repaint | Max Kellermann | 2008-09-22 | 1 | -6/+1 |
* | screen: moved input_timestamp to screen_play.c | Max Kellermann | 2008-09-22 | 1 | -1/+6 |
* | screen: moved list_window mouse code to list_window.c | Max Kellermann | 2008-09-22 | 1 | -1/+2 |
* | playlist: removed "updated" flag | Max Kellermann | 2008-09-18 | 1 | -2/+3 |
* | screen: check MPD status only if connected | Max Kellermann | 2008-09-18 | 1 | -4/+7 |
* | screen: removed NULL check | Max Kellermann | 2008-09-18 | 1 | -2/+1 |
* | make several functions return void | Max Kellermann | 2008-09-17 | 1 | -4/+4 |
* | playlist: use playlist_get() instead of playlist_get_song() | Max Kellermann | 2008-09-17 | 1 | -2/+3 |
* | list_window: don't reset *highlight to 0 | Max Kellermann | 2008-09-17 | 1 | -1/+0 |
* | list_window: added list_window_center() | Max Kellermann | 2008-09-17 | 1 | -8/+3 |
* | screen: removed screen_functions.get_lw() | Max Kellermann | 2008-09-17 | 1 | -7/+0 |
* | replaced get_screen_X() with static screen_functions variable | Max Kellermann | 2008-09-17 | 1 | -19/+12 |
* | use GArray for playlist instead of GList | Max Kellermann | 2008-09-15 | 1 | -10/+10 |
* | fix unused parameter warnings | Max Kellermann | 2008-09-15 | 1 | -9/+10 |
* | use size_t and unsigned integers | Max Kellermann | 2008-09-15 | 1 | -9/+10 |
* | fix shadow warnings | Max Kellermann | 2008-09-15 | 1 | -6/+6 |
* | include cleanup | Max Kellermann | 2008-09-15 | 1 | -7/+7 |
* | fix function prototypes | Max Kellermann | 2008-09-15 | 1 | -8/+11 |
* | const pointers | Max Kellermann | 2008-09-15 | 1 | -2/+2 |
* | code style, indent with tabs | Max Kellermann | 2008-09-15 | 1 | -208/+184 |
* | remove unused static functions | Max Kellermann | 2008-09-15 | 1 | -1/+1 |