Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -4/+3 |
* | screen: don't pass mpdclient pointer to method paint() | Max Kellermann | 2008-10-03 | 1 | -3/+3 |
* | screen_lyrics: character set conversion | Max Kellermann | 2008-10-02 | 1 | -1/+9 |
* | moved i18n macros to i18n.h | Max Kellermann | 2008-10-02 | 1 | -1/+1 |
* | screen_lyrics: add screen_lyrics_switch() | Max Kellermann | 2008-10-02 | 1 | -2/+18 |
* | strfsong: constant pointers | Max Kellermann | 2008-10-02 | 1 | -1/+1 |
* | screen: replaced get_cur_mode_id() with screen_is_visible() | Max Kellermann | 2008-09-25 | 1 | -1/+1 |
* | screen: don't compile disabled sources | Max Kellermann | 2008-09-25 | 1 | -4/+0 |
* | screen_lyrics: removed the "update" method | Max Kellermann | 2008-09-25 | 1 | -13/+4 |
* | screen_lyrics: added lyrics_repaint() | Max Kellermann | 2008-09-25 | 1 | -10/+27 |
* | screen: don't pass screen pointer to method paint() | Max Kellermann | 2008-09-25 | 1 | -2/+2 |
* | screen: don't call wrefresh() in methods paint() and update() | Max Kellermann | 2008-09-25 | 1 | -4/+1 |
* | list_window: removed property "clear" | Max Kellermann | 2008-09-25 | 1 | -2/+0 |
* | lyrics: added callback | Max Kellermann | 2008-09-23 | 1 | -33/+22 |
* | screen_lyrics: set current.song | Max Kellermann | 2008-09-23 | 1 | -2/+2 |
* | lyrics: don't check current.lines==NULL | Max Kellermann | 2008-09-17 | 1 | -2/+2 |
* | 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 | 1 | -9/+1 |
* | list_window: added list_window_scroll_cmd() | Max Kellermann | 2008-09-17 | 1 | -32/+4 |
* | 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/+13 |
* | lyrics: converted in-process plugins to external programs | Max Kellermann | 2008-09-16 | 1 | -169/+186 |
* | lyrics: missing "break" | Max Kellermann | 2008-09-15 | 1 | -1/+2 |
* | lyrics: converted global variables to static | Max Kellermann | 2008-09-15 | 1 | -1/+3 |
* | fix unused parameter warnings | Max Kellermann | 2008-09-15 | 1 | -4/+5 |
* | use size_t and unsigned integers | Max Kellermann | 2008-09-15 | 1 | -17/+23 |
* | fixed mixed declaration + code | Max Kellermann | 2008-09-15 | 1 | -6/+6 |
* | fix shadow warnings | Max Kellermann | 2008-09-15 | 1 | -7/+7 |
* | include cleanup | Max Kellermann | 2008-09-15 | 1 | -10/+10 |
* | fix function prototypes | Max Kellermann | 2008-09-15 | 1 | -4/+4 |
* | const pointers | Max Kellermann | 2008-09-15 | 1 | -2/+2 |
* | code style, indent with tabs | Max Kellermann | 2008-09-15 | 1 | -240/+235 |
* | remove unused static functions | Max Kellermann | 2008-09-15 | 1 | -1/+1 |
* | fix segfault | Andreas Obergrusberger | 2007-03-29 | 1 | -3/+7 |
* | ugh! | Andreas Obergrusberger | 2007-03-14 | 1 | -1/+1 |
* | lyrics updates, leoslyrics fixes | Andreas Obergrusberger | 2007-02-01 | 1 | -2/+2 |
* | added a plugin system for lyrics sources | Andreas Obergrusberger | 2007-01-03 | 1 | -297/+49 |
* | use older revision till serious bugfix | Andreas Obergrusberger | 2006-08-28 | 1 | -394/+376 |
* | make compilation work again | Andreas Obergrusberger | 2006-08-26 | 1 | -3/+6 |
* | code cleanup | Andreas Obergrusberger | 2006-08-26 | 1 | -210/+225 |
* | fix a bug that doubled empty lines when loading lyrics from hd | Andreas Obergrusberger | 2006-08-08 | 1 | -1/+1 |
* | avuton fixed some warnings | Andreas Obergrusberger | 2006-08-08 | 1 | -3/+5 |
* | fix a bug when writing lyrics. 1st line is written now | Andreas Obergrusberger | 2006-08-07 | 1 | -1/+1 |
* | delte debug msg | Andreas Obergrusberger | 2006-08-07 | 1 | -1/+0 |
* | important compile fix! | Andreas Obergrusberger | 2006-08-07 | 1 | -1/+0 |
* | lots of cool stuff! | Andreas Obergrusberger | 2006-08-07 | 1 | -143/+216 |
* | fixed up lyrics loading interruption | Andreas Obergrusberger | 2006-08-06 | 1 | -1/+1 |
* | fix bug in lyrics screen | Andreas Obergrusberger | 2006-08-06 | 1 | -6/+9 |
* | interruption of lyrics loading + po blabla | Andreas Obergrusberger | 2006-08-05 | 1 | -4/+5 |