Code

Update copyright notices
[ncmpc.git] / src / screen.h
2009-01-01 Avuton OlrichUpdate copyright notices
2008-12-06 Max Kellermannadded missing copyright headers
2008-12-05 Mikael Svantessonscreen_outputs: new screen to control MPD's output...
2008-11-18 Max Kellermannscreen_song: new screen which views song information
2008-11-18 Max Kellermannscreen: method cmd() returns bool
2008-11-18 Max Kellermanncommand: added CMD_LOCATE to locate song in database
2008-10-06 Max Kellermanninclude ncursesw/ncurses.h if available
2008-10-03 Max Kellermannscreen: export the global variable "screen"
2008-10-03 Max Kellermannscreen: don't pass mpdclient pointer to method paint()
2008-10-03 Max Kellermannscreen: removed "painted" flag
2008-10-02 Max Kellermannscreen_lyrics: add screen_lyrics_switch()
2008-10-02 Max Kellermannscreen: export function screen_switch()
2008-10-02 Max Kellermannscreen: no typedefs for methods
2008-10-02 Max Kellermannscreen: include config.h in screen.h
2008-09-25 Max Kellermannscreen: removed screen.mode
2008-09-25 Max Kellermannscreen: replaced get_cur_mode_id() with screen_is_visible()
2008-09-25 Max Kellermannscreen: moved code to screen_list.c
2008-09-25 Max Kellermannscreen: don't pass screen pointer to method update()
2008-09-25 Max Kellermannscreen: don't pass screen pointer to method paint()
2008-09-22 Max Kellermannscreen: unsigned integers for screen dimensions
2008-09-22 Max Kellermannscreen: removed window.cur_action_id
2008-09-22 Max Kellermannscreen: last_cmd should be a command_t
2008-09-22 Max Kellermannscreen: moved input_timestamp to screen_play.c
2008-09-22 Max Kellermannscreen: moved list_window mouse code to list_window.c
2008-09-22 Max Kellermannscreen: moved code to ncu.c
2008-09-17 Max Kellermannmake several functions return void
2008-09-17 Max Kellermannscreen: removed screen_functions.get_lw()
2008-09-17 Max Kellermannreplaced get_screen_X() with static screen_functions...
2008-09-16 Max Kellermannscreen: added struct names
2008-09-15 Max Kellermanninclude cleanup
2008-09-15 Max Kellermannfix function prototypes
2008-09-15 Max Kellermannconst pointers
2008-09-15 Max Kellermanncode style, indent with tabs
2006-08-05 Andreas Obergrusbergertranslation updates, template and german. another littl...
2006-08-04 Andreas Obergrusbergerthe updated sources
2004-07-13 Kalle WallinMoved definitions from screen.h to ncmpc.h
2004-07-13 Kalle WallinCrossfade time can now be definied in the rc file ...
2004-07-03 Kalle WallinReplaced the time_t type with glibs GTime
2004-07-02 Kalle WallinAdded basic ncurses mouse support
2004-06-14 Kalle WallinMajor cleanup of the mpd client code (mpc->mpdclient)
2004-06-09 Kalle WallinUse the terminal in raw mode - ignore terminal control...
2004-06-06 Kalle WallinAdded an optional clock screen :)
2004-06-06 Kalle WallinAdded wreadln.c, wreadln.h a simple line editor
2004-06-06 Kalle Wallini18n - ncmpc is now bilingual (sv)
2004-06-05 Kalle WallinAdded initial i18n support
2004-06-05 Kalle WallinChanged directory layout (for future use of gettext)