| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | use size_t and unsigned integers | Max Kellermann | 2008-09-15 | 1 | -3/+3 |
* | fix shadow warnings | Max Kellermann | 2008-09-15 | 1 | -16/+16 |
* | include cleanup | Max Kellermann | 2008-09-15 | 1 | -11/+8 |
* | fix function prototypes | Max Kellermann | 2008-09-15 | 1 | -2/+3 |
* | const pointers | Max Kellermann | 2008-09-15 | 1 | -8/+8 |
* | screen: moved code to paint_top_window2() | Max Kellermann | 2008-09-15 | 1 | -68/+74 |
* | code style, indent with tabs | Max Kellermann | 2008-09-15 | 1 | -792/+753 |
* | remove unused static functions | Max Kellermann | 2008-09-15 | 1 | -1/+0 |
* | way too much stuff to describe here | Andreas Obergrusberger | 2007-02-16 | 1 | -22/+26 |
* | multi liner ;) fixed segfault | Andreas Obergrusberger | 2006-09-08 | 1 | -6/+5 |
* | due to bensonk's demand i added a splash screen. | Andreas Obergrusberger | 2006-09-07 | 1 | -5/+10 |
* | the updated sources | Andreas Obergrusberger | 2006-08-04 | 1 | -4/+18 |
* | typo | Kalle Wallin | 2006-03-28 | 1 | -1/+1 |
* | unicode fixes from Dmitry Baryshkov/René van Bevern | Kalle Wallin | 2006-03-28 | 1 | -7/+8 |
* | included patch from Jonathan Fors | Kalle Wallin | 2006-01-16 | 1 | -4/+18 |
* | New configuraton option: screen-list | Kalle Wallin | 2005-06-15 | 1 | -9/+50 |
* | Added an experimental artist (browser) screen | Kalle Wallin | 2005-06-06 | 1 | -0/+15 |
* | seek-time can now be defined in the conf file | Kalle Wallin | 2005-06-03 | 1 | -2/+2 |
* | Added a search screen | Kalle Wallin | 2004-11-15 | 1 | -1/+16 |
* | Added debug code for #291 | Kalle Wallin | 2004-07-21 | 1 | -3/+9 |
* | Initialize dummy/last mode id to G_MAXINT | Kalle Wallin | 2004-07-21 | 1 | -1/+1 |
* | Use glib's functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 2004-07-13 | 1 | -50/+25 |
* | Crossfade time can now be definied in the rc file (crossfade-time) | Kalle Wallin | 2004-07-13 | 1 | -91/+92 |
* | Use my_wgetch() instead of wgetch(), added --[no-]mouse option | Kalle Wallin | 2004-07-13 | 1 | -2/+2 |
* | Mouse support is now optional (enable-mouse) | Kalle Wallin | 2004-07-12 | 1 | -1/+2 |
* | Added configure option --disable-raw-mode | Kalle Wallin | 2004-07-12 | 1 | -0/+2 |
* | Added basic ncurses mouse support | Kalle Wallin | 2004-07-02 | 1 | -1/+47 |