aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-035-41/+12
* 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
* configure.ac: define ENABLE_x_SCREEN instead of DISABLE_x_SCREENMax Kellermann2008-10-023-15/+1
* 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-251-0/+15
* 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