aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
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