aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* screen: moved list_window mouse code to list_window.cMax Kellermann2008-09-226-28/+47
* screen: moved code to ncu.cMax Kellermann2008-09-226-35/+97
* main: free keyboard IO channelMax Kellermann2008-09-221-2/+7
* added option "welcome-screen-list"David Shakaryan2008-09-224-1/+9
* browse: ensure that filelist!=NULLMax Kellermann2008-09-212-4/+18
* browser: check if the selection is validMax Kellermann2008-09-212-1/+8
* support: added assertionsMax Kellermann2008-09-211-0/+16
* screen_artist: check if anything is selectedMax Kellermann2008-09-211-0/+8
* libmpdclient: added another connection->sock checkMax Kellermann2008-09-211-0/+6
* mpdclient: check errorCode only if MPD_ERROR_ACK is setMax Kellermann2008-09-211-1/+2
* mpdclient: fix memory leak in mpdclient_finish_command()Max Kellermann2008-09-211-4/+5
* code style, indent with tabs VIIIMax Kellermann2008-09-211-171/+143
* libmpdclient: check connection->sock >= 0Max Kellermann2008-09-211-0/+10
* added optional bitrate display to status barJ. Alexander Treuman2008-09-213-4/+20
* wreadln: adding additional line editing bindsJ. Alexander Treuman2008-09-211-1/+9
* mpdclient: don't call screen_status_message()Max Kellermann2008-09-211-2/+0
* Adding crop feature in ncmpcYannick LM2008-09-216-0/+44
* screen_help: removed update() methodMax Kellermann2008-09-211-13/+6
* filelist: fix segfault during filelist_sort()Max Kellermann2008-09-191-1/+13
* filelist: free entries with g_slice_free()Max Kellermann2008-09-191-2/+2
* filelist: allocate entries with g_slice_alloc()Max Kellermann2008-09-191-4/+2
* filelist: use GPtrArray instead of GListMax Kellermann2008-09-195-63/+57
* browser: added function browser_get_selected()Max Kellermann2008-09-191-9/+11
* screen_search: free second file listMax Kellermann2008-09-191-0/+1
* filelist: provide more functions for working with a filelistMax Kellermann2008-09-197-58/+124
* filelist: drop "mpdclient" prefixMax Kellermann2008-09-198-18/+16
* browser: use mpdclient_filelist_find_song() in set_highlight()Max Kellermann2008-09-191-18/+9
* browser: song must not be NULL in set_highlight()Max Kellermann2008-09-191-2/+1
* filelist: song must not be NULLMax Kellermann2008-09-191-1/+4
* mpdclient: moved code to filelist.cMax Kellermann2008-09-195-77/+126
* code style, indent with tabs VIIMax Kellermann2008-09-191-23/+16
* fix terminal resizing (SIGWINCH)Max Kellermann2008-09-191-0/+33
* removed the clock screenMax Kellermann2008-09-188-250/+0
* screen_browser: removed entity.song!=NULL checkMax Kellermann2008-09-181-6/+5
* screen_browser: removed redundant highlight checkMax Kellermann2008-09-181-6/+5
* screen_browser: removed redundant entity type checksMax Kellermann2008-09-181-14/+10
* screen_browser: moved code to browser_select_entry()Max Kellermann2008-09-182-52/+26
* screen_browser: removed commented codeMax Kellermann2008-09-181-15/+0
* screen_browser: moved code to browser_playlist_changed()Max Kellermann2008-09-185-49/+39
* screen_browser: moved code to screen_browser.cMax Kellermann2008-09-186-507/+542
* screen_browser: added struct screen_browserMax Kellermann2008-09-184-185/+208
* renamed screen_browse.h to screen_browser.hMax Kellermann2008-09-185-4/+4
* code style, indent with tabs VIMax Kellermann2008-09-184-550/+515
* added support for wide charactersMax Kellermann2008-09-182-4/+17
* code style, indent with tabs VMax Kellermann2008-09-181-87/+81
* screen: don't handle CMD_PLAYMax Kellermann2008-09-181-0/+2
* libmpdclient: added resolver libraryMax Kellermann2008-09-184-199/+327
* quit with g_main_loop_quit()Max Kellermann2008-09-182-5/+5
* playlist: reset id in playlist_clear()Max Kellermann2008-09-181-0/+2
* playlist: removed "updated" flagMax Kellermann2008-09-184-8/+3