Code

moved struct screen_functions to screen_interface.h
[ncmpc.git] / src / screen.c
2009-09-30 Max Kellermannmoved struct screen_functions to screen_interface.h
2009-09-30 Max Kellermannscreen: use idle events in screen_update()
2009-09-30 Max Kellermannscreen: moved code to status_bar.c
2009-09-30 Max Kellermannscreen: moved code to title_bar.c
2009-09-30 Max Kellermannscreen: moved more (de)initialization code to progress_...
2009-09-30 Max Kellermannmpdclient, screen: don't use MPD_STATUS_NO_VOLUME
2009-09-30 Max Kellermannprogress_bar: do first paint manually
2009-09-30 Max Kellermannscreen: moved refresh() to ncu_init()
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 Kellermannscreen: moved screen_client_cmd() 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-08-17 Thomas JansenFixed rogue character after volume change
2009-08-14 Max Kellermannscreen: free ncurses windows with delwin()
2009-06-14 Max Kellermannlist_window: added the "hardware_cursor" option
2009-06-12 Max Kellermannmpdclient: added mpdclient_cmd_volume_up(), mpdclient_c...
2009-06-12 Max Kellermannmpdclient: moved browse callback invocation from screen.c
2009-06-11 Max Kellermannscreen: added local "state" variable
2009-06-11 Max Kellermannscreen: moved code to get_volume()
2009-06-11 Max Kellermannscreen: removed spaces from the "Volume" strings
2009-04-01 Max Kellermannscreen: explain new MPD modes in translator comments
2009-03-31 Max Kellermannscreen: added "mode" in mode message
2009-03-30 Max KellermannMerge branch 'master' of git://git.musicpd.org/patrick...
2009-03-29 Romain Bignonsupport the 'consume' mode
2009-03-27 Romain Bignonsupport the new 'single' state feature
2009-03-25 Max Kellermannscreen: check if song and lyrics screens are enabled
2009-03-23 Jeffrey Middletonscreen swap works with song/lyrics screens
2009-03-13 Patrick HallenMake it possible to switch to the song viewer from...
2009-03-12 Jeffrey MiddletonAdded status-message-time option
2009-03-05 Jeffrey MiddletonSpelling corrections
2009-03-05 Jeffrey Middletonscreen: Added screen swap command
2009-01-01 Paul Collinsadded option to disable the status line clock display
2009-01-01 Avuton OlrichUpdate copyright notices
2008-12-10 Max Kellermannhscroll: don't compile source in ncmpc-mini mode
2008-12-10 Max Kellermannsupport: renamed source to hscroll.c
2008-12-10 Max Kellermannscreen: use print_hotkey() for the output screen tab
2008-12-05 Mikael Svantessonscreen_outputs: new screen to control MPD's output...
2008-12-04 Max Kellermannscreen: fixed "screen too small" typo
2008-11-30 Max Kellermannscreen: don't show disabled help screen in screen list
2008-11-25 Max Kellermannpo: improved translatable strings for easier translation
2008-11-25 Max Kellermannscreen: simplify screen list strings
2008-11-07 Max Kellermannmpdclient: removed _utf8 suffix from function names
2008-11-07 Max Kellermanndisable more features with --enable-mini
2008-11-07 Max Kellermannconfigure.ac: added --disable-help-screen
2008-10-06 Max Kellermannwreadln: convert public globals to local constants
2008-10-06 Max Kellermannremoved my_wgetch(), switch to wgetch()
2008-10-04 Max Kellermannscreen: declare time constants as GTime
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-03 Max Kellermanncolors: make color support optional at compile time
2008-10-03 Max Kellermanncode style, indent with tabs XI
2008-10-02 Max Kellermanncharset: renamed my_strlen() to utf8_width()
2008-10-02 Max Kellermannmoved code to charset.c
2008-10-02 Max Kellermannmoved macros from ncmpc.h to main.c and screen.c
2008-10-02 Max Kellermannremoved LIST_FORMAT, STATUS_FORMAT
2008-10-02 Max Kellermannmoved i18n macros to i18n.h
2008-10-02 Max Kellermannremoved the debugging function D()
2008-10-02 Max Kellermannscreen: export function screen_switch()
2008-09-25 Max Kellermannfix miscellaneous sparse warnings
2008-09-25 Max Kellermannscreen: removed screen.mode
2008-09-25 Max Kellermannscreen: pass screen_functions pointer to switch_screen_...
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 compile disabled sources
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: 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-22 David Shakaryanadded option "welcome-screen-list"
2008-09-21 J. Alexander Treumanadded optional bitrate display to status bar
2008-09-21 Yannick LMAdding crop feature in ncmpc
2008-09-18 Max Kellermannremoved the clock screen
2008-09-18 Max Kellermannscreen: don't handle CMD_PLAY
2008-09-18 Max Kellermannquit with g_main_loop_quit()
2008-09-17 Max Kellermannuse the glib main event loop
2008-09-17 Max Kellermannscreen: check MPD status only if connected
2008-09-17 Max Kellermannscreen: moved code to screen_client_cmd()
2008-09-17 Max Kellermanncode style, indent with tabs IV
2008-09-17 Max Kellermannmake several functions return void
2008-09-17 Max Kellermannscreen: return early in switch_screen_mode() on error
2008-09-17 Max Kellermannscreen: added macro NUM_SCREENS
2008-09-17 Max Kellermannscreen: close only current screen in screen_exit()
2008-09-17 Max Kellermannscreen: don't store "screen" as a pointer
2008-09-17 Max Kellermannscreen: moved code to find_configured_screen()
2008-09-17 Max Kellermannscreen: mode_fn cannot be NULL, removed checks
2008-09-17 Max Kellermannscreen: before calling update(), check if it is defined
2008-09-17 Max Kellermannscreen: removed screen_functions.get_lw()
2008-09-17 Max Kellermannreplaced get_screen_X() with static screen_functions...
2008-09-17 Max Kellermanncode style, indent with tabs III
2008-09-16 Max Kellermanninitial draw without delay
2008-09-16 Max Kellermannscreen: added struct names
2008-09-16 Max Kellermanncode style, indent with tabs II
2008-09-15 Max Kellermannuse size_t and unsigned integers
2008-09-15 Max Kellermannfix shadow warnings
2008-09-15 Max Kellermanninclude cleanup
next