aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-06wreadln: import screen_bell() from screen_utils.hMax Kellermann1-3/+1
2008-10-06code style, indent with tabs XIIMax Kellermann2-64/+61
2008-10-06removed my_wgetch(), switch to wgetch()Max Kellermann6-24/+3
2008-10-06disable ncurses raw modeMax Kellermann3-18/+0
2008-10-06wreadln: removed the disabled ncursesw codeMax Kellermann1-384/+0
2008-10-04screen: declare time constants as GTimeMax Kellermann1-2/+2
2008-10-04Do not include libgen.h, it is unneeded after commit 44ecb.Emanuele Giaquinta1-4/+0
2008-10-04use g_basename() instead of basename()Max Kellermann1-1/+1
2008-10-03store MPD_UPDATE_TIME as guintMax Kellermann1-3/+3
2008-10-03don't initialize sigaction struct twiceMax Kellermann1-6/+3
2008-10-03restart system call after SIGWINCHMax Kellermann1-1/+1
2008-10-03typo: ignore SIGPIPE instead of SIGWINCHMax Kellermann1-2/+2
2008-10-03screen: export the global variable "screen"Max Kellermann14-99/+85
2008-10-03screen: don't pass mpdclient pointer to method paint()Max Kellermann9-33/+32
2008-10-03screen_play: remember playlistMax Kellermann1-18/+20
2008-10-03screen: removed "painted" flagMax Kellermann3-14/+10
2008-10-03removed KEY_RESIZEMax Kellermann4-31/+0
2008-10-03screen_search: array index is tag idMax Kellermann1-24/+19
2008-10-03don't import mpdclient_finish_command() twiceMax Kellermann2-4/+0
2008-10-03screen_search: removed the FUTURE macroMax Kellermann1-11/+0
2008-10-03options: don't initialize with memset(0)Max Kellermann1-2/+0
2008-10-03options: don't pass the "options" pointer aroundMax Kellermann5-55/+48
2008-10-03colors: make color support optional at compile timeMax Kellermann7-0/+57
2008-10-03options: print one big string in --version screenMax Kellermann1-9/+9
2008-10-03colors: color id is the index of the "colors" arrayMax Kellermann2-45/+25
2008-10-03colors: added enum color_tMax Kellermann2-17/+19
2008-10-03code style, indent with tabs XIMax Kellermann19-921/+790
2008-10-03screen_artist: better screen titleMax Kellermann1-7/+13
2008-10-03list_window: remove list_window_state_tMax Kellermann6-90/+78
2008-10-03filelist: added filelist_find_directory()Max Kellermann2-0/+22
2008-10-03screen_artist: fix reload in "All tracks"Max Kellermann1-7/+11
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