| Commit message (Expand) | Author | Files | Lines |
2008-09-16 | lyrics: converted in-process plugins to external programs | Max Kellermann | 1 | -2/+2 |
2008-09-16 | code style, indent with tabs II | Max Kellermann | 1 | -14/+11 |
2008-09-15 | fix unused parameter warnings | Max Kellermann | 1 | -6/+5 |
2008-09-15 | don't declare local variable "options" | Max Kellermann | 1 | -13/+12 |
2008-09-15 | include cleanup | Max Kellermann | 1 | -8/+5 |
2008-09-15 | fix function prototypes | Max Kellermann | 1 | -3/+4 |
2008-09-15 | const pointers | Max Kellermann | 1 | -4/+4 |
2008-09-15 | use !NDEBUG instead of DEBUG | Max Kellermann | 1 | -1/+1 |
2008-09-15 | code style, indent with tabs | Max Kellermann | 1 | -195/+184 |
2008-09-15 | remove unused static functions | Max Kellermann | 1 | -7/+0 |
2008-09-15 | splash: removed the useless splash screen | Max Kellermann | 1 | -2/+0 |
2007-02-16 | way too much stuff to describe here | Andreas Obergrusberger | 1 | -0/+1 |
2007-02-01 | lyrics updates, leoslyrics fixes | Andreas Obergrusberger | 1 | -0/+1 |
2007-01-05 | fix user plugin dir; code cleanup | Andreas Obergrusberger | 1 | -1/+1 |
2007-01-03 | added a plugin system for lyrics sources | Andreas Obergrusberger | 1 | -0/+3 |
2006-10-28 | filelist sorting improved | Andreas Obergrusberger | 1 | -0/+2 |
2006-09-07 | due to bensonk's demand i added a splash screen. | Andreas Obergrusberger | 1 | -3/+10 |
2006-08-04 | the updated sources | Andreas Obergrusberger | 1 | -1/+18 |
2005-06-01 | Fixes #0000406, segfault if mpd wants a passwort but ncmpc connects without | Kalle Wallin | 1 | -0/+7 |
2005-02-13 | Fixes bug #0000360 | Kalle Wallin | 1 | -1/+1 |
2004-07-13 | Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 1 | -3/+3 |
2004-07-13 | Use my_wgetch() instead of wgetch(), added --[no-]mouse option | Kalle Wallin | 1 | -0/+1 |
2004-07-12 | Support SIGSTOP, SIGCONT in raw mode | Kalle Wallin | 1 | -1/+13 |
2004-07-12 | Added SIGCONT handler | Kalle Wallin | 1 | -2/+18 |
2004-07-03 | Replaced the debug macro with a function | Kalle Wallin | 1 | -0/+18 |
2004-06-30 | Added flags for conflicting, modified key bindings - check_key_bindings() | Kalle Wallin | 1 | -2/+2 |
2004-06-24 | Removed an unwanter fprintf line | Kalle Wallin | 1 | -1/+0 |
2004-06-24 | Made the xterm title dynamic, added configuration option xterm-title-format | Kalle Wallin | 1 | -5/+33 |
2004-06-24 | Renamed mpd version macro | Kalle Wallin | 1 | -5/+5 |
2004-06-22 | added screen_bell() for optional audible/visible bells | Kalle Wallin | 1 | -6/+8 |
2004-06-20 | Dont set the xterm title | Kalle Wallin | 1 | -2/+3 |
2004-06-19 | display errors without exiting when key bindings are broken | Kalle Wallin | 1 | -7/+14 |
2004-06-15 | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-... | Kalle Wallin | 1 | -2/+13 |
2004-06-14 | Updated error handling | Kalle Wallin | 1 | -10/+29 |
2004-06-14 | Major cleanup of the mpd client code (mpc->mpdclient) | Kalle Wallin | 1 | -47/+62 |
2004-06-09 | Updated the reconnect code to allow user to abort in raw mode | Kalle Wallin | 1 | -4/+6 |
2004-06-06 | Added wreadln.c, wreadln.h a simple line editor | Kalle Wallin | 1 | -6/+5 |
2004-06-06 | Moved charset initialization code to main.c, added bind_textdomain_codeset() | Kalle Wallin | 1 | -5/+15 |
2004-06-05 | Added initial i18n support | Kalle Wallin | 1 | -12/+13 |
2004-06-05 | Changed directory layout (for future use of gettext) | Kalle Wallin | 1 | -0/+0 |
2004-05-07 | Redesigned ncmpc's color support | Kalle Wallin | 1 | -1/+4 |
2004-04-21 | Fixed resize handling (SIGWINCH). | Kalle Wallin | 1 | -9/+0 |
2004-04-21 | Added screen_idle() function. | Kalle Wallin | 1 | -0/+2 |
2004-04-19 | Added copyright notice and license notice | Kalle Wallin | 1 | -0/+18 |
2004-04-14 | Check key bindings and quit if they are insane. | Kalle Wallin | 1 | -1/+8 |
2004-04-13 | Poll mpd twice/second, print a newline when exiting. | Kalle Wallin | 1 | -1/+2 |
2004-03-29 | Added password support. | Kalle Wallin | 1 | -14/+27 |
2004-03-28 | Started to use glibs neat timer functionality in the main loop. | Kalle Wallin | 1 | -13/+19 |
2004-03-28 | We now allocate and free memory with glib | Kalle Wallin | 1 | -0/+1 |
2004-03-27 | Moved random,repeat notification from main.c | Kalle Wallin | 1 | -19/+3 |