| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | way too much stuff to describe here | Andreas Obergrusberger | 2007-02-16 | 1 | -0/+1 |
* | lyrics updates, leoslyrics fixes | Andreas Obergrusberger | 2007-02-01 | 1 | -0/+1 |
* | fix user plugin dir; code cleanup | Andreas Obergrusberger | 2007-01-05 | 1 | -1/+1 |
* | added a plugin system for lyrics sources | Andreas Obergrusberger | 2007-01-03 | 1 | -0/+3 |
* | filelist sorting improved | Andreas Obergrusberger | 2006-10-28 | 1 | -0/+2 |
* | due to bensonk's demand i added a splash screen. | Andreas Obergrusberger | 2006-09-07 | 1 | -3/+10 |
* | the updated sources | Andreas Obergrusberger | 2006-08-04 | 1 | -1/+18 |
* | Fixes #0000406, segfault if mpd wants a passwort but ncmpc connects without | Kalle Wallin | 2005-06-01 | 1 | -0/+7 |
* | Fixes bug #0000360 | Kalle Wallin | 2005-02-13 | 1 | -1/+1 |
* | Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 2004-07-13 | 1 | -3/+3 |
* | Use my_wgetch() instead of wgetch(), added --[no-]mouse option | Kalle Wallin | 2004-07-13 | 1 | -0/+1 |
* | Support SIGSTOP, SIGCONT in raw mode | Kalle Wallin | 2004-07-12 | 1 | -1/+13 |
* | Added SIGCONT handler | Kalle Wallin | 2004-07-12 | 1 | -2/+18 |
* | Replaced the debug macro with a function | Kalle Wallin | 2004-07-03 | 1 | -0/+18 |
* | Added flags for conflicting, modified key bindings - check_key_bindings() | Kalle Wallin | 2004-06-30 | 1 | -2/+2 |
* | Removed an unwanter fprintf line | Kalle Wallin | 2004-06-24 | 1 | -1/+0 |
* | Made the xterm title dynamic, added configuration option xterm-title-format | Kalle Wallin | 2004-06-24 | 1 | -5/+33 |
* | Renamed mpd version macro | Kalle Wallin | 2004-06-24 | 1 | -5/+5 |
* | added screen_bell() for optional audible/visible bells | Kalle Wallin | 2004-06-22 | 1 | -6/+8 |
* | Dont set the xterm title | Kalle Wallin | 2004-06-20 | 1 | -2/+3 |
* | display errors without exiting when key bindings are broken | Kalle Wallin | 2004-06-19 | 1 | -7/+14 |
* | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-... | Kalle Wallin | 2004-06-15 | 1 | -2/+13 |