Add component-level filtering to wxLog.
[wxWidgets.git] / src / common / log.cpp
2009-07-12  Vadim ZeitlinAdd component-level filtering to wxLog.
2009-07-10  Vadim Zeitlinfix harmless warnings about uninitialized (not really...
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-07-09  Vadim Zeitlincompilation fix for !WXWIN_COMPATIBILITY_2_8 build
2009-07-08  Vadim ZeitlinChanged wxLog DoLogXXX() callbacks and introduced wxLog...
2009-03-22  Vadim Zeitlinmade definition of wxUSE_LOG_DEBUG dependent on wxDEBUG...
2009-03-22  Vadim Zeitlindeprecate integer trace masks and don't define the...
2009-02-22  Vadim Zeitlinadd public wxLog::Log() to avoid ugly casts needed...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-11-29  Vadim Zeitlinadd safe wxStrlcpy() function and replaced all wxStrncp...
2008-07-04  Robert RoeblingUse t_str() instead of c_str()
2008-07-03  Robert RoeblingMake wxMSW wxBase compile in UTF-8 mode
2008-03-17  Vadim Zeitlinuse static functions instead of static variables for...
2008-03-15  Vadim Zeitlinprotect access to ms_aTraceMasks with a critical sectio...
2008-03-02  Vadim ZeitlinPalmOS compilation fixes (wx-trunk-out.diff part of...
2008-01-02  Vadim Zeitlindon't call LogLastRepeatIfNeeded() from dtor, it's...
2008-01-02  Vadim Zeitlindon't lock the gs_prevCS critical section recursively...
2008-01-02  Vadim Zeitlinadded wxS(); use it in a couple of places
2007-12-12  Vadim Zeitlinreplace wrong WXDLLEXPORT declarations with correct...
2007-11-01  Vadim Zeitlinmade LogLastRepetitionCountIfNeeded() non static to...
2007-10-24  Vadim Zeitlinuse LogLastRepetitionCountIfNeeded() instead of DoLogNu...
2007-10-24  Vadim Zeitlinadd a critical section protecting ms_prev variables...
2007-10-24  Vadim Zeitlinslightly simplified wxLog repetition counting code
2007-06-21  Julian SmartAdded DetachOldLog to avoid destruction of old log...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-06-19  Václav Slavíkcompilation fix for non-STL build
2007-06-19  Václav SlavíkwxLog::Get/Settimestamp() now use wxString
2007-06-15  Vadim Zeitlinadded wxDEPRECATED_BUT_USED_INTERNALLY macro and use...
2007-06-11  Václav Slavíkuse wx/crt.h as the 'official' header for wxCRT wrapper...
2007-06-04  Václav Slavíkchanged wxLog::OnLog(String) to take wxString instead...
2007-05-18  David ElliottAdd a wxLog::DoCreateOnDemand and call it from DoCommon...
2007-05-06  Václav Slavíkfix compation with Watcom after latest vararg templates...
2007-05-03  Václav Slavíkfixed reverted #if condition around wxDoLogTraceWchar
2007-05-03  Václav Slavíkfixed vararg functions with format argument to not...
2007-04-26  Václav Slavíkuse UTF8-encoded char* strings in UTF8 build instead...
2007-04-12  Václav Slavíkinitial version of UTF-8 strings representation (still...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2006-12-07  Paul Cornettstatic functions don't need an instance
2006-11-12  Vadim Zeitlinuse wxFputs(s) instead of puts(s.mb_str()) to avoid...
2006-11-04  Vadim Zeitlininclude wx/datetime.h and test for wxUSE_DATETIME befor...
2006-11-04  Vadim Zeitlinuse wxLocaltime_r() instead of localtime(): this is...
2006-09-01  Vadim Zeitlincompilation fix for WXWIN_COMPATIBILITY_2_6==0
2006-08-31  Vadim Zeitlindon't use static buffer needing a critical section...
2006-07-25  Włodzimierz SkibaAllow wxUSE_INTL==0 builds.
2006-07-25  Vadim Zeitlincompilation fix for platforms where size_t is unsigned...
2006-07-25  Vadim Zeitlinoptionally count repeating wxLog messages instead of...
2006-06-29  Vadim Zeitlinflush stderr in wxSafeShowMessage(): this might be...
2006-05-06  Vadim Zeitlinremoved wxIsLoggingEnabled() as it could create the...
2006-05-06  Vadim Zeitlintypo: PrintfInLogBug() was probably supposed to be...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-01-18  Julian SmartApplied patch [ 1334242 ] wxLogStream::DoLogString...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-07-04  Włodzimierz SkibaVisible wxMessageOutputDebug instance.
2005-06-17  Vadim Zeitlindon't show wxLogDebug during app startup output in...
2005-06-07  Vadim Zeitlindon't do anything in wxLogBuffer::Flush() if there...
2005-06-06  Vadim Zeitlinadded wxLogBuffer which collects all log messages in...
2005-06-06  Vadim Zeitlindon't crash if FormatMessage() fails in wxSysErrorMsg()
2005-03-30  Julian SmartApplied patch [ 1171542 ] access static class members...
2004-11-30  Julian SmartAdded missing newline for Windows debug output
2004-10-12  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-05  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-28  Włodzimierz SkibaHardware defines spec.
2004-09-17  Włodzimierz SkibaSource cleaning: whitespaces, -1/wxID_ANY/wxNOT_FOUND...
2004-07-25  Vadim Zeitlinreverted previous patch applied by mistake
2004-07-25  Vadim Zeitlinfixed flushing of secondary log target in wxLogChain...
2004-07-09  Vadim Zeitlinfixed a warning about unusable code in release build
2004-05-27  Julian SmartWinCE Standard SDK improvements including adding close...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-11  Julian SmartMore WinCE mods.
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-02  Mattia Barbon More COMPATIBILITY_2_4 fixes.
2003-06-27  Václav SlavíkWindows compilation fix
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-06-14  Vadim Zeitlinalways NUL-terminate log messages, even if they're...
2003-03-29  Stefan Csomorunicode and __MACH__ additions for wxMac
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-26  Vadim Zeitlinadded iosfwrap.h (wrapper for <iosfwd>)
2003-01-10  Vadim Zeitlinremoved wxLog::HasPendingMessages() (it can't be made...
2003-01-01  Robin DunnAdded wxLog::Get/SetLogLevel
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-05-09  Vadim Zeitlinadded (and documented) wxSafeShowMessage, use it in...
2002-04-27  Vadim Zeitlinfixed uninitialized m_bPassMessages and wxLogChain...
2002-04-27  Vadim Zeitlinreally fixed memory leak in wxLogChain
2002-04-27  Vadim Zeitlinfixed memory leak in wxLogChain
2002-03-28  Vadim Zeitlinfixed compilation in Unicode build
2002-03-08  Robin DunnFixed compilation error.
2002-03-08  Ron LeeAdded SetLogBuffer method.
2002-02-22  Vadim ZeitlinwxLogFatalError() now always aborts the program and...
2002-01-19  Gilles Depeyrotrenamed wxLogXXX functions with va_list argument to...
2002-01-14  Gilles Depeyrotadded wxLog functions with a variable argument list...
2002-01-11  Robert RoeblingMake log.cpp compilable under CW 5.2 non-Carbon
2002-01-10  Gilles Depeyrotdisable MetroNub stuff for CodeWarrior 5.3 Carbon builds
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx heade...
2001-12-31  Stefan Csomormac codewarrior implementation updated, avoids sending...
next