aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp_msg.c
Commit message (Expand)AuthorAge
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Enable runtime control for colorful and/or module name outputGravatar zuxy2008-04-12
* typo fix: inited --> initializedGravatar diego2008-02-14
* cosmetics: Remove trailing whitespace.Gravatar diego2007-12-17
* Make sure forked code does not try to display a GTK message box (and thus cra...Gravatar reimar2007-10-07
* Remove redundant extern variable declaration.Gravatar diego2007-08-24
* Create a new MSGT for just the status line.Gravatar diego2007-06-05
* Gui --> guiGravatar diego2007-04-23
* "()" to "(void)" function param list fixesGravatar uau2007-04-01
* mp_msg.c is never built with -DCODECS2HTML.Gravatar diego2007-03-12
* Remove unused variable lev_text, patch by Zuxy Meng, zuxy.meng gmail com.Gravatar diego2007-03-08
* Add code to detect and convert to console codepage on Windows.Gravatar reimar2007-03-04
* Handle mp_msg_charset == NULL correctly in filename_recode.Gravatar reimar2007-01-27
* Cosmetics: remove tabs, almost all added during last patch, fromGravatar reimar2007-01-27
* filename double-conversion, especially usefull for CJK users :-)Gravatar gpoirier2007-01-26
* Fix possible crashes with colorized mplayer outputGravatar reimar2006-12-18
* Mixed up from and to charsets in iconv open failure message.Gravatar reimar2006-08-27
* Get ride of the several if(identify) messy lines and rearangment of some of t...Gravatar reynaldo2006-04-24
* more cruftGravatar rfelker2006-03-30
* remove deprecated, never-used gnu gettext cruft.Gravatar rfelker2006-03-30
* 10l missing header for strdupGravatar ods152006-03-27
* The fix in mp_msg.c avoids a core dump when iconv_open() fails, the otherGravatar albeu2006-03-24
* Automaticall convert message to console charset, use utf8 for GTK2 GuiGravatar reimar2006-03-08
* Comment fix: mp_msg_levels[] is inited to -2, not 2.Gravatar diego2006-03-05
* This now works correctly thanks to clear-to-end-of-line patchGravatar ods152006-02-24
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* MPLAYER_VERBOSE, new enviorment variable to control verbosity before initGravatar ods152006-01-20
* Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'llGravatar ods152005-12-07
* 1000l, reverting 2 more unrelated changes with last commitGravatar ods152005-12-06
* new -msglevel option, constrols msg level for every msg moduleGravatar ods152005-12-06
* mp_msg cleanup.Gravatar ods152005-09-29
* improve colorizationGravatar michael2005-09-03
* Remove many annoying GTK includes in every compile line and remove GTKGravatar ods152005-09-03
* remove all setlocale calls, they break the behaviour of sscanf andGravatar reimar2005-01-20
* force a new line if a message is very longGravatar pl2003-09-12
* moved some annonying messages to debug mode onlyGravatar alex2003-07-13
* codec-cfg cannot be built when the gui is enabled - it fails to link with aGravatar jkeil2002-12-27
* WARNING message gui windows disabled, the only critical warn message (tooGravatar arpi2002-08-31
* - warnings enabled for GUI modeGravatar arpi2002-08-31
* print only fatal/error/warning to stderr, others go to stdoutGravatar arpi2002-08-31
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:Gravatar arpi2002-08-21
* Extend maximum mp_msg message size, some translations need it or help message...Gravatar atmos42002-06-05
* HAVE_MENCODER->FOR_MENCODER (forgot to commit some weeks ago...)Gravatar arpi2002-05-12
* some bug fixGravatar pontscho2002-05-01
* disabling gtk messagebox - fixes gtk crashesGravatar arpi2002-04-29
* 10l - va_start needs teh pointer to stack - not the translated messageGravatar arpi2002-03-23