Code

ncmpc.git
2009-12-02 Max Kellermannscreen_queue: simplified screen_readln() call in MINI
2009-11-30 Thomas AdamFix compiling with --disable-locale
2009-11-24 Andy Spencercolors: Change config to use attribute list
2009-11-24 Andy Spencercolors: Clean up color handling code using curses.h
2009-11-24 Andy Spencercolors: Allow using 256 colors
2009-11-24 Andy Spencerleoslyrics.sh plugin: Add bash leoslyrics plugin
2009-11-24 Andy Spencerlyrics plugins: Change numbering scheme
2009-11-23 Max Kellermanncolors: work around "value computed is not used" warning
2009-11-23 Matt Portasadded option "second-column"
2009-11-19 Max Kellermanncharset: added support for zero-width characters
2009-11-19 Max Kellermanncharset: moved code to unicode_char_width()
2009-11-14 Max Kellermannmpdclient: allow song id 0
2009-11-14 Max Kellermannstatus_bar: display elapsed time event when total time...
2009-11-14 Max Kellermannstatus_bar: fix display_remaining_time while seeking
2009-11-14 Max Kellermannstatus_bar: moved variable "bitrate" inside closure
2009-11-14 Max Kellermannstatus_bar: moved code to format_bitrate()
2009-11-07 Max Kellermannscreen_outputs: set list_window length to 0 if not...
2009-11-03 Romain Bignonupdate screens after being disconnected from server
2009-11-03 Romain Bignonuse MPD_IDLE_QUEUE instead of deprecated MPD_IDLE_PLAYL...
2009-11-03 Max Kellermannscreen_song: store list items in the locale charset
2009-11-02 Max Kellermanncharset: added function locale_width()
2009-11-02 Max Kellermannscreen_song: properly implement line breaks
2009-11-02 Max Kellermannscreen_song: fill spaces with memset()
2009-11-02 Max Kellermannscreen_song: don't allow screen_song_append(NULL)
2009-11-02 Max Kellermannplayer_command: implement setup_seek() without a song...
2009-11-02 Max Kellermannplayer_command: merged code into setup_seek()
2009-11-02 Max Kellermannplayer_command: break from switch if not playing
2009-11-02 Max Kellermannscreen_queue: update current song in method open()
2009-11-02 Max Kellermannscreen_queue: use mpd_status.song_pos for centering...
2009-11-02 Max Kellermannscreen_queue: eliminated length check in center()
2009-11-02 Max Kellermannscreen_queue: eliminated unused variable "song"
2009-11-02 Max Kellermannmpdclient: added inline function mpdclient_is_playing()
2009-11-01 Thomas Jansenlyricwiki: convert numeric HTML escape sequences to...
2009-11-01 Max Kellermannpo: regenerated ncmpc.pot and *.po
2009-11-01 Max Kellermannpo: updated POTFILES.in
2009-11-01 Max Kellermannscreen_search: revert label to "Filename"
2009-11-01 Paco Molineropo: updated Spanish translation
2009-10-31 Max Kellermannscreen_outputs: preserve cursor position after update
2009-10-29 Thomas Jansencommand, conf: simplify variable initialization
2009-10-29 Thomas Jansenmain: whitespace cosmetics
2009-10-29 Thomas Jansenwreadln: whitespace cosmetics
2009-10-29 Thomas Jansencommand: whitespace cosmetics
2009-10-29 Thomas Jansenscreen_help: whitespace cosmetics
2009-10-29 Thomas Jansenlist_window: removed unnecessary reverse wattroff
2009-10-29 Thomas Jansenscreen_browser: removed unnecessary reverse wattroff.
2009-10-29 Thomas Jansenscreen_browse: removed unnecessary color selection
2009-10-29 Thomas Jansenscreen_browser: removed duplicate line clearing
2009-10-29 Max KellermannMerge branch 'master' of git://git.musicpd.org/jefromi...
2009-10-29 Jeffrey Middletondefaults: correct status/list formats
2009-10-29 Jeffrey Middletonscreen_song: correct "is mpd playing?" logic
2009-10-28 Thomas Jansenscreen_browse: make screen_browser_sync_highlights...
2009-10-27 Thomas JansenMakefile.am: require automake 1.10
2009-10-27 Thomas JansenMakefile.am: enable the "subdir-objects" option
2009-10-27 Thomas Jansenscreen_file: sync highlights in screen_file_open
2009-10-23 Max Kellermannmpdclient: return after playlist_update() error
2009-10-20 Max Kellermannhscroll: reimplemented the hscroll library
2009-10-20 Max Kellermannstatus_bar: un-inline constructor and destructor
2009-10-20 Max Kellermannhscroll: simplify the code with utf8_cut_width()
2009-10-20 Max Kellermanncharset: added function utf8_cut_width()
2009-10-20 Max Kellermannhscroll: work with UTF-8 strings
2009-10-20 Max Kellermanntest: added "run_hscroll" program
2009-10-20 Max Kellermannscreen_browser: initialize local variable
2009-10-20 Max Kellermannconfigure.ac: added option --enable-test
2009-10-20 Max Kellermannconfigure.ac: use standard autoconf variable names
2009-10-19 Jay Whangpo: updated Korean translation
2009-10-19 Max Kellermanncharset: added "replace" functions
2009-10-18 Max Kellermannscreen_browser: free temporary string
2009-10-18 Max Kellermannhscroll: use g_strconcat() instead of g_strlcpy() ...
2009-10-18 Max Kellermannhscroll: pass const strings to strscroll()
2009-10-18 Max Kellermannhscroll: don't include ctype.h
2009-10-18 Max Kellermannmpdclient: don't assign c->status twice in mpdclient_cm...
2009-10-18 Max Kellermannmpdclient: removed mpdclient_cmd_swap()
2009-10-18 Max Kellermannscreen_queue: move ranges with one single "move" command
2009-10-18 Max Kellermannmpdclient: added function mpdclient_cmd_move()
2009-10-18 Max Kellermannplaylist: added function playlist_move()
2009-10-18 Max Kellermannplaylist: don't update the song positions in playlist_s...
2009-10-17 Max Kellermannmpdclient: renamed mpdclient_cmd_move() to mpdclient_cm...
2009-10-17 Max Kellermannmpdclient: moved code to mpdclient_recv_status()
2009-10-17 Max Kellermannmpdclient: optimize crop with delete_range
2009-10-17 Max Kellermannmpdclient: don't update the status in mpdclient_cmd_crop()
2009-10-17 Max Kellermannmpdclient: update mpdclient.playlist in mpdclient_cmd_c...
2009-10-17 Max Kellermannmpdclient: removed mpdclient_cmd_play()
2009-10-17 Max Kellermannscreen_queue: set cursor before button handlers
2009-10-17 Max Kellermannscreen_queue: update list_window length after mouse...
2009-10-17 Max Kellermanncheck the return value of mpdclient_get_connection()
2009-10-17 Max Kellermannscreen_file: return void from handle_X() functions
2009-10-17 Max Kellermannscreen_browser: convert path only for the message
2009-10-17 Max Kellermannscreen_outputs: reset list_window length in clear_outpu...
2009-10-17 Max Kellermannscreen_artist: check connection!=NULL in load_song_list()
2009-10-17 Max Kellermannscreen_file: always set new list_window length
2009-10-16 Max Kellermanngidle: mpd_glib_enter() returns success
2009-10-16 Max Kellermanngidle: added internal "destroyed" flag
2009-10-15 Max Kellermannscreen_help: translate section names
2009-10-15 Max Arnoldpo: updated Russian translation
2009-10-11 Max Kellermannlist_window: removed second column support
2009-10-11 Max Kellermannscreen_queue: use paint_song_row()
2009-10-11 Max Kellermannscreen_help: simplify the list_window callback
2009-10-11 Max Kellermannscreen_help: added paint callback
2009-10-11 Max Kellermannscreen_help: use help_paint()
2009-10-11 Max Kellermannscreen_help: removed the help_text_row_t typedef
next