aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* screen_search: array index is tag idMax Kellermann2008-10-031-24/+19
* don't import mpdclient_finish_command() twiceMax Kellermann2008-10-032-4/+0
* screen_search: removed the FUTURE macroMax Kellermann2008-10-031-11/+0
* options: don't initialize with memset(0)Max Kellermann2008-10-031-2/+0
* options: don't pass the "options" pointer aroundMax Kellermann2008-10-035-55/+48
* colors: make color support optional at compile timeMax Kellermann2008-10-038-0/+69
* options: print one big string in --version screenMax Kellermann2008-10-031-9/+9
* colors: color id is the index of the "colors" arrayMax Kellermann2008-10-032-45/+25
* colors: added enum color_tMax Kellermann2008-10-032-17/+19
* code style, indent with tabs XIMax Kellermann2008-10-0319-921/+790
* screen_artist: better screen titleMax Kellermann2008-10-031-7/+13
* list_window: remove list_window_state_tMax Kellermann2008-10-036-90/+78
* filelist: added filelist_find_directory()Max Kellermann2008-10-032-0/+22
* screen_artist: fix reload in "All tracks"Max Kellermann2008-10-031-7/+11
* charset: pass -1 instead of strlen()Max Kellermann2008-10-031-2/+2
* support: removed unused function remove_trailing_slash()Max Kellermann2008-10-032-18/+0
* use g_basename() instead of basename()Max Kellermann2008-10-036-42/+13
* use g_ascii_isspace() instead of IS_WHITESPACE()Max Kellermann2008-10-032-13/+11
* use g_ascii_strdown() instead of the custom lowerstr()Max Kellermann2008-10-033-27/+17
* list_window: removed unused macro "LW_ROW"Max Kellermann2008-10-021-2/+0
* screen_browser: added constant playlist_formatMax Kellermann2008-10-021-6/+3
* fix compiler errors without locale.hMax Kellermann2008-10-023-1/+20
* screen_lyrics: character set conversionMax Kellermann2008-10-021-1/+9
* charset: convert strings with fallbackMax Kellermann2008-10-021-24/+10
* 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