Code

disable more features with --enable-mini
[ncmpc.git] / src / screen_browser.c
2008-11-07 Max Kellermanndisable more features with --enable-mini
2008-10-08 Max Kellermannscreen_browser: fix warning when lyrics screen is disabled
2008-10-03 Max Kellermannscreen: export the global variable "screen"
2008-10-03 Max Kellermanndon't import mpdclient_finish_command() twice
2008-10-03 Max Kellermannlist_window: remove list_window_state_t
2008-10-03 Max Kellermannuse g_basename() instead of basename()
2008-10-02 Max Kellermannscreen_browser: added constant playlist_format
2008-10-02 Max Kellermannmoved code to charset.c
2008-10-02 Max Kellermannremoved LIST_FORMAT, STATUS_FORMAT
2008-10-02 Max Kellermannmoved i18n macros to i18n.h
2008-10-02 Max Kellermannremoved the debugging function D()
2008-10-02 Max Kellermannscreen_browser: unexport command implementations
2008-10-02 Max Kellermannscreen_lyrics: add screen_lyrics_switch()
2008-10-02 Max Kellermannscreen_browser: added browser_cmd()
2008-09-25 Max Kellermannscreen_browser: added hotkey for adding song
2008-09-25 Max Kellermanncode style, indent with tabs X
2008-09-22 Max Kellermannscreen: moved list_window mouse code to list_window.c
2008-09-21 Max Kellermannbrowser: check if the selection is valid
2008-09-19 Max Kellermannfilelist: use GPtrArray instead of GList
2008-09-19 Max Kellermannbrowser: added function browser_get_selected()
2008-09-19 Max Kellermannfilelist: provide more functions for working with a...
2008-09-19 Max Kellermannfilelist: drop "mpdclient" prefix
2008-09-19 Max Kellermannbrowser: use mpdclient_filelist_find_song() in set_high...
2008-09-19 Max Kellermannbrowser: song must not be NULL in set_highlight()
2008-09-18 Max Kellermannscreen_browser: removed entity.song!=NULL check
2008-09-18 Max Kellermannscreen_browser: removed redundant highlight check
2008-09-18 Max Kellermannscreen_browser: removed redundant entity type checks
2008-09-18 Max Kellermannscreen_browser: moved code to browser_select_entry()
2008-09-18 Max Kellermannscreen_browser: removed commented code
2008-09-18 Max Kellermannscreen_browser: moved code to browser_playlist_changed()
2008-09-18 Max Kellermannscreen_browser: moved code to screen_browser.c