projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
streamlining code for extra controls
[wxWidgets.git]
/
src
/
common
/
log.cpp
2010-01-04
Vadim Zeitlin
Make calling wxLog::IsAllowedTraceMask() safe during...
blob
|
commitdiff
|
raw
2009-12-05
Vadim Zeitlin
Fix wxLogChain (and wxLogWindow deriving from it) broke...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-08
Vadim Zeitlin
Fix wxLog compilation with wxUSE_THREADS==0.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-21
Vadim Zeitlin
No changes, just removed hard tabs and trailing white...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-18
Vadim Zeitlin
Fix last error display in wxLogSysError().
blob
|
commitdiff
|
raw
|
diff to current
2009-07-24
Vadim Zeitlin
Fix harmless unused parameter warning.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-18
Vadim Zeitlin
Do our best to show messages logged during program...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-15
Vadim Zeitlin
fix log target auto creation broken by recent changes
blob
|
commitdiff
|
raw
|
diff to current
2009-07-13
Vadim Zeitlin
Ensure that component levels map is initialized before...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-13
Vadim Zeitlin
Make wxLog::EnableLogging() and wxLogNull thread-specific.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-13
Vadim Zeitlin
Add support for thread-specific log targets.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-12
Vadim Zeitlin
Make critical sections initialization really thread...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-12
Vadim Zeitlin
Removed another occurrence of previous log critical...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-12
Vadim Zeitlin
Removed critical section protecting last repeat counter.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-12
Vadim Zeitlin
Made wxLogXXX() functions thread-safe.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-12
Vadim Zeitlin
Add component-level filtering to wxLog.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-10
Vadim Zeitlin
fix harmless warnings about uninitialized (not really...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-09
Vadim Zeitlin
Add information about the log message generation locati...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-09
Vadim Zeitlin
compilation fix for !WXWIN_COMPATIBILITY_2_8 build
blob
|
commitdiff
|
raw
|
diff to current
2009-07-08
Vadim Zeitlin
Changed wxLog DoLogXXX() callbacks and introduced wxLog...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-22
Vadim Zeitlin
made definition of wxUSE_LOG_DEBUG dependent on wxDEBUG...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-22
Vadim Zeitlin
deprecate integer trace masks and don't define the...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-22
Vadim Zeitlin
add public wxLog::Log() to avoid ugly casts needed...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-19
Vadim Zeitlin
don't use annoying and unneeded in C++ casts of NULL...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-29
Vadim Zeitlin
add safe wxStrlcpy() function and replaced all wxStrncp...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-04
Robert Roebling
Use t_str() instead of c_str()
blob
|
commitdiff
|
raw
|
diff to current
2008-07-03
Robert Roebling
Make wxMSW wxBase compile in UTF-8 mode
blob
|
commitdiff
|
raw
|
diff to current
2008-03-17
Vadim Zeitlin
use static functions instead of static variables for...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-15
Vadim Zeitlin
protect access to ms_aTraceMasks with a critical sectio...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-02
Vadim Zeitlin
PalmOS compilation fixes (wx-trunk-out.diff part of...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-02
Vadim Zeitlin
don't call LogLastRepeatIfNeeded() from dtor, it's...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-02
Vadim Zeitlin
don't lock the gs_prevCS critical section recursively...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-02
Vadim Zeitlin
added wxS(); use it in a couple of places
blob
|
commitdiff
|
raw
|
diff to current
2007-12-12
Vadim Zeitlin
replace wrong WXDLLEXPORT declarations with correct...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-01
Vadim Zeitlin
made LogLastRepetitionCountIfNeeded() non static to...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-24
Vadim Zeitlin
use LogLastRepetitionCountIfNeeded() instead of DoLogNu...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-24
Vadim Zeitlin
add a critical section protecting ms_prev variables...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-24
Vadim Zeitlin
slightly simplified wxLog repetition counting code
blob
|
commitdiff
|
raw
|
diff to current
2007-06-21
Julian Smart
Added DetachOldLog to avoid destruction of old log...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-20
Václav Slavík
more changes to make wx compile without implicit wxStri...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-19
Václav Slavík
compilation fix for non-STL build
blob
|
commitdiff
|
raw
|
diff to current
2007-06-19
Václav Slavík
wxLog::Get/Settimestamp() now use wxString
blob
|
commitdiff
|
raw
|
diff to current
2007-06-15
Vadim Zeitlin
added wxDEPRECATED_BUT_USED_INTERNALLY macro and use...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-11
Václav Slavík
use wx/crt.h as the 'official' header for wxCRT wrapper...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-04
Václav Slavík
changed wxLog::OnLog(String) to take wxString instead...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-18
David Elliott
Add a wxLog::DoCreateOnDemand and call it from DoCommon...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-06
Václav Slavík
fix compation with Watcom after latest vararg templates...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Václav Slavík
fixed reverted #if condition around wxDoLogTraceWchar
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Václav Slavík
fixed vararg functions with format argument to not...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-26
Václav Slavík
use UTF8-encoded char* strings in UTF8 build instead...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-12
Václav Slavík
initial version of UTF-8 strings representation (still...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-17
Václav Slavík
first phase of transition to unified Unicode build:
blob
|
commitdiff
|
raw
|
diff to current
2006-12-07
Paul Cornett
static functions don't need an instance
blob
|
commitdiff
|
raw
|
diff to current
2006-11-12
Vadim Zeitlin
use wxFputs(s) instead of puts(s.mb_str()) to avoid...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-04
Vadim Zeitlin
include wx/datetime.h and test for wxUSE_DATETIME befor...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-04
Vadim Zeitlin
use wxLocaltime_r() instead of localtime(): this is...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-01
Vadim Zeitlin
compilation fix for WXWIN_COMPATIBILITY_2_6==0
blob
|
commitdiff
|
raw
|
diff to current
2006-08-31
Vadim Zeitlin
don't use static buffer needing a critical section...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-25
Włodzimierz Skiba
Allow wxUSE_INTL==0 builds.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-25
Vadim Zeitlin
compilation fix for platforms where size_t is unsigned...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-25
Vadim Zeitlin
optionally count repeating wxLog messages instead of...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-29
Vadim Zeitlin
flush stderr in wxSafeShowMessage(): this might be...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-06
Vadim Zeitlin
removed wxIsLoggingEnabled() as it could create the...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-06
Vadim Zeitlin
typo: PrintfInLogBug() was probably supposed to be...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-02
Włodzimierz Skiba
Include wx/utils.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-26
Włodzimierz Skiba
Include wx/log.h according to precompiled headers of...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-18
Julian Smart
Applied patch [ 1334242 ] wxLogStream::DoLogString...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-07-22
Włodzimierz Skiba
[1231183] 'cleanup: mismatched indentation' and other...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-04
Włodzimierz Skiba
Visible wxMessageOutputDebug instance.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-17
Vadim Zeitlin
don't show wxLogDebug during app startup output in...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-07
Vadim Zeitlin
don't do anything in wxLogBuffer::Flush() if there...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-06
Vadim Zeitlin
added wxLogBuffer which collects all log messages in...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-06
Vadim Zeitlin
don't crash if FormatMessage() fails in wxSysErrorMsg()
blob
|
commitdiff
|
raw
|
diff to current
2005-03-30
Julian Smart
Applied patch [ 1171542 ] access static class members...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-30
Julian Smart
Added missing newline for Windows debug output
blob
|
commitdiff
|
raw
|
diff to current
2004-10-12
Włodzimierz Skiba
Warning fixes found under hardest mode of OpenWatcom...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-05
Włodzimierz Skiba
Warning fixes found under hardest mode of OpenWatcom...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-28
Włodzimierz Skiba
Hardware defines spec.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-17
Włodzimierz Skiba
Source cleaning: whitespaces, -1/wxID_ANY/wxNOT_FOUND...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-25
Vadim Zeitlin
reverted previous patch applied by mistake
blob
|
commitdiff
|
raw
|
diff to current
2004-07-25
Vadim Zeitlin
fixed flushing of secondary log target in wxLogChain...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-09
Vadim Zeitlin
fixed a warning about unusable code in release build
blob
|
commitdiff
|
raw
|
diff to current
2004-05-27
Julian Smart
WinCE Standard SDK improvements including adding close...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Use old licence name
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Name and version changes
blob
|
commitdiff
|
raw
|
diff to current
2004-03-28
Vadim Zeitlin
removed Win16 code (patch 905241), last version with...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-09
Václav Slavík
added support for gcc precompiled headers
blob
|
commitdiff
|
raw
|
diff to current
2003-07-11
Julian Smart
More WinCE mods.
blob
|
commitdiff
|
raw
|
diff to current
2003-07-08
Mattia Barbon
Added --use-stl to cnfigure, wxUSE_STL to setup0.h
blob
|
commitdiff
|
raw
|
diff to current
2003-07-02
Mattia Barbon
More COMPATIBILITY_2_4 fixes.
blob
|
commitdiff
|
raw
|
diff to current
2003-06-27
Václav Slavík
Windows compilation fix
blob
|
commitdiff
|
raw
|
diff to current
2003-06-24
Vadim Zeitlin
wxBase/GUI separation: 1st step, wxMSW should build...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-14
Vadim Zeitlin
always NUL-terminate log messages, even if they're...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-29
Stefan Csomor
unicode and __MACH__ additions for wxMac
blob
|
commitdiff
|
raw
|
diff to current
2003-03-27
Stefan Csomor
wxMac Unicode support
blob
|
commitdiff
|
raw
|
diff to current
2003-03-17
Julian Smart
Fixed copyrights and licence spelling
blob
|
commitdiff
|
raw
|
diff to current
2003-01-26
Vadim Zeitlin
added iosfwrap.h (wrapper for <iosfwd>)
blob
|
commitdiff
|
raw
|
diff to current
2003-01-10
Vadim Zeitlin
removed wxLog::HasPendingMessages() (it can't be made...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-01
Robin Dunn
Added wxLog::Get/SetLogLevel
blob
|
commitdiff
|
raw
|
diff to current
next