Make storing non-trivial data in wxThreadSpecificInfo possible.
[wxWidgets.git] / src / common / log.cpp
2013-09-18  Václav SlavíkMake storing non-trivial data in wxThreadSpecificInfo...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-06  Vadim ZeitlinReuse wxMessageOutputStderr for wxLogStderr implementation.
2013-05-19  Vadim ZeitlinTrigger wxLog auto-creation when getting old logger...
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS kind checks and reserve __WXMSW_...
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2012-01-10  Vadim ZeitlinAdded wxAbort() which can also be used under Windows CE.
2011-12-22  Vadim ZeitlinFix wxLogFormatter compilation under MSW.
2011-12-22  Vadim ZeitlinAdd wxLogFormatter to allow easier wxLog output customi...
2011-11-05  Vadim ZeitlinTranslate the log message in wxLog destructor.
2011-11-05  Vadim ZeitlinFix format string in wxLog::LogLastRepeatIfNeeded().
2011-03-21  Vadim ZeitlinAllow using milliseconds in wxLog timestamp.
2010-10-30  Vadim ZeitlinRestore the old logger in wxLogChain dtor instead of...
2010-01-04  Vadim ZeitlinMake calling wxLog::IsAllowedTraceMask() safe during...
2009-12-05  Vadim ZeitlinFix wxLogChain (and wxLogWindow deriving from it) broke...
2009-09-08  Vadim ZeitlinFix wxLog compilation with wxUSE_THREADS==0.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-18  Vadim ZeitlinFix last error display in wxLogSysError().
2009-07-24  Vadim ZeitlinFix harmless unused parameter warning.
2009-07-18  Vadim ZeitlinDo our best to show messages logged during program...
2009-07-15  Vadim Zeitlinfix log target auto creation broken by recent changes
2009-07-13  Vadim ZeitlinEnsure that component levels map is initialized before...
2009-07-13  Vadim ZeitlinMake wxLog::EnableLogging() and wxLogNull thread-specific.
2009-07-13  Vadim ZeitlinAdd support for thread-specific log targets.
2009-07-12  Vadim ZeitlinMake critical sections initialization really thread...
2009-07-12  Vadim ZeitlinRemoved another occurrence of previous log critical...
2009-07-12  Vadim ZeitlinRemoved critical section protecting last repeat counter.
2009-07-12  Vadim ZeitlinMade wxLogXXX() functions thread-safe.
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...
next