aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_browser.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-25added comments for translatorsMax Kellermann1-0/+1
2008-11-27list_window: use "bool" instead of "int"Max Kellermann1-2/+2
2008-11-24screen_browser.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-2/+1
2008-11-19screen_song: check CMD_VIEW only if song screen is enabledMax Kellermann1-0/+2
2008-11-18screen_song: new screen which views song informationMax Kellermann1-0/+9
2008-11-18screen_browser: always declare variable "entry"Max Kellermann1-2/+0
2008-11-18command: added CMD_LOCATE to locate song in databaseMax Kellermann1-0/+9
2008-11-18filelist: filelist_find_song() returns position instead of pointerMax Kellermann1-2/+4
2008-11-18screen_browser: eliminated local variable "entity"Max Kellermann1-2/+0
2008-11-18screen_browser: check if filelist is setMax Kellermann1-3/+8
2008-11-18screen_browser: use bool for return valuesMax Kellermann1-22/+22
2008-11-07mpdclient: removed _utf8 suffix from function namesMax Kellermann1-1/+1
2008-11-07mpdclient: expect UTF-8 stringsMax Kellermann1-2/+2
2008-11-07screen_browser: free g_path_get_dirname() return valueMax Kellermann1-0/+1
2008-11-07disable more features with --enable-miniMax Kellermann1-2/+27
2008-10-08screen_browser: fix warning when lyrics screen is disabledMax Kellermann1-0/+2
2008-10-03screen: export the global variable "screen"Max Kellermann1-3/+2
2008-10-03don't import mpdclient_finish_command() twiceMax Kellermann1-2/+0
2008-10-03list_window: remove list_window_state_tMax Kellermann1-9/+15
2008-10-03use g_basename() instead of basename()Max Kellermann1-4/+4
2008-10-02screen_browser: added constant playlist_formatMax Kellermann1-6/+3
2008-10-02moved code to charset.cMax Kellermann1-0/+1
2008-10-02removed LIST_FORMAT, STATUS_FORMATMax Kellermann1-4/+3
2008-10-02moved i18n macros to i18n.hMax Kellermann1-0/+1
2008-10-02removed the debugging function D()Max Kellermann1-1/+0
2008-10-02screen_browser: unexport command implementationsMax Kellermann1-5/+7
2008-10-02screen_lyrics: add screen_lyrics_switch()Max Kellermann1-0/+16
2008-10-02screen_browser: added browser_cmd()Max Kellermann1-0/+53
2008-09-25screen_browser: added hotkey for adding songMax Kellermann1-0/+11
2008-09-25code style, indent with tabs XMax Kellermann1-2/+0
2008-09-22screen: moved list_window mouse code to list_window.cMax Kellermann1-1/+2
2008-09-21browser: check if the selection is validMax Kellermann1-1/+2
2008-09-19filelist: use GPtrArray instead of GListMax Kellermann1-19/+15
2008-09-19browser: added function browser_get_selected()Max Kellermann1-9/+11
2008-09-19filelist: provide more functions for working with a filelistMax Kellermann1-6/+7
2008-09-19filelist: drop "mpdclient" prefixMax Kellermann1-2/+2
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-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 Kellermann1-51/+24
2008-09-18screen_browser: removed commented codeMax Kellermann1-15/+0
2008-09-18screen_browser: moved code to browser_playlist_changed()Max Kellermann1-2/+29
2008-09-18screen_browser: moved code to screen_browser.cMax Kellermann1-0/+474