aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-18screen: don't handle CMD_PLAYMax Kellermann1-0/+2
2008-09-18quit with g_main_loop_quit()Max Kellermann1-2/+0
2008-09-18use the glib main event loopMax Kellermann1-2/+0
2008-09-18screen: check MPD status only if connectedMax Kellermann1-38/+51
2008-09-18screen: moved code to screen_client_cmd()Max Kellermann1-9/+24
2008-09-17code style, indent with tabs IVMax Kellermann1-16/+15
2008-09-17make several functions return voidMax Kellermann1-6/+2
2008-09-17screen: return early in switch_screen_mode() on errorMax Kellermann1-7/+7
2008-09-17screen: added macro NUM_SCREENSMax Kellermann1-25/+16
2008-09-17screen: close only current screen in screen_exit()Max Kellermann1-2/+3
2008-09-17screen: don't store "screen" as a pointerMax Kellermann1-140/+135
2008-09-17screen: moved code to find_configured_screen()Max Kellermann1-10/+13
2008-09-17screen: mode_fn cannot be NULL, removed checksMax Kellermann1-17/+9
2008-09-17screen: before calling update(), check if it is definedMax Kellermann1-1/+1
2008-09-17screen: removed screen_functions.get_lw()Max Kellermann1-9/+2
2008-09-17replaced get_screen_X() with static screen_functions variableMax Kellermann1-32/+40
2008-09-17code style, indent with tabs IIIMax Kellermann1-9/+8
2008-09-16initial draw without delayMax Kellermann1-0/+2
2008-09-16screen: added struct namesMax Kellermann1-20/+17
2008-09-16code style, indent with tabs IIMax Kellermann1-5/+3
2008-09-15use size_t and unsigned integersMax Kellermann1-3/+3
2008-09-15fix shadow warningsMax Kellermann1-16/+16
2008-09-15include cleanupMax Kellermann1-11/+8
2008-09-15fix function prototypesMax Kellermann1-2/+3
2008-09-15const pointersMax Kellermann1-8/+8
2008-09-15screen: moved code to paint_top_window2()Max Kellermann1-68/+74
2008-09-15code style, indent with tabsMax Kellermann1-792/+753
2008-09-15remove unused static functionsMax Kellermann1-1/+0
2007-02-16way too much stuff to describe hereAndreas Obergrusberger1-22/+26
2006-09-08multi liner ;) fixed segfaultAndreas Obergrusberger1-6/+5
2006-09-07due to bensonk's demand i added a splash screen.Andreas Obergrusberger1-5/+10
2006-08-04the updated sourcesAndreas Obergrusberger1-4/+18
2006-03-28typoKalle Wallin1-1/+1
2006-03-28unicode fixes from Dmitry Baryshkov/René van BevernKalle Wallin1-7/+8
2006-01-16included patch from Jonathan ForsKalle Wallin1-4/+18
2005-06-15New configuraton option: screen-listKalle Wallin1-9/+50
2005-06-06Added an experimental artist (browser) screenKalle Wallin1-0/+15
2005-06-03seek-time can now be defined in the conf fileKalle Wallin1-2/+2
2004-11-15Added a search screenKalle Wallin1-1/+16
2004-07-21Added debug code for #291Kalle Wallin1-3/+9
2004-07-21Initialize dummy/last mode id to G_MAXINTKalle Wallin1-1/+1
2004-07-13Use glib's functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin1-50/+25
2004-07-13Crossfade time can now be definied in the rc file (crossfade-time)Kalle Wallin1-91/+92
2004-07-13Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin1-2/+2
2004-07-12Mouse support is now optional (enable-mouse)Kalle Wallin1-1/+2
2004-07-12Added configure option --disable-raw-modeKalle Wallin1-0/+2
2004-07-02Added basic ncurses mouse supportKalle Wallin1-1/+47
2004-06-22Clear the main window on CMD_SCREEN_UPDATEKalle Wallin1-0/+5
2004-06-20Added _utf8 suffix to all functions that take utf8 arguments.Kalle Wallin1-1/+1
2004-06-16libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update() Kalle Wallin1-1/+1