log mp_msg.c @ 37139:1f7173bd5ff4

age author description
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Sat, 09 Oct 2010 12:12:14 +0000 reimar Add a va_list version of mp_msg and use it to avoid yet another intermediate
Sun, 11 Jul 2010 08:02:26 +0000 reimar Avoid status line being mangled together with error messages and other
Fri, 02 Jul 2010 23:43:09 +0000 reimar Avoid out-of-bounds read if mp_msg prints an empty string.
Sun, 13 Jun 2010 11:17:26 +0000 reimar Remove mp_msg related GUI hacks.
Tue, 23 Feb 2010 06:42:51 +0000 zuxy Reset output color after each line.
Mon, 22 Feb 2010 15:34:56 +0000 diego Properly declare get_term_charset() instead of forward declaring it.
Sat, 30 Jan 2010 23:24:23 +0000 diego Add license header to all top-level files missing them.
Sun, 02 Aug 2009 16:00:55 +0000 diego Remove pointless #ifdefs around harmless internal header #includes.
Sun, 31 May 2009 13:00:51 +0000 reimar Use a malloced string for the get_term_charset return value.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Thu, 07 Aug 2008 10:36:07 +0000 diego Rename font-related preprocessor directives.
Fri, 01 Aug 2008 20:28:58 +0000 diego Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
Wed, 30 Jul 2008 13:44:59 +0000 diego Rename two GUI-related preprocessor directives:
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Sat, 12 Apr 2008 12:51:07 +0000 zuxy Enable runtime control for colorful and/or module name output
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Mon, 17 Dec 2007 09:02:21 +0000 diego cosmetics: Remove trailing whitespace.
Sun, 07 Oct 2007 08:41:31 +0000 reimar Make sure forked code does not try to display a GTK message box (and thus crashes)
Fri, 24 Aug 2007 12:45:26 +0000 diego Remove redundant extern variable declaration.
Tue, 05 Jun 2007 16:13:00 +0000 diego Create a new MSGT for just the status line.
Mon, 23 Apr 2007 07:42:42 +0000 diego Gui --> gui
Sun, 01 Apr 2007 21:59:54 +0000 uau "()" to "(void)" function param list fixes
Mon, 12 Mar 2007 18:35:52 +0000 diego mp_msg.c is never built with -DCODECS2HTML.
Thu, 08 Mar 2007 13:42:34 +0000 diego Remove unused variable lev_text, patch by Zuxy Meng, zuxy.meng gmail com.
Sun, 04 Mar 2007 19:04:08 +0000 reimar Add code to detect and convert to console codepage on Windows.
Sat, 27 Jan 2007 10:11:40 +0000 reimar Handle mp_msg_charset == NULL correctly in filename_recode.
Sat, 27 Jan 2007 10:10:05 +0000 reimar Cosmetics: remove tabs, almost all added during last patch, from
Fri, 26 Jan 2007 09:57:09 +0000 gpoirier filename double-conversion, especially usefull for CJK users :-)