aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* charset: charset_init() returns character setMax Kellermann2008-10-023-8/+8
* charset: renamed my_strlen() to utf8_width()Max Kellermann2008-10-026-16/+17
* moved code to charset.cMax Kellermann2008-10-0217-117/+169
* moved macros from ncmpc.h to main.c and screen.cMax Kellermann2008-10-023-20/+13
* removed LIST_FORMAT, STATUS_FORMATMax Kellermann2008-10-025-14/+8
* moved i18n macros to i18n.hMax Kellermann2008-10-0218-29/+56
* options: use stdboolMax Kellermann2008-10-023-32/+30
* removed the deprecated easy_download libraryMax Kellermann2008-10-022-121/+0
* moved default value macros to defaults.hMax Kellermann2008-10-025-16/+42
* options: initialize options.list_formatMax Kellermann2008-10-022-5/+5
* removed the debugging function D()Max Kellermann2008-10-0213-82/+1
* screen_browser: unexport command implementationsMax Kellermann2008-10-022-23/+7
* screen_lyrics: add screen_lyrics_switch()Max Kellermann2008-10-024-2/+51
* screen: export function screen_switch()Max Kellermann2008-10-022-10/+13
* screen: no typedefs for methodsMax Kellermann2008-10-021-20/+9
* screen_browser: added browser_cmd()Max Kellermann2008-10-025-111/+76
* screen_artist: call artist_lw_cmd() at the end of artist_cmd()Max Kellermann2008-10-021-5/+5
* screen_artist: don't call wrefresh() twiceMax Kellermann2008-10-021-1/+0
* strfsong: constant pointersMax Kellermann2008-10-023-4/+6
* screen: include config.h in screen.hMax Kellermann2008-10-021-0/+1
* Makefile.am: don't use $(addprefix ...)Max Kellermann2008-10-021-1/+1
* Makefile.am: don't declare $(lyrics_plugin_dir) twiceMax Kellermann2008-10-021-1/+0
* configure.ac: define ENABLE_x_SCREEN instead of DISABLE_x_SCREENMax Kellermann2008-10-024-24/+9
* screen_file: set highlights after screen updateMax Kellermann2008-10-011-0/+1
* screen_artist: separate artist and album listsMax Kellermann2008-10-011-36/+55
* screen_artist: replaced update_metalist()Max Kellermann2008-10-011-30/+42
* screen_artist: added reload_lists()Max Kellermann2008-10-011-3/+23
* screen_artist: splitted update_metalist()Max Kellermann2008-10-011-46/+86
* screen_artist: convert metalist to GPtrArrayMax Kellermann2008-10-011-33/+72
* screen_artist: don't insert ".." and "all albums" into listMax Kellermann2008-10-011-6/+17
* screen_artist: moved code to artist_lw_cmd()Max Kellermann2008-10-011-12/+20
* screen_play: no song means id=-1Max Kellermann2008-09-281-3/+3
* screen_play: repaint highlight when mpd starts playingMax Kellermann2008-09-281-1/+2
* screen_play: repaint if current song has changedMax Kellermann2008-09-261-8/+10
* ignore SIGPIPEMax Kellermann2008-09-261-0/+9
* don't call lyrics_init if plugin is disabledMax Kellermann2008-09-251-1/+6
* screen_browser: added hotkey for adding songMax Kellermann2008-09-256-1/+37
* fix miscellaneous sparse warningsMax Kellermann2008-09-254-3/+5
* Makefile: added "sparse-check" targetMax Kellermann2008-09-252-0/+17
* screen: removed screen.modeMax Kellermann2008-09-254-30/+14
* screen: removed screen idsMax Kellermann2008-09-252-27/+7
* screen: pass screen_functions pointer to switch_screen_mode()Max Kellermann2008-09-254-35/+32
* screen: replaced get_cur_mode_id() with screen_is_visible()Max Kellermann2008-09-257-8/+10
* screen: moved code to screen_list.cMax Kellermann2008-09-255-110/+238
* screen: don't compile disabled sourcesMax Kellermann2008-09-258-26/+26
* screen_utils: don't call wmove() twiceMax Kellermann2008-09-251-3/+0
* filelist: removed attribute "updated"Max Kellermann2008-09-255-12/+0
* screen: don't pass screen pointer to method update()Max Kellermann2008-09-253-4/+6
* screen_play: hide cursor with a timerMax Kellermann2008-09-251-20/+45
* screen_search: removed update() methodMax Kellermann2008-09-251-25/+44