| Commit message (Expand) | Author | Files | Lines |
2008-09-18 | screen: don't handle CMD_PLAY | Max Kellermann | 1 | -0/+2 |
2008-09-18 | quit with g_main_loop_quit() | Max Kellermann | 1 | -2/+0 |
2008-09-18 | use the glib main event loop | Max Kellermann | 1 | -2/+0 |
2008-09-18 | screen: check MPD status only if connected | Max Kellermann | 1 | -38/+51 |
2008-09-18 | screen: moved code to screen_client_cmd() | Max Kellermann | 1 | -9/+24 |
2008-09-17 | code style, indent with tabs IV | Max Kellermann | 1 | -16/+15 |
2008-09-17 | make several functions return void | Max Kellermann | 1 | -6/+2 |
2008-09-17 | screen: return early in switch_screen_mode() on error | Max Kellermann | 1 | -7/+7 |
2008-09-17 | screen: added macro NUM_SCREENS | Max Kellermann | 1 | -25/+16 |
2008-09-17 | screen: close only current screen in screen_exit() | Max Kellermann | 1 | -2/+3 |
2008-09-17 | screen: don't store "screen" as a pointer | Max Kellermann | 1 | -140/+135 |
2008-09-17 | screen: moved code to find_configured_screen() | Max Kellermann | 1 | -10/+13 |
2008-09-17 | screen: mode_fn cannot be NULL, removed checks | Max Kellermann | 1 | -17/+9 |
2008-09-17 | screen: before calling update(), check if it is defined | Max Kellermann | 1 | -1/+1 |
2008-09-17 | screen: removed screen_functions.get_lw() | Max Kellermann | 1 | -9/+2 |
2008-09-17 | replaced get_screen_X() with static screen_functions variable | Max Kellermann | 1 | -32/+40 |
2008-09-17 | code style, indent with tabs III | Max Kellermann | 1 | -9/+8 |
2008-09-16 | initial draw without delay | Max Kellermann | 1 | -0/+2 |
2008-09-16 | screen: added struct names | Max Kellermann | 1 | -20/+17 |
2008-09-16 | code style, indent with tabs II | Max Kellermann | 1 | -5/+3 |
2008-09-15 | use size_t and unsigned integers | Max Kellermann | 1 | -3/+3 |
2008-09-15 | fix shadow warnings | Max Kellermann | 1 | -16/+16 |
2008-09-15 | include cleanup | Max Kellermann | 1 | -11/+8 |
2008-09-15 | fix function prototypes | Max Kellermann | 1 | -2/+3 |
2008-09-15 | const pointers | Max Kellermann | 1 | -8/+8 |
2008-09-15 | screen: moved code to paint_top_window2() | Max Kellermann | 1 | -68/+74 |
2008-09-15 | code style, indent with tabs | Max Kellermann | 1 | -792/+753 |
2008-09-15 | remove unused static functions | Max Kellermann | 1 | -1/+0 |
2007-02-16 | way too much stuff to describe here | Andreas Obergrusberger | 1 | -22/+26 |
2006-09-08 | multi liner ;) fixed segfault | Andreas Obergrusberger | 1 | -6/+5 |
2006-09-07 | due to bensonk's demand i added a splash screen. | Andreas Obergrusberger | 1 | -5/+10 |
2006-08-04 | the updated sources | Andreas Obergrusberger | 1 | -4/+18 |
2006-03-28 | typo | Kalle Wallin | 1 | -1/+1 |
2006-03-28 | unicode fixes from Dmitry Baryshkov/René van Bevern | Kalle Wallin | 1 | -7/+8 |
2006-01-16 | included patch from Jonathan Fors | Kalle Wallin | 1 | -4/+18 |
2005-06-15 | New configuraton option: screen-list | Kalle Wallin | 1 | -9/+50 |
2005-06-06 | Added an experimental artist (browser) screen | Kalle Wallin | 1 | -0/+15 |
2005-06-03 | seek-time can now be defined in the conf file | Kalle Wallin | 1 | -2/+2 |
2004-11-15 | Added a search screen | Kalle Wallin | 1 | -1/+16 |
2004-07-21 | Added debug code for #291 | Kalle Wallin | 1 | -3/+9 |
2004-07-21 | Initialize dummy/last mode id to G_MAXINT | Kalle Wallin | 1 | -1/+1 |
2004-07-13 | Use glib's functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 1 | -50/+25 |
2004-07-13 | Crossfade time can now be definied in the rc file (crossfade-time) | Kalle Wallin | 1 | -91/+92 |
2004-07-13 | Use my_wgetch() instead of wgetch(), added --[no-]mouse option | Kalle Wallin | 1 | -2/+2 |
2004-07-12 | Mouse support is now optional (enable-mouse) | Kalle Wallin | 1 | -1/+2 |
2004-07-12 | Added configure option --disable-raw-mode | Kalle Wallin | 1 | -0/+2 |
2004-07-02 | Added basic ncurses mouse support | Kalle Wallin | 1 | -1/+47 |
2004-06-22 | Clear the main window on CMD_SCREEN_UPDATE | Kalle Wallin | 1 | -0/+5 |
2004-06-20 | Added _utf8 suffix to all functions that take utf8 arguments. | Kalle Wallin | 1 | -1/+1 |
2004-06-16 | libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update() | Kalle Wallin | 1 | -1/+1 |