| Commit message (Expand) | Author | Files | Lines |
2008-11-25 | ncmpc-mini: disable scrolling | Max Kellermann | 1 | -0/+4 |
2008-10-03 | code style, indent with tabs XI | Max Kellermann | 1 | -3/+1 |
2008-10-03 | support: removed unused function remove_trailing_slash() | Max Kellermann | 1 | -17/+0 |
2008-10-03 | use g_basename() instead of basename() | Max Kellermann | 1 | -22/+0 |
2008-10-03 | use g_ascii_strdown() instead of the custom lowerstr() | Max Kellermann | 1 | -20/+10 |
2008-10-02 | charset: renamed my_strlen() to utf8_width() | Max Kellermann | 1 | -1/+1 |
2008-10-02 | moved code to charset.c | Max Kellermann | 1 | -95/+1 |
2008-10-02 | moved i18n macros to i18n.h | Max Kellermann | 1 | -1/+2 |
2008-10-02 | removed the debugging function D() | Max Kellermann | 1 | -2/+0 |
2008-09-21 | support: added assertions | Max Kellermann | 1 | -0/+16 |
2008-09-18 | added support for wide characters | Max Kellermann | 1 | -3/+13 |
2008-09-18 | code style, indent with tabs V | Max Kellermann | 1 | -87/+81 |
2008-09-15 | use size_t and unsigned integers | Max Kellermann | 1 | -1/+1 |
2008-09-15 | include cleanup | Max Kellermann | 1 | -5/+3 |
2008-09-15 | const pointers | Max Kellermann | 1 | -4/+4 |
2008-09-15 | code style, indent with tabs | Max Kellermann | 1 | -44/+38 |
2006-03-28 | unicode fixes from Dmitry Baryshkov/René van Bevern | Kalle Wallin | 1 | -6/+17 |
2005-06-11 | support wide-char ncurses library (ncursesw) | Kalle Wallin | 1 | -1/+9 |
2004-07-13 | Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 1 | -10/+12 |
2004-07-01 | Removed the trim() function, using glib's g_strstrip() instead | Kalle Wallin | 1 | -20/+0 |
2004-06-14 | Major cleanup of the mpd client code (mpc->mpdclient) | Kalle Wallin | 1 | -3/+4 |
2004-06-09 | Added the strscroll function | Kalle Wallin | 1 | -0/+38 |
2004-06-06 | Moved charset initialization code to main.c, added bind_textdomain_codeset() | Kalle Wallin | 1 | -33/+8 |
2004-06-05 | Added initial i18n support | Kalle Wallin | 1 | -8/+3 |
2004-06-05 | Changed directory layout (for future use of gettext) | Kalle Wallin | 1 | -0/+0 |
2004-04-19 | Added copyright notice and license notice | Kalle Wallin | 1 | -0/+18 |
2004-04-14 | Use screen_status_printf() to display character conversion errors. Only use | Kalle Wallin | 1 | -2/+13 |
2004-03-29 | Replaced g_utf8_strlen() with strlen() | Kalle Wallin | 1 | -3/+5 |
2004-03-29 | Added error handling in the character conversion functions. | Kalle Wallin | 1 | -6/+36 |
2004-03-29 | Removed the concat_path() function. | Kalle Wallin | 1 | -33/+14 |
2004-03-28 | Corrected a spelling error strup => strdup. | Kalle Wallin | 1 | -2/+2 |
2004-03-28 | Started to use glib (not iconv) for character set conversions. | Kalle Wallin | 1 | -109/+17 |
2004-03-27 | Initialize iconv_to_utf8 (used when saving playlists). | Kalle Wallin | 1 | -7/+50 |
2004-03-26 | Added file langinfo.c, used on systems without nl_langinfo() support. | Kalle Wallin | 1 | -4/+3 |
2004-03-26 | Updated the logic in charset_close(), why free stuff that isnt allocated. | Kalle Wallin | 1 | -2/+2 |
2004-03-25 | Added support for a configuration file ~/.ncmpcrc and color support. | Kalle Wallin | 1 | -0/+28 |
2004-03-22 | Added an implementation of strcasecmp for non glibc systems. | Kalle Wallin | 1 | -3/+28 |
2004-03-22 | Updated charset support | Kalle Wallin | 1 | -16/+27 |
2004-03-19 | Added iconv support | Kalle Wallin | 1 | -14/+110 |