log mp_msg.c @ 29946:54bacf6a38ca

age author description
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 :-)
Mon, 18 Dec 2006 18:50:46 +0000 reimar Fix possible crashes with colorized mplayer output
Sun, 27 Aug 2006 08:10:07 +0000 reimar Mixed up from and to charsets in iconv open failure message.
Mon, 24 Apr 2006 07:20:34 +0000 reynaldo Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
Thu, 30 Mar 2006 22:28:32 +0000 rfelker more cruft
Thu, 30 Mar 2006 22:14:44 +0000 rfelker remove deprecated, never-used gnu gettext cruft.
Mon, 27 Mar 2006 08:38:32 +0000 ods15 10l missing header for strdup
Fri, 24 Mar 2006 02:31:29 +0000 albeu The fix in mp_msg.c avoids a core dump when iconv_open() fails, the other
Wed, 08 Mar 2006 12:45:48 +0000 reimar Automaticall convert message to console charset, use utf8 for GTK2 Gui