aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* added option to disable the status line clock displayPaul Collins2009-01-011-3/+5
* Update copyright noticesAvuton Olrich2008-12-311-9/+10
* hscroll: don't compile source in ncmpc-mini modeMax Kellermann2008-12-101-1/+4
* support: renamed source to hscroll.cMax Kellermann2008-12-101-1/+1
* screen: use print_hotkey() for the output screen tabMax Kellermann2008-12-101-4/+1
* screen_outputs: new screen to control MPD's output devicesMikael Svantesson2008-12-051-0/+11
* screen: fixed "screen too small" typoMax Kellermann2008-12-041-2/+2
* screen: don't show disabled help screen in screen listMax Kellermann2008-11-301-0/+2
* po: improved translatable strings for easier translationMax Kellermann2008-11-251-6/+6
* screen: simplify screen list stringsMax Kellermann2008-11-251-24/+20
* mpdclient: removed _utf8 suffix from function namesMax Kellermann2008-11-071-1/+1
* disable more features with --enable-miniMax Kellermann2008-11-071-1/+30
* configure.ac: added --disable-help-screenMax Kellermann2008-11-071-0/+2
* wreadln: convert public globals to local constantsMax Kellermann2008-10-061-4/+0
* removed my_wgetch(), switch to wgetch()Max Kellermann2008-10-061-2/+0
* screen: declare time constants as GTimeMax Kellermann2008-10-041-2/+2
* screen: export the global variable "screen"Max Kellermann2008-10-031-4/+4
* screen: don't pass mpdclient pointer to method paint()Max Kellermann2008-10-031-1/+1
* screen: removed "painted" flagMax Kellermann2008-10-031-9/+5
* colors: make color support optional at compile timeMax Kellermann2008-10-031-0/+2
* code style, indent with tabs XIMax Kellermann2008-10-031-2/+0
* charset: renamed my_strlen() to utf8_width()Max Kellermann2008-10-021-7/+7
* moved code to charset.cMax Kellermann2008-10-021-0/+1
* moved macros from ncmpc.h to main.c and screen.cMax Kellermann2008-10-021-1/+10
* removed LIST_FORMAT, STATUS_FORMATMax Kellermann2008-10-021-1/+2
* moved i18n macros to i18n.hMax Kellermann2008-10-021-0/+1
* removed the debugging function D()Max Kellermann2008-10-021-4/+0
* screen: export function screen_switch()Max Kellermann2008-10-021-10/+10
* fix miscellaneous sparse warningsMax Kellermann2008-09-251-1/+1
* screen: removed screen.modeMax Kellermann2008-09-251-9/+6
* screen: pass screen_functions pointer to switch_screen_mode()Max Kellermann2008-09-251-12/+20
* screen: replaced get_cur_mode_id() with screen_is_visible()Max Kellermann2008-09-251-2/+3
* screen: moved code to screen_list.cMax Kellermann2008-09-251-110/+10
* screen: don't compile disabled sourcesMax Kellermann2008-09-251-0/+2
* screen: don't pass screen pointer to method update()Max Kellermann2008-09-251-1/+1
* screen: don't pass screen pointer to method paint()Max Kellermann2008-09-251-1/+1
* 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