Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | command: check_key_bindings() returns message without comment | Max Kellermann | 2009-01-06 | 1 | -0/+16 |
* | Update copyright notices | Avuton Olrich | 2008-12-31 | 1 | -9/+10 |
* | initialize NLS without locale support | Max Kellermann | 2008-12-25 | 1 | -1/+4 |
* | configure.ac: added --disable-locale option | Max Kellermann | 2008-12-25 | 1 | -3/+3 |
* | i18n: don't use locale.h | Max Kellermann | 2008-12-25 | 1 | -0/+4 |
* | main: deinitialize lyrics library | Max Kellermann | 2008-12-12 | 1 | -0/+5 |
* | command: disable check_key_bindings() with --enable-mini | Max Kellermann | 2008-12-10 | 1 | -2/+2 |
* | po: improved translatable strings for easier translation | Max Kellermann | 2008-11-25 | 1 | -3/+4 |
* | main.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 2008-11-24 | 1 | -11/+11 |
* | lirc: refactored event handler | Thomas Jansen | 2008-11-10 | 1 | -45/+28 |
* | mpdclient: expect UTF-8 strings | Max Kellermann | 2008-11-07 | 1 | -1/+5 |
* | main: optimized error_msg() | Max Kellermann | 2008-11-07 | 1 | -1/+2 |
* | disable more features with --enable-mini | Max Kellermann | 2008-11-07 | 1 | -3/+22 |
* | native LIRC support for ncmpc | Thomas Jansen | 2008-11-07 | 1 | -0/+57 |
* | disable ncurses raw mode | Max Kellermann | 2008-10-06 | 1 | -4/+0 |
* | 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: removed "painted" flag | Max Kellermann | 2008-10-03 | 1 | -2/+4 |
* | options: don't pass the "options" pointer around | Max Kellermann | 2008-10-03 | 1 | -1/+1 |
* | code style, indent with tabs XI | Max Kellermann | 2008-10-03 | 1 | -3/+1 |
* | fix compiler errors without locale.h | Max Kellermann | 2008-10-02 | 1 | -1/+3 |
* | charset: charset_init() returns character set | Max Kellermann | 2008-10-02 | 1 | -1/+1 |
* | moved code to charset.c | Max Kellermann | 2008-10-02 | 1 | -1/+1 |
* | moved macros from ncmpc.h to main.c and screen.c | Max Kellermann | 2008-10-02 | 1 | -0/+3 |
* | moved i18n macros to i18n.h | Max Kellermann | 2008-10-02 | 1 | -0/+1 |
* | removed the debugging function D() | Max Kellermann | 2008-10-02 | 1 | -21/+0 |
* | ignore SIGPIPE | Max Kellermann | 2008-09-26 | 1 | -0/+9 |
* | don't call lyrics_init if plugin is disabled | Max Kellermann | 2008-09-25 | 1 | -1/+6 |
* | fix miscellaneous sparse warnings | Max Kellermann | 2008-09-25 | 1 | -0/+2 |
* | screen: moved code to ncu.c | Max Kellermann | 2008-09-22 | 1 | -1/+3 |
* | main: free keyboard IO channel | Max Kellermann | 2008-09-22 | 1 | -2/+7 |
* | fix terminal resizing (SIGWINCH) | Max Kellermann | 2008-09-19 | 1 | -0/+33 |
* | quit with g_main_loop_quit() | Max Kellermann | 2008-09-18 | 1 | -3/+5 |
* | use the glib main event loop | Max Kellermann | 2008-09-18 | 1 | -72/+154 |
* | main: connect while UI is displayed | Max Kellermann | 2008-09-18 | 1 | -39/+21 |
* | code style, indent with tabs IV | Max Kellermann | 2008-09-17 | 1 | -56/+56 |
* | make several functions return void | Max Kellermann | 2008-09-17 | 1 | -1/+1 |
* | lyrics: converted in-process plugins to external programs | Max Kellermann | 2008-09-16 | 1 | -2/+2 |
* | code style, indent with tabs II | Max Kellermann | 2008-09-16 | 1 | -14/+11 |
* | fix unused parameter warnings | Max Kellermann | 2008-09-15 | 1 | -6/+5 |
* | don't declare local variable "options" | Max Kellermann | 2008-09-15 | 1 | -13/+12 |
* | include cleanup | Max Kellermann | 2008-09-15 | 1 | -8/+5 |
* | fix function prototypes | Max Kellermann | 2008-09-15 | 1 | -3/+4 |
* | const pointers | Max Kellermann | 2008-09-15 | 1 | -4/+4 |
* | use !NDEBUG instead of DEBUG | Max Kellermann | 2008-09-15 | 1 | -1/+1 |
* | code style, indent with tabs | Max Kellermann | 2008-09-15 | 1 | -195/+184 |
* | remove unused static functions | Max Kellermann | 2008-09-15 | 1 | -7/+0 |
* | splash: removed the useless splash screen | Max Kellermann | 2008-09-15 | 1 | -2/+0 |