aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-06include ncursesw/ncurses.h if availableMax Kellermann1-1/+6
2008-10-03screen: export the global variable "screen"Max Kellermann1-4/+6
2008-10-03screen: don't pass mpdclient pointer to method paint()Max Kellermann1-1/+1
2008-10-03screen: removed "painted" flagMax Kellermann1-3/+1
2008-10-02screen_lyrics: add screen_lyrics_switch()Max Kellermann1-0/+6
2008-10-02screen: export function screen_switch()Max Kellermann1-0/+3
2008-10-02screen: no typedefs for methodsMax Kellermann1-20/+9
2008-10-02screen: include config.h in screen.hMax Kellermann1-0/+1
2008-09-25screen: removed screen.modeMax Kellermann1-2/+0
2008-09-25screen: replaced get_cur_mode_id() with screen_is_visible()Max Kellermann1-1/+2
2008-09-25screen: moved code to screen_list.cMax Kellermann1-0/+16
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: unsigned integers for screen dimensionsMax Kellermann1-2/+2
2008-09-22screen: removed window.cur_action_idMax Kellermann1-1/+0
2008-09-22screen: last_cmd should be a command_tMax Kellermann1-1/+2
2008-09-22screen: moved input_timestamp to screen_play.cMax Kellermann1-1/+0
2008-09-22screen: moved list_window mouse code to list_window.cMax Kellermann1-5/+1
2008-09-22screen: moved code to ncu.cMax Kellermann1-3/+0
2008-09-17make several functions return voidMax Kellermann1-2/+2
2008-09-17screen: removed screen_functions.get_lw()Max Kellermann1-2/+0
2008-09-17replaced get_screen_X() with static screen_functions variableMax Kellermann1-21/+0
2008-09-16screen: added struct namesMax Kellermann1-22/+24
2008-09-15include cleanupMax Kellermann1-1/+5
2008-09-15fix function prototypesMax Kellermann1-1/+24
2008-09-15const pointersMax Kellermann1-4/+4
2008-09-15code style, indent with tabsMax Kellermann1-49/+43
2006-08-05translation updates, template and german. another little build fixAndreas Obergrusberger1-0/+1
2006-08-04the updated sourcesAndreas Obergrusberger1-1/+5
2004-07-13Moved definitions from screen.h to ncmpc.h Kalle Wallin1-5/+0
2004-07-13Crossfade time can now be definied in the rc file (crossfade-time)Kalle Wallin1-16/+2
2004-07-03Replaced the time_t type with glibs GTimeKalle Wallin1-4/+5
2004-07-02Added basic ncurses mouse supportKalle Wallin1-0/+4
2004-06-14Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin1-9/+9
2004-06-09Use the terminal in raw mode - ignore terminal control charactersKalle Wallin1-1/+1
2004-06-06Added an optional clock screen :)Kalle Wallin1-0/+1
2004-06-06Added wreadln.c, wreadln.h a simple line editorKalle Wallin1-0/+1
2004-06-06i18n - ncmpc is now bilingual (sv)Kalle Wallin1-7/+0
2004-06-05Added initial i18n supportKalle Wallin1-6/+0
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-0/+0
2004-05-07Redesigned ncmpc's color supportKalle Wallin1-8/+0
2004-04-21Fixed resize handling (SIGWINCH).Kalle Wallin1-1/+3
2004-04-21Added screen_idle() function.Kalle Wallin1-1/+3
2004-04-19Major cleanup. The goal of this is to simplify addition of "screens".Kalle Wallin1-6/+28
2004-04-06Added a welcome message (help).Kalle Wallin1-0/+4
2004-04-05Added input_timeout.Kalle Wallin1-0/+3
2004-03-29Changed non blocking read timeout from 100ms to 250ms.Kalle Wallin1-1/+1
2004-03-27Define the read timeout in screen.hKalle Wallin1-0/+3
2004-03-25Added support for a configuration file ~/.ncmpcrc and color support.Kalle Wallin1-0/+11
2004-03-24Moved list window fuctions to list_window.c. Kalle Wallin1-1/+1