Code

screen: rename screen_refresh() to screen_paint()
[ncmpc.git] / src / screen.h
2017-03-20 Max Kellermannscreen: rename screen_refresh() to screen_paint()
2017-03-17 Max Kellermannupdate copyright year
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
2011-11-14 Jonathan Neuschäferapply whitespace cosmetics to the license comments
2011-11-03 Max KellermannMerge remote branches 'avuton/master' and 'jn/dev'
2011-11-03 Avuton Olrichm4: Add robust curses detection and support
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-10-03 Max Kellermannscreen: disable the welcome screen list with a GLib...
2009-10-01 Max Kellermannscreen: moved status message functions to screen_message.c
2009-10-01 Max Kellermannscreen: removed unused macro MAX_SONGNAME_LENGTH
2009-10-01 Max Kellermannscreen: eliminated state macros
2009-10-01 Max Kellermannscreen: removed obsolete screen_error() prototype
2009-10-01 Max Kellermannscreen: removed obsolete screen_get_id() prototype
2009-10-01 Max Kellermannscreen: moved screen_interface externs to each screen...
2009-09-30 Max Kellermannmoved struct screen_functions to screen_interface.h
2009-09-30 Max Kellermannmoved screen_file_goto_song() prototype to screen_file.h
2009-09-30 Max Kellermannscreen: moved code to status_bar.c
2009-09-30 Max Kellermannscreen: moved code to title_bar.c
2009-09-29 Max Kellermannscreen: moved code to progress_bar.c
2009-09-29 Max Kellermannscreen: moved struct window to window.h
2009-09-28 Max Kellermannmoved the idle timer to player_command.c
2009-09-28 Max Kellermannmpdclient: removed the mpdclient_t typedef
2009-09-28 Max Kellermannuse libmpdclient2
2009-09-11 Thomas Jansenupdate lyrics screen when a new song starts
2009-03-23 Jeffrey Middletonscreen swap works with song/lyrics screens
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)