aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-07Makefile.am: added custom rule with -fwhole-programMax Kellermann1-0/+6
2008-11-07configure.ac, Makefile.am: removed subversion keywordsMax Kellermann1-4/+0
2008-11-07disable more features with --enable-miniMax Kellermann16-13/+151
2008-11-07command.h: include config.hMax Kellermann1-0/+2
2008-11-07charset: don't allocate GErrorMax Kellermann1-12/+4
2008-11-07options: don't store disabled optionsMax Kellermann5-0/+23
2008-11-07options: static initialization if possibleMax Kellermann1-11/+11
2008-11-07options: removed deprecated optionsMax Kellermann2-8/+1
2008-11-07configure.ac: added --disable-help-screenMax Kellermann3-1/+8
2008-11-07configure.ac: added LIRC configure switchMax Kellermann1-1/+3
2008-11-07lirc: pass writable string to lirc_init()Max Kellermann1-1/+3
2008-11-07native LIRC support for ncmpcThomas Jansen4-0/+113
2008-10-08screen_browser: fix warning when lyrics screen is disabledMax Kellermann1-0/+2
2008-10-06wreadln: support wide charactersMax Kellermann1-17/+190
2008-10-06wreadln: wait for complete multibyte sequence in wreadln_insert_byte()Max Kellermann1-0/+54
2008-10-06wreadln: don't use cursor_move_right() in insert_byte()Max Kellermann1-1/+4
2008-10-06configure.ac: added option --disable-wideMax Kellermann1-1/+1
2008-10-06include ncursesw/ncurses.h if availableMax Kellermann14-9/+36
2008-10-06wreadln: optimize wreadln_delete_char() with memmove()Max Kellermann1-3/+4
2008-10-06wreadln: moved code to wreadln_delete()Max Kellermann1-7/+16
2008-10-06wreadln: return early from cursor movement functionsMax Kellermann1-11/+13
2008-10-06wreadln: use unsigned integers and size_tMax Kellermann2-15/+16
2008-10-06wreadln: use memcpy() for both casesMax Kellermann1-11/+6
2008-10-06wreadln: use memmove() instead of an temporary bufferMax Kellermann1-7/+2
2008-10-06wreadln: moved code to insert_byte()Max Kellermann1-19/+25
2008-10-06wreadln: static bufferMax Kellermann1-18/+11
2008-10-06wreadln: added struct wreadlnMax Kellermann1-94/+111
2008-10-06wreadln: removed parameter "x1"Max Kellermann1-15/+11
2008-10-06wreadln: convert public globals to local constantsMax Kellermann3-15/+6
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