aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* screen: moved input_timestamp to screen_play.cMax Kellermann2008-09-221-2/+0
* screen: moved list_window mouse code to list_window.cMax Kellermann2008-09-221-21/+1
* screen: moved code to ncu.cMax Kellermann2008-09-221-31/+2
* added option "welcome-screen-list"David Shakaryan2008-09-221-1/+2
* added optional bitrate display to status barJ. Alexander Treuman2008-09-211-4/+14
* Adding crop feature in ncmpcYannick LM2008-09-211-0/+3
* removed the clock screenMax Kellermann2008-09-181-10/+0
* screen: don't handle CMD_PLAYMax Kellermann2008-09-181-0/+2
* quit with g_main_loop_quit()Max Kellermann2008-09-181-2/+0
* use the glib main event loopMax Kellermann2008-09-181-2/+0
* screen: check MPD status only if connectedMax Kellermann2008-09-181-38/+51
* screen: moved code to screen_client_cmd()Max Kellermann2008-09-181-9/+24
* code style, indent with tabs IVMax Kellermann2008-09-171-16/+15
* make several functions return voidMax Kellermann2008-09-171-6/+2
* screen: return early in switch_screen_mode() on errorMax Kellermann2008-09-171-7/+7
* screen: added macro NUM_SCREENSMax Kellermann2008-09-171-25/+16
* screen: close only current screen in screen_exit()Max Kellermann2008-09-171-2/+3
* screen: don't store "screen" as a pointerMax Kellermann2008-09-171-140/+135
* screen: moved code to find_configured_screen()Max Kellermann2008-09-171-10/+13
* screen: mode_fn cannot be NULL, removed checksMax Kellermann2008-09-171-17/+9
* screen: before calling update(), check if it is definedMax Kellermann2008-09-171-1/+1
* screen: removed screen_functions.get_lw()Max Kellermann2008-09-171-9/+2
* replaced get_screen_X() with static screen_functions variableMax Kellermann2008-09-171-32/+40
* code style, indent with tabs IIIMax Kellermann2008-09-171-9/+8
* initial draw without delayMax Kellermann2008-09-161-0/+2
* screen: added struct namesMax Kellermann2008-09-161-20/+17
* code style, indent with tabs IIMax Kellermann2008-09-161-5/+3
* use size_t and unsigned integersMax Kellermann2008-09-151-3/+3
* fix shadow warningsMax Kellermann2008-09-151-16/+16
* include cleanupMax Kellermann2008-09-151-11/+8
* fix function prototypesMax Kellermann2008-09-151-2/+3
* const pointersMax Kellermann2008-09-151-8/+8
* screen: moved code to paint_top_window2()Max Kellermann2008-09-151-68/+74
* code style, indent with tabsMax Kellermann2008-09-151-792/+753
* remove unused static functionsMax Kellermann2008-09-151-1/+0
* way too much stuff to describe hereAndreas Obergrusberger2007-02-161-22/+26
* multi liner ;) fixed segfaultAndreas Obergrusberger2006-09-081-6/+5
* due to bensonk's demand i added a splash screen.Andreas Obergrusberger2006-09-071-5/+10
* the updated sourcesAndreas Obergrusberger2006-08-041-4/+18
* typoKalle Wallin2006-03-281-1/+1
* unicode fixes from Dmitry Baryshkov/René van BevernKalle Wallin2006-03-281-7/+8
* included patch from Jonathan ForsKalle Wallin2006-01-161-4/+18
* New configuraton option: screen-listKalle Wallin2005-06-151-9/+50
* Added an experimental artist (browser) screenKalle Wallin2005-06-061-0/+15
* seek-time can now be defined in the conf fileKalle Wallin2005-06-031-2/+2
* Added a search screenKalle Wallin2004-11-151-1/+16
* Added debug code for #291Kalle Wallin2004-07-211-3/+9
* Initialize dummy/last mode id to G_MAXINTKalle Wallin2004-07-211-1/+1
* Use glib's functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin2004-07-131-50/+25
* Crossfade time can now be definied in the rc file (crossfade-time)Kalle Wallin2004-07-131-91/+92