aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-03charset: pass -1 instead of strlen()Max Kellermann1-2/+2
2008-10-03support: removed unused function remove_trailing_slash()Max Kellermann2-18/+0
2008-10-03use g_basename() instead of basename()Max Kellermann5-41/+12
2008-10-03use g_ascii_isspace() instead of IS_WHITESPACE()Max Kellermann2-13/+11
2008-10-03use g_ascii_strdown() instead of the custom lowerstr()Max Kellermann3-27/+17
2008-10-02list_window: removed unused macro "LW_ROW"Max Kellermann1-2/+0
2008-10-02screen_browser: added constant playlist_formatMax Kellermann1-6/+3
2008-10-02fix compiler errors without locale.hMax Kellermann3-1/+20
2008-10-02screen_lyrics: character set conversionMax Kellermann1-1/+9
2008-10-02charset: convert strings with fallbackMax Kellermann1-24/+10
2008-10-02charset: charset_init() returns character setMax Kellermann3-8/+8
2008-10-02charset: renamed my_strlen() to utf8_width()Max Kellermann6-16/+17
2008-10-02moved code to charset.cMax Kellermann17-117/+169
2008-10-02moved macros from ncmpc.h to main.c and screen.cMax Kellermann3-20/+13
2008-10-02removed LIST_FORMAT, STATUS_FORMATMax Kellermann5-14/+8
2008-10-02moved i18n macros to i18n.hMax Kellermann18-29/+56
2008-10-02options: use stdboolMax Kellermann3-32/+30
2008-10-02removed the deprecated easy_download libraryMax Kellermann2-121/+0
2008-10-02moved default value macros to defaults.hMax Kellermann5-16/+42
2008-10-02options: initialize options.list_formatMax Kellermann2-5/+5
2008-10-02removed the debugging function D()Max Kellermann13-82/+1
2008-10-02screen_browser: unexport command implementationsMax Kellermann2-23/+7
2008-10-02screen_lyrics: add screen_lyrics_switch()Max Kellermann4-2/+51
2008-10-02screen: export function screen_switch()Max Kellermann2-10/+13
2008-10-02screen: no typedefs for methodsMax Kellermann1-20/+9
2008-10-02screen_browser: added browser_cmd()Max Kellermann5-111/+76
2008-10-02screen_artist: call artist_lw_cmd() at the end of artist_cmd()Max Kellermann1-5/+5
2008-10-02screen_artist: don't call wrefresh() twiceMax Kellermann1-1/+0
2008-10-02strfsong: constant pointersMax Kellermann3-4/+6
2008-10-02screen: include config.h in screen.hMax Kellermann1-0/+1
2008-10-02configure.ac: define ENABLE_x_SCREEN instead of DISABLE_x_SCREENMax Kellermann3-15/+1
2008-10-01screen_file: set highlights after screen updateMax Kellermann1-0/+1
2008-10-01screen_artist: separate artist and album listsMax Kellermann1-36/+55
2008-10-01screen_artist: replaced update_metalist()Max Kellermann1-30/+42
2008-10-01screen_artist: added reload_lists()Max Kellermann1-3/+23
2008-10-01screen_artist: splitted update_metalist()Max Kellermann1-46/+86
2008-10-01screen_artist: convert metalist to GPtrArrayMax Kellermann1-33/+72
2008-10-01screen_artist: don't insert ".." and "all albums" into listMax Kellermann1-6/+17
2008-10-01screen_artist: moved code to artist_lw_cmd()Max Kellermann1-12/+20
2008-09-28screen_play: no song means id=-1Max Kellermann1-3/+3
2008-09-28screen_play: repaint highlight when mpd starts playingMax Kellermann1-1/+2
2008-09-26screen_play: repaint if current song has changedMax Kellermann1-8/+10
2008-09-26ignore SIGPIPEMax Kellermann1-0/+9
2008-09-25don't call lyrics_init if plugin is disabledMax Kellermann1-1/+6
2008-09-25screen_browser: added hotkey for adding songMax Kellermann6-1/+37
2008-09-25fix miscellaneous sparse warningsMax Kellermann4-3/+5
2008-09-25Makefile: added "sparse-check" targetMax Kellermann1-0/+15
2008-09-25screen: removed screen.modeMax Kellermann4-30/+14
2008-09-25screen: removed screen idsMax Kellermann2-27/+7
2008-09-25screen: pass screen_functions pointer to switch_screen_mode()Max Kellermann4-35/+32