aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-22screen: don't set list_window->repaintMax Kellermann3-9/+1
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 Kellermann3-4/+6
2008-09-22screen: moved list_window mouse code to list_window.cMax Kellermann6-28/+47
2008-09-22screen: moved code to ncu.cMax Kellermann6-35/+97
2008-09-22main: free keyboard IO channelMax Kellermann1-2/+7
2008-09-22added option "welcome-screen-list"David Shakaryan4-1/+9
2008-09-21browse: ensure that filelist!=NULLMax Kellermann2-4/+18
2008-09-21browser: check if the selection is validMax Kellermann2-1/+8
2008-09-21support: added assertionsMax Kellermann1-0/+16
2008-09-21screen_artist: check if anything is selectedMax Kellermann1-0/+8
2008-09-21libmpdclient: added another connection->sock checkMax Kellermann1-0/+6
2008-09-21mpdclient: check errorCode only if MPD_ERROR_ACK is setMax Kellermann1-1/+2
2008-09-21mpdclient: fix memory leak in mpdclient_finish_command()Max Kellermann1-4/+5
2008-09-21code style, indent with tabs VIIIMax Kellermann1-171/+143
2008-09-21libmpdclient: check connection->sock >= 0Max Kellermann1-0/+10
2008-09-21added optional bitrate display to status barJ. Alexander Treuman3-4/+20
2008-09-21wreadln: adding additional line editing bindsJ. Alexander Treuman1-1/+9
2008-09-21mpdclient: don't call screen_status_message()Max Kellermann1-2/+0
2008-09-21Adding crop feature in ncmpcYannick LM6-0/+44
2008-09-21screen_help: removed update() methodMax Kellermann1-13/+6
2008-09-19filelist: fix segfault during filelist_sort()Max Kellermann1-1/+13
2008-09-19filelist: free entries with g_slice_free()Max Kellermann1-2/+2
2008-09-19filelist: allocate entries with g_slice_alloc()Max Kellermann1-4/+2
2008-09-19filelist: use GPtrArray instead of GListMax Kellermann5-63/+57
2008-09-19browser: added function browser_get_selected()Max Kellermann1-9/+11
2008-09-19screen_search: free second file listMax Kellermann1-0/+1
2008-09-19filelist: provide more functions for working with a filelistMax Kellermann7-58/+124
2008-09-19filelist: drop "mpdclient" prefixMax Kellermann8-18/+16
2008-09-19browser: use mpdclient_filelist_find_song() in set_highlight()Max Kellermann1-18/+9
2008-09-19browser: song must not be NULL in set_highlight()Max Kellermann1-2/+1
2008-09-19filelist: song must not be NULLMax Kellermann1-1/+4
2008-09-19mpdclient: moved code to filelist.cMax Kellermann5-77/+126
2008-09-19code style, indent with tabs VIIMax Kellermann1-23/+16
2008-09-19fix terminal resizing (SIGWINCH)Max Kellermann1-0/+33
2008-09-18removed the clock screenMax Kellermann8-250/+0
2008-09-18screen_browser: removed entity.song!=NULL checkMax Kellermann1-6/+5
2008-09-18screen_browser: removed redundant highlight checkMax Kellermann1-6/+5
2008-09-18screen_browser: removed redundant entity type checksMax Kellermann1-14/+10
2008-09-18screen_browser: moved code to browser_select_entry()Max Kellermann2-52/+26
2008-09-18screen_browser: removed commented codeMax Kellermann1-15/+0
2008-09-18screen_browser: moved code to browser_playlist_changed()Max Kellermann5-49/+39
2008-09-18screen_browser: moved code to screen_browser.cMax Kellermann6-507/+542
2008-09-18screen_browser: added struct screen_browserMax Kellermann4-185/+208
2008-09-18renamed screen_browse.h to screen_browser.hMax Kellermann5-4/+4
2008-09-18code style, indent with tabs VIMax Kellermann4-550/+515
2008-09-18added support for wide charactersMax Kellermann2-4/+17
2008-09-18code style, indent with tabs VMax Kellermann1-87/+81
2008-09-18screen: don't handle CMD_PLAYMax Kellermann1-0/+2