aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-23lyrics: configurable global plugin directoryMax Kellermann1-4/+19
2008-09-23lyrics: added callbackMax Kellermann3-69/+56
2008-09-23lyrics: reimplemented with aynchronous I/OMax Kellermann1-69/+98
2008-09-23screen_lyrics: set current.songMax Kellermann1-2/+2
2008-09-22options: added constant option_table_sizeMax Kellermann1-7/+7
2008-09-22options: constant options_tableMax Kellermann1-3/+3
2008-09-22screen_utils: simplified call to wreadln_masked()Max Kellermann1-3/+2
2008-09-22screen_utils: hide cursor after screen_read_password()Max Kellermann1-2/+5
2008-09-22screen: unsigned integers for screen dimensionsMax Kellermann2-5/+5
2008-09-22code style, indent with tabs IXMax Kellermann2-309/+301
2008-09-22screen: simplified CMD_SCREEN_UPDATE handlersMax Kellermann3-8/+4
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