aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* wreadln: convert public globals to local constantsMax Kellermann2008-10-063-15/+6
* wreadln: import screen_bell() from screen_utils.hMax Kellermann2008-10-061-3/+1
* code style, indent with tabs XIIMax Kellermann2008-10-062-64/+61
* removed my_wgetch(), switch to wgetch()Max Kellermann2008-10-066-24/+3
* disable ncurses raw modeMax Kellermann2008-10-063-18/+0
* wreadln: removed the disabled ncursesw codeMax Kellermann2008-10-061-384/+0
* screen: declare time constants as GTimeMax Kellermann2008-10-041-2/+2
* Do not include libgen.h, it is unneeded after commit 44ecb.Emanuele Giaquinta2008-10-041-4/+0
* use g_basename() instead of basename()Max Kellermann2008-10-041-1/+1
* store MPD_UPDATE_TIME as guintMax Kellermann2008-10-031-3/+3
* don't initialize sigaction struct twiceMax Kellermann2008-10-031-6/+3
* restart system call after SIGWINCHMax Kellermann2008-10-031-1/+1
* typo: ignore SIGPIPE instead of SIGWINCHMax Kellermann2008-10-031-2/+2
* screen: export the global variable "screen"Max Kellermann2008-10-0314-99/+85
* screen: don't pass mpdclient pointer to method paint()Max Kellermann2008-10-039-33/+32
* screen_play: remember playlistMax Kellermann2008-10-031-18/+20
* screen: removed "painted" flagMax Kellermann2008-10-033-14/+10
* removed KEY_RESIZEMax Kellermann2008-10-034-31/+0
* 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-037-0/+57
* 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-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