| Commit message (Expand) | Author | Age | Files | Lines |
* | don't import mpdclient_finish_command() twice | Max Kellermann | 2008-10-03 | 2 | -4/+0 |
* | screen_search: removed the FUTURE macro | Max Kellermann | 2008-10-03 | 1 | -11/+0 |
* | options: don't initialize with memset(0) | Max Kellermann | 2008-10-03 | 1 | -2/+0 |
* | options: don't pass the "options" pointer around | Max Kellermann | 2008-10-03 | 5 | -55/+48 |
* | colors: make color support optional at compile time | Max Kellermann | 2008-10-03 | 8 | -0/+69 |
* | options: print one big string in --version screen | Max Kellermann | 2008-10-03 | 1 | -9/+9 |
* | colors: color id is the index of the "colors" array | Max Kellermann | 2008-10-03 | 2 | -45/+25 |
* | colors: added enum color_t | Max Kellermann | 2008-10-03 | 2 | -17/+19 |
* | code style, indent with tabs XI | Max Kellermann | 2008-10-03 | 19 | -921/+790 |
* | screen_artist: better screen title | Max Kellermann | 2008-10-03 | 1 | -7/+13 |
* | list_window: remove list_window_state_t | Max Kellermann | 2008-10-03 | 6 | -90/+78 |
* | filelist: added filelist_find_directory() | Max Kellermann | 2008-10-03 | 2 | -0/+22 |
* | screen_artist: fix reload in "All tracks" | Max Kellermann | 2008-10-03 | 1 | -7/+11 |
* | charset: pass -1 instead of strlen() | Max Kellermann | 2008-10-03 | 1 | -2/+2 |
* | support: removed unused function remove_trailing_slash() | Max Kellermann | 2008-10-03 | 2 | -18/+0 |
* | use g_basename() instead of basename() | Max Kellermann | 2008-10-03 | 6 | -42/+13 |
* | use g_ascii_isspace() instead of IS_WHITESPACE() | Max Kellermann | 2008-10-03 | 2 | -13/+11 |
* | use g_ascii_strdown() instead of the custom lowerstr() | Max Kellermann | 2008-10-03 | 3 | -27/+17 |
* | list_window: removed unused macro "LW_ROW" | Max Kellermann | 2008-10-02 | 1 | -2/+0 |
* | screen_browser: added constant playlist_format | Max Kellermann | 2008-10-02 | 1 | -6/+3 |
* | fix compiler errors without locale.h | Max Kellermann | 2008-10-02 | 3 | -1/+20 |
* | screen_lyrics: character set conversion | Max Kellermann | 2008-10-02 | 1 | -1/+9 |
* | charset: convert strings with fallback | Max Kellermann | 2008-10-02 | 1 | -24/+10 |
* | charset: charset_init() returns character set | Max Kellermann | 2008-10-02 | 3 | -8/+8 |
* | charset: renamed my_strlen() to utf8_width() | Max Kellermann | 2008-10-02 | 6 | -16/+17 |
* | moved code to charset.c | Max Kellermann | 2008-10-02 | 17 | -117/+169 |
* | moved macros from ncmpc.h to main.c and screen.c | Max Kellermann | 2008-10-02 | 3 | -20/+13 |
* | removed LIST_FORMAT, STATUS_FORMAT | Max Kellermann | 2008-10-02 | 5 | -14/+8 |
* | moved i18n macros to i18n.h | Max Kellermann | 2008-10-02 | 18 | -29/+56 |
* | options: use stdbool | Max Kellermann | 2008-10-02 | 3 | -32/+30 |
* | removed the deprecated easy_download library | Max Kellermann | 2008-10-02 | 2 | -121/+0 |
* | moved default value macros to defaults.h | Max Kellermann | 2008-10-02 | 5 | -16/+42 |
* | options: initialize options.list_format | Max Kellermann | 2008-10-02 | 2 | -5/+5 |
* | removed the debugging function D() | Max Kellermann | 2008-10-02 | 13 | -82/+1 |
* | screen_browser: unexport command implementations | Max Kellermann | 2008-10-02 | 2 | -23/+7 |
* | screen_lyrics: add screen_lyrics_switch() | Max Kellermann | 2008-10-02 | 4 | -2/+51 |
* | screen: export function screen_switch() | Max Kellermann | 2008-10-02 | 2 | -10/+13 |
* | screen: no typedefs for methods | Max Kellermann | 2008-10-02 | 1 | -20/+9 |
* | screen_browser: added browser_cmd() | Max Kellermann | 2008-10-02 | 5 | -111/+76 |
* | screen_artist: call artist_lw_cmd() at the end of artist_cmd() | Max Kellermann | 2008-10-02 | 1 | -5/+5 |
* | screen_artist: don't call wrefresh() twice | Max Kellermann | 2008-10-02 | 1 | -1/+0 |
* | strfsong: constant pointers | Max Kellermann | 2008-10-02 | 3 | -4/+6 |
* | screen: include config.h in screen.h | Max Kellermann | 2008-10-02 | 1 | -0/+1 |
* | Makefile.am: don't use $(addprefix ...) | Max Kellermann | 2008-10-02 | 1 | -1/+1 |
* | Makefile.am: don't declare $(lyrics_plugin_dir) twice | Max Kellermann | 2008-10-02 | 1 | -1/+0 |
* | configure.ac: define ENABLE_x_SCREEN instead of DISABLE_x_SCREEN | Max Kellermann | 2008-10-02 | 4 | -24/+9 |
* | screen_file: set highlights after screen update | Max Kellermann | 2008-10-01 | 1 | -0/+1 |
* | screen_artist: separate artist and album lists | Max Kellermann | 2008-10-01 | 1 | -36/+55 |
* | screen_artist: replaced update_metalist() | Max Kellermann | 2008-10-01 | 1 | -30/+42 |
* | screen_artist: added reload_lists() | Max Kellermann | 2008-10-01 | 1 | -3/+23 |