| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -0/+6 |
* | configure.ac, Makefile.am: removed subversion keywords | Max Kellermann | 2008-11-07 | 1 | -4/+0 |
* | disable more features with --enable-mini | Max Kellermann | 2008-11-07 | 16 | -13/+151 |
* | 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 | 3 | -1/+8 |
* | configure.ac: added LIRC configure switch | Max Kellermann | 2008-11-07 | 1 | -1/+3 |
* | 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 | 4 | -0/+113 |
* | 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 | 1 | -1/+1 |
* | include ncursesw/ncurses.h if available | Max Kellermann | 2008-10-06 | 14 | -9/+36 |
* | 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 |
* | removed my_wgetch(), switch to wgetch() | Max Kellermann | 2008-10-06 | 6 | -24/+3 |
* | disable ncurses raw mode | Max Kellermann | 2008-10-06 | 3 | -18/+0 |
* | wreadln: removed the disabled ncursesw code | Max Kellermann | 2008-10-06 | 1 | -384/+0 |
* | screen: declare time constants as GTime | Max Kellermann | 2008-10-04 | 1 | -2/+2 |
* | Do not include libgen.h, it is unneeded after commit 44ecb. | Emanuele Giaquinta | 2008-10-04 | 1 | -4/+0 |
* | use g_basename() instead of basename() | Max Kellermann | 2008-10-04 | 1 | -1/+1 |
* | store MPD_UPDATE_TIME as guint | Max Kellermann | 2008-10-03 | 1 | -3/+3 |
* | don't initialize sigaction struct twice | Max Kellermann | 2008-10-03 | 1 | -6/+3 |
* | restart system call after SIGWINCH | Max Kellermann | 2008-10-03 | 1 | -1/+1 |
* | typo: ignore SIGPIPE instead of SIGWINCH | Max Kellermann | 2008-10-03 | 1 | -2/+2 |
* | screen: export the global variable "screen" | Max Kellermann | 2008-10-03 | 14 | -99/+85 |
* | screen: don't pass mpdclient pointer to method paint() | Max Kellermann | 2008-10-03 | 9 | -33/+32 |
* | screen_play: remember playlist | Max Kellermann | 2008-10-03 | 1 | -18/+20 |
* | screen: removed "painted" flag | Max Kellermann | 2008-10-03 | 3 | -14/+10 |
* | removed KEY_RESIZE | Max Kellermann | 2008-10-03 | 4 | -31/+0 |