aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-17Makefile.am: added screen_play.h to $(ncmpc_headers)Max Kellermann1-0/+1
2008-11-17screen_utils: check for NULL passwordMax Kellermann1-1/+10
2008-11-10lirc: refactored event handlerThomas Jansen4-57/+55
2008-11-07mpdclient: use g_utf8_collate()Max Kellermann1-8/+3
2008-11-07wreadln: return NULL instead of empty stringMax Kellermann4-8/+6
2008-11-07mpdclient: removed _utf8 suffix from function namesMax Kellermann6-13/+13
2008-11-07mpdclient: expect UTF-8 stringsMax Kellermann8-99/+65
2008-11-07screen_search: fixed 2 memory leaksMax Kellermann1-0/+6
2008-11-07screen_play: free the wreadln() return valueMax Kellermann1-0/+1
2008-11-07screen_browser: free g_path_get_dirname() return valueMax Kellermann1-0/+1
2008-11-07screen_file: optimized title formulaMax Kellermann1-12/+10
2008-11-07main: optimized error_msg()Max Kellermann1-1/+2
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