| Commit message (Expand) | Author | Age | Files | Lines |
* | lirc: refactored event handler | Thomas Jansen | 2008-11-10 | 4 | -57/+55 |
* | configure.ac: require autoconf 2.60 | Max Kellermann | 2008-11-07 | 1 | -0/+1 |
* | mpdclient: use g_utf8_collate() | Max Kellermann | 2008-11-07 | 1 | -8/+3 |
* | wreadln: return NULL instead of empty string | Max Kellermann | 2008-11-07 | 4 | -8/+6 |
* | mpdclient: removed _utf8 suffix from function names | Max Kellermann | 2008-11-07 | 6 | -13/+13 |
* | mpdclient: expect UTF-8 strings | Max Kellermann | 2008-11-07 | 8 | -99/+65 |
* | screen_search: fixed 2 memory leaks | Max Kellermann | 2008-11-07 | 1 | -0/+6 |
* | screen_play: free the wreadln() return value | Max Kellermann | 2008-11-07 | 1 | -0/+1 |
* | screen_browser: free g_path_get_dirname() return value | Max Kellermann | 2008-11-07 | 1 | -0/+1 |
* | screen_file: optimized title formula | Max Kellermann | 2008-11-07 | 1 | -12/+10 |
* | main: optimized error_msg() | Max Kellermann | 2008-11-07 | 1 | -1/+2 |
* | Makefile.am: added custom rule with -fwhole-program | Max Kellermann | 2008-11-07 | 2 | -0/+10 |
* | configure.ac, Makefile.am: removed subversion keywords | Max Kellermann | 2008-11-07 | 5 | -20/+0 |
* | disable more features with --enable-mini | Max Kellermann | 2008-11-07 | 16 | -13/+151 |
* | configure.ac: remove misplaced comma | Max Kellermann | 2008-11-07 | 1 | -1/+1 |
* | command.h: include config.h | Max Kellermann | 2008-11-07 | 1 | -0/+2 |
* | charset: don't allocate GError | Max Kellermann | 2008-11-07 | 1 | -12/+4 |
* | options: don't store disabled options | Max Kellermann | 2008-11-07 | 5 | -0/+23 |
* | options: static initialization if possible | Max Kellermann | 2008-11-07 | 1 | -11/+11 |
* | options: removed deprecated options | Max Kellermann | 2008-11-07 | 2 | -8/+1 |
* | configure.ac: added --disable-help-screen | Max Kellermann | 2008-11-07 | 4 | -11/+20 |
* | configure.ac: added --disable-nls | Max Kellermann | 2008-11-07 | 1 | -0/+13 |
* | configure.ac: added option --enable-mini | Max Kellermann | 2008-11-07 | 1 | -4/+26 |
* | configure.ac: renamed $use_wide to $enable_wide | Max Kellermann | 2008-11-07 | 1 | -7/+7 |
* | configure.ac: removed deprecated result line | Max Kellermann | 2008-11-07 | 1 | -6/+0 |
* | configure.ac: added LIRC configure switch | Max Kellermann | 2008-11-07 | 2 | -4/+16 |
* | lirc: pass writable string to lirc_init() | Max Kellermann | 2008-11-07 | 1 | -1/+3 |
* | native LIRC support for ncmpc | Thomas Jansen | 2008-11-07 | 5 | -0/+118 |
* | Makefile.am: require automake 1.9 | Max Kellermann | 2008-11-07 | 2 | -2/+2 |
* | configure.ac: disable libtool | Max Kellermann | 2008-11-07 | 2 | -9/+0 |
* | configure.ac: disabled the C++ and fortran checks | Max Kellermann | 2008-10-14 | 1 | -0/+4 |
* | screen_browser: fix warning when lyrics screen is disabled | Max Kellermann | 2008-10-08 | 1 | -0/+2 |
* | wreadln: support wide characters | Max Kellermann | 2008-10-06 | 1 | -17/+190 |
* | wreadln: wait for complete multibyte sequence in wreadln_insert_byte() | Max Kellermann | 2008-10-06 | 1 | -0/+54 |
* | wreadln: don't use cursor_move_right() in insert_byte() | Max Kellermann | 2008-10-06 | 1 | -1/+4 |
* | configure.ac: added option --disable-wide | Max Kellermann | 2008-10-06 | 2 | -1/+37 |
* | include ncursesw/ncurses.h if available | Max Kellermann | 2008-10-06 | 15 | -9/+41 |
* | wreadln: optimize wreadln_delete_char() with memmove() | Max Kellermann | 2008-10-06 | 1 | -3/+4 |
* | wreadln: moved code to wreadln_delete() | Max Kellermann | 2008-10-06 | 1 | -7/+16 |
* | wreadln: return early from cursor movement functions | Max Kellermann | 2008-10-06 | 1 | -11/+13 |
* | wreadln: use unsigned integers and size_t | Max Kellermann | 2008-10-06 | 2 | -15/+16 |
* | wreadln: use memcpy() for both cases | Max Kellermann | 2008-10-06 | 1 | -11/+6 |
* | wreadln: use memmove() instead of an temporary buffer | Max Kellermann | 2008-10-06 | 1 | -7/+2 |
* | wreadln: moved code to insert_byte() | Max Kellermann | 2008-10-06 | 1 | -19/+25 |
* | wreadln: static buffer | Max Kellermann | 2008-10-06 | 1 | -18/+11 |
* | wreadln: added struct wreadln | Max Kellermann | 2008-10-06 | 1 | -94/+111 |
* | wreadln: removed parameter "x1" | Max Kellermann | 2008-10-06 | 1 | -15/+11 |
* | wreadln: convert public globals to local constants | Max Kellermann | 2008-10-06 | 3 | -15/+6 |
* | wreadln: import screen_bell() from screen_utils.h | Max Kellermann | 2008-10-06 | 1 | -3/+1 |
* | code style, indent with tabs XII | Max Kellermann | 2008-10-06 | 2 | -64/+61 |