| Commit message (Expand) | Author | Age | Files | Lines |
* | wreadln: convert public globals to local constants | Max Kellermann | 2008-10-06 | 1 | -4/+0 |
* | removed my_wgetch(), switch to wgetch() | Max Kellermann | 2008-10-06 | 1 | -2/+0 |
* | screen: declare time constants as GTime | Max Kellermann | 2008-10-04 | 1 | -2/+2 |
* | screen: export the global variable "screen" | Max Kellermann | 2008-10-03 | 1 | -4/+4 |
* | screen: don't pass mpdclient pointer to method paint() | Max Kellermann | 2008-10-03 | 1 | -1/+1 |
* | screen: removed "painted" flag | Max Kellermann | 2008-10-03 | 1 | -9/+5 |
* | colors: make color support optional at compile time | Max Kellermann | 2008-10-03 | 1 | -0/+2 |
* | code style, indent with tabs XI | Max Kellermann | 2008-10-03 | 1 | -2/+0 |
* | charset: renamed my_strlen() to utf8_width() | Max Kellermann | 2008-10-02 | 1 | -7/+7 |
* | moved code to charset.c | Max Kellermann | 2008-10-02 | 1 | -0/+1 |
* | moved macros from ncmpc.h to main.c and screen.c | Max Kellermann | 2008-10-02 | 1 | -1/+10 |
* | removed LIST_FORMAT, STATUS_FORMAT | Max Kellermann | 2008-10-02 | 1 | -1/+2 |
* | 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 | -4/+0 |
* | screen: export function screen_switch() | Max Kellermann | 2008-10-02 | 1 | -10/+10 |
* | fix miscellaneous sparse warnings | Max Kellermann | 2008-09-25 | 1 | -1/+1 |
* | screen: removed screen.mode | Max Kellermann | 2008-09-25 | 1 | -9/+6 |
* | screen: pass screen_functions pointer to switch_screen_mode() | Max Kellermann | 2008-09-25 | 1 | -12/+20 |
* | screen: replaced get_cur_mode_id() with screen_is_visible() | Max Kellermann | 2008-09-25 | 1 | -2/+3 |
* | screen: moved code to screen_list.c | Max Kellermann | 2008-09-25 | 1 | -110/+10 |
* | screen: don't compile disabled sources | Max Kellermann | 2008-09-25 | 1 | -0/+2 |
* | screen: don't pass screen pointer to method update() | Max Kellermann | 2008-09-25 | 1 | -1/+1 |
* | screen: don't pass screen pointer to method paint() | Max Kellermann | 2008-09-25 | 1 | -1/+1 |
* | screen: moved input_timestamp to screen_play.c | Max Kellermann | 2008-09-22 | 1 | -2/+0 |
* | screen: moved list_window mouse code to list_window.c | Max Kellermann | 2008-09-22 | 1 | -21/+1 |
* | screen: moved code to ncu.c | Max Kellermann | 2008-09-22 | 1 | -31/+2 |
* | added option "welcome-screen-list" | David Shakaryan | 2008-09-22 | 1 | -1/+2 |
* | added optional bitrate display to status bar | J. Alexander Treuman | 2008-09-21 | 1 | -4/+14 |
* | Adding crop feature in ncmpc | Yannick LM | 2008-09-21 | 1 | -0/+3 |
* | removed the clock screen | Max Kellermann | 2008-09-18 | 1 | -10/+0 |
* | screen: don't handle CMD_PLAY | Max Kellermann | 2008-09-18 | 1 | -0/+2 |
* | quit with g_main_loop_quit() | Max Kellermann | 2008-09-18 | 1 | -2/+0 |
* | use the glib main event loop | Max Kellermann | 2008-09-18 | 1 | -2/+0 |
* | screen: check MPD status only if connected | Max Kellermann | 2008-09-18 | 1 | -38/+51 |
* | screen: moved code to screen_client_cmd() | Max Kellermann | 2008-09-18 | 1 | -9/+24 |
* | code style, indent with tabs IV | Max Kellermann | 2008-09-17 | 1 | -16/+15 |
* | make several functions return void | Max Kellermann | 2008-09-17 | 1 | -6/+2 |
* | 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 | 1 | -9/+2 |
* | replaced get_screen_X() with static screen_functions variable | Max Kellermann | 2008-09-17 | 1 | -32/+40 |
* | code style, indent with tabs III | Max Kellermann | 2008-09-17 | 1 | -9/+8 |
* | initial draw without delay | Max Kellermann | 2008-09-16 | 1 | -0/+2 |
* | screen: added struct names | Max Kellermann | 2008-09-16 | 1 | -20/+17 |
* | code style, indent with tabs II | Max Kellermann | 2008-09-16 | 1 | -5/+3 |