aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_browser.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't import mpdclient_finish_command() twiceMax Kellermann2008-10-031-2/+0
* list_window: remove list_window_state_tMax Kellermann2008-10-031-9/+15
* use g_basename() instead of basename()Max Kellermann2008-10-031-4/+4
* screen_browser: added constant playlist_formatMax Kellermann2008-10-021-6/+3
* moved code to charset.cMax Kellermann2008-10-021-0/+1
* removed LIST_FORMAT, STATUS_FORMATMax Kellermann2008-10-021-4/+3
* moved i18n macros to i18n.hMax Kellermann2008-10-021-0/+1
* removed the debugging function D()Max Kellermann2008-10-021-1/+0
* screen_browser: unexport command implementationsMax Kellermann2008-10-021-5/+7
* screen_lyrics: add screen_lyrics_switch()Max Kellermann2008-10-021-0/+16
* screen_browser: added browser_cmd()Max Kellermann2008-10-021-0/+53
* screen_browser: added hotkey for adding songMax Kellermann2008-09-251-0/+11
* code style, indent with tabs XMax Kellermann2008-09-251-2/+0
* screen: moved list_window mouse code to list_window.cMax Kellermann2008-09-221-1/+2
* browser: check if the selection is validMax Kellermann2008-09-211-1/+2
* filelist: use GPtrArray instead of GListMax Kellermann2008-09-191-19/+15
* browser: added function browser_get_selected()Max Kellermann2008-09-191-9/+11
* filelist: provide more functions for working with a filelistMax Kellermann2008-09-191-6/+7
* filelist: drop "mpdclient" prefixMax Kellermann2008-09-191-2/+2
* 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
* 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-181-51/+24
* screen_browser: removed commented codeMax Kellermann2008-09-181-15/+0
* screen_browser: moved code to browser_playlist_changed()Max Kellermann2008-09-181-2/+29
* screen_browser: moved code to screen_browser.cMax Kellermann2008-09-181-0/+474