aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-10hscroll: don't compile source in ncmpc-mini modeMax Kellermann1-1/+4
2008-12-10support: renamed source to hscroll.cMax Kellermann1-1/+1
2008-12-10screen: use print_hotkey() for the output screen tabMax Kellermann1-4/+1
2008-12-05screen_outputs: new screen to control MPD's output devicesMikael Svantesson1-0/+11
2008-12-04screen: fixed "screen too small" typoMax Kellermann1-2/+2
2008-11-30screen: don't show disabled help screen in screen listMax Kellermann1-0/+2
2008-11-25po: improved translatable strings for easier translationMax Kellermann1-6/+6
2008-11-25screen: simplify screen list stringsMax Kellermann1-24/+20
2008-11-07mpdclient: removed _utf8 suffix from function namesMax Kellermann1-1/+1
2008-11-07disable more features with --enable-miniMax Kellermann1-1/+30
2008-11-07configure.ac: added --disable-help-screenMax Kellermann1-0/+2
2008-10-06wreadln: convert public globals to local constantsMax Kellermann1-4/+0
2008-10-06removed my_wgetch(), switch to wgetch()Max Kellermann1-2/+0
2008-10-04screen: declare time constants as GTimeMax Kellermann1-2/+2
2008-10-03screen: export the global variable "screen"Max Kellermann1-4/+4
2008-10-03screen: don't pass mpdclient pointer to method paint()Max Kellermann1-1/+1
2008-10-03screen: removed "painted" flagMax Kellermann1-9/+5
2008-10-03colors: make color support optional at compile timeMax Kellermann1-0/+2
2008-10-03code style, indent with tabs XIMax Kellermann1-2/+0
2008-10-02charset: renamed my_strlen() to utf8_width()Max Kellermann1-7/+7
2008-10-02moved code to charset.cMax Kellermann1-0/+1
2008-10-02moved macros from ncmpc.h to main.c and screen.cMax Kellermann1-1/+10
2008-10-02removed LIST_FORMAT, STATUS_FORMATMax Kellermann1-1/+2
2008-10-02moved i18n macros to i18n.hMax Kellermann1-0/+1
2008-10-02removed the debugging function D()Max Kellermann1-4/+0
2008-10-02screen: export function screen_switch()Max Kellermann1-10/+10
2008-09-25fix miscellaneous sparse warningsMax Kellermann1-1/+1
2008-09-25screen: removed screen.modeMax Kellermann1-9/+6
2008-09-25screen: pass screen_functions pointer to switch_screen_mode()Max Kellermann1-12/+20
2008-09-25screen: replaced get_cur_mode_id() with screen_is_visible()Max Kellermann1-2/+3
2008-09-25screen: moved code to screen_list.cMax Kellermann1-110/+10
2008-09-25screen: don't compile disabled sourcesMax Kellermann1-0/+2
2008-09-25screen: don't pass screen pointer to method update()Max Kellermann1-1/+1
2008-09-25screen: don't pass screen pointer to method paint()Max Kellermann1-1/+1
2008-09-22screen: moved input_timestamp to screen_play.cMax Kellermann1-2/+0
2008-09-22screen: moved list_window mouse code to list_window.cMax Kellermann1-21/+1
2008-09-22screen: moved code to ncu.cMax Kellermann1-31/+2
2008-09-22added option "welcome-screen-list"David Shakaryan1-1/+2
2008-09-21added optional bitrate display to status barJ. Alexander Treuman1-4/+14
2008-09-21Adding crop feature in ncmpcYannick LM1-0/+3
2008-09-18removed the clock screenMax Kellermann1-10/+0
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