projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
in debug mode when clicking with the middle mouse button draw borders around all...
[wxWidgets.git]
/
src
/
common
/
log.cpp
2009-01-19
Vadim Zeitlin
don't use annoying and unneeded in C++ casts of NULL...
blob
|
commitdiff
|
raw
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
2002-12-04
Vadim Zeitlin
merged 2.4 branch into the trunk
blob
|
commitdiff
|
raw
|
diff to current
2002-05-09
Vadim Zeitlin
added (and documented) wxSafeShowMessage, use it in...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-27
Vadim Zeitlin
fixed uninitialized m_bPassMessages and wxLogChain...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-27
Vadim Zeitlin
really fixed memory leak in wxLogChain
blob
|
commitdiff
|
raw
|
diff to current
2002-04-27
Vadim Zeitlin
fixed memory leak in wxLogChain
blob
|
commitdiff
|
raw
|
diff to current
2002-03-28
Vadim Zeitlin
fixed compilation in Unicode build
blob
|
commitdiff
|
raw
|
diff to current
2002-03-08
Robin Dunn
Fixed compilation error.
blob
|
commitdiff
|
raw
|
diff to current
2002-03-08
Ron Lee
Added SetLogBuffer method.
blob
|
commitdiff
|
raw
|
diff to current
2002-02-22
Vadim Zeitlin
wxLogFatalError() now always aborts the program and...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-19
Gilles Depeyrot
renamed wxLogXXX functions with va_list argument to...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-14
Gilles Depeyrot
added wxLog functions with a variable argument list...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-11
Robert Roebling
Make log.cpp compilable under CW 5.2 non-Carbon
blob
|
commitdiff
|
raw
|
diff to current
2002-01-10
Gilles Depeyrot
disable MetroNub stuff for CodeWarrior 5.3 Carbon builds
blob
|
commitdiff
|
raw
|
diff to current
2002-01-04
Stefan Csomor
removing dependancy on mac headers from public wx heade...
blob
|
commitdiff
|
raw
|
diff to current
2001-12-31
Stefan Csomor
mac codewarrior implementation updated, avoids sending...
blob
|
commitdiff
|
raw
|
diff to current
2001-12-31
Vadim Zeitlin
fixed a harmless buglet in wxSysErrorMsg() under Win32
blob
|
commitdiff
|
raw
|
diff to current
2001-08-30
Václav Slavík
minor fix that was part of helpbest.patch
blob
|
commitdiff
|
raw
|
diff to current
2001-07-15
Gilles Depeyrot
modified configure to allow configuration of wxMotif...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-12
Vadim Zeitlin
fixed VC++ warning
blob
|
commitdiff
|
raw
|
diff to current
2001-07-11
Vadim Zeitlin
added and documented wxApp::OnAssert
blob
|
commitdiff
|
raw
|
diff to current
2001-07-11
Vadim Zeitlin
added wxLogChain and wxLogPassThrough classes
blob
|
commitdiff
|
raw
|
diff to current
2001-07-10
Vadim Zeitlin
made wxLog::Set/GetVerbose() static back again
blob
|
commitdiff
|
raw
|
diff to current
2001-07-02
Julian Smart
Various wxUniversal/wxMicroWindows fixes
blob
|
commitdiff
|
raw
|
diff to current
next