aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_browser.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* list_window: use "bool" instead of "int"Max Kellermann2008-11-271-2/+2
* screen_browser.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-241-2/+1
* screen_song: check CMD_VIEW only if song screen is enabledMax Kellermann2008-11-191-0/+2
* screen_song: new screen which views song informationMax Kellermann2008-11-181-0/+9
* screen_browser: always declare variable "entry"Max Kellermann2008-11-181-2/+0
* command: added CMD_LOCATE to locate song in databaseMax Kellermann2008-11-181-0/+9
* filelist: filelist_find_song() returns position instead of pointerMax Kellermann2008-11-181-2/+4
* screen_browser: eliminated local variable "entity"Max Kellermann2008-11-181-2/+0
* screen_browser: check if filelist is setMax Kellermann2008-11-181-3/+8
* screen_browser: use bool for return valuesMax Kellermann2008-11-181-22/+22
* mpdclient: removed _utf8 suffix from function namesMax Kellermann2008-11-071-1/+1
* mpdclient: expect UTF-8 stringsMax Kellermann2008-11-071-2/+2
* screen_browser: free g_path_get_dirname() return valueMax Kellermann2008-11-071-0/+1
* disable more features with --enable-miniMax Kellermann2008-11-071-2/+27
* screen_browser: fix warning when lyrics screen is disabledMax Kellermann2008-10-081-0/+2
* screen: export the global variable "screen"Max Kellermann2008-10-031-3/+2
* 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