projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
added shared libs targets
[wxWidgets.git]
/
src
/
generic
/
logg.cpp
2002-01-19
Gilles Depeyrot
renamed wxLogXXX functions with va_list argument to...
blob
|
commitdiff
|
raw
2002-01-16
Gilles Depeyrot
added missing wxLogStatus function with variable argume...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-09
Vadim Zeitlin
use wxTE_RICH for the log window now that it should...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-08
Václav Slavík
use the new wxSystemSettings API everywhere
blob
|
commitdiff
|
raw
|
diff to current
2001-12-17
Vadim Zeitlin
don't discard the informational log messages given...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-30
Vadim Zeitlin
added wxWS_EX_TRANSIENT, added code for handling it...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-05
Gilles Depeyrot
use Unix line ending when compiled when the Apple DevTools
blob
|
commitdiff
|
raw
|
diff to current
2001-11-03
Ron Lee
added missing header
blob
|
commitdiff
|
raw
|
diff to current
2001-11-02
Vadim Zeitlin
don't make the log dialog taller than the screen (patch...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-26
Vadim Zeitlin
made the log dialog resizeable (again?)
blob
|
commitdiff
|
raw
|
diff to current
2001-07-26
Vadim Zeitlin
avoid nested modal log dialogs
blob
|
commitdiff
|
raw
|
diff to current
2001-07-26
Vadim Zeitlin
timestampt trace/debug messages under Unix too, this...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-17
Vadim Zeitlin
initialize gs_pFrame to NULL
blob
|
commitdiff
|
raw
|
diff to current
2001-07-11
Vadim Zeitlin
added wxLogChain and wxLogPassThrough classes
blob
|
commitdiff
|
raw
|
diff to current
2001-07-04
Vadim Zeitlin
removed obsolete comment
blob
|
commitdiff
|
raw
|
diff to current
2001-07-04
Julian Smart
Getting wxMicroWindows compiled again
blob
|
commitdiff
|
raw
|
diff to current
2001-07-04
Julian Smart
Added some missing tests; replaced scrolwin.cpp with...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-03
Vadim Zeitlin
renamed scrolwin file - no other way to make wxGTK...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-26
Vadim Zeitlin
compilation fixes - wxGTK compiles but not links
blob
|
commitdiff
|
raw
|
diff to current
2001-06-26
Vadim Zeitlin
first pass of wxUniv merge - nothing works, most parts...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-25
Václav Slavík
applied (part of) Alexey Leko's patch
blob
|
commitdiff
|
raw
|
diff to current
2000-10-06
Václav Slavík
changed \n\r to \r\n
blob
|
commitdiff
|
raw
|
diff to current
2000-08-19
Robert Roebling
The mac text ctrl wants '/r' from the log system for...
blob
|
commitdiff
|
raw
|
diff to current
2000-07-15
Bryan Petty
merged 2.2 branch
blob
|
commitdiff
|
raw
|
diff to current
2000-03-15
Julian Smart
Various compiler changes
blob
|
commitdiff
|
raw
|
diff to current
2000-03-15
Julian Smart
Added missing includes
blob
|
commitdiff
|
raw
|
diff to current
2000-03-13
Vadim Zeitlin
1. some patches from Janos Vegh to docview template...
blob
|
commitdiff
|
raw
|
diff to current
2000-02-24
Vadim Zeitlin
1. corrected bug in MDI sample (which resulted in missi...
blob
|
commitdiff
|
raw
|
diff to current
2000-02-24
Vadim Zeitlin
wxLogWindow now uses standard menu ids
blob
|
commitdiff
|
raw
|
diff to current
2000-02-15
Vadim Zeitlin
1. implemented wxRegKey::Copy() and CopyValue()
blob
|
commitdiff
|
raw
|
diff to current
2000-02-11
Vadim Zeitlin
1. exchanged binary ROPs wxSET/wxCLEAR meaning for...
blob
|
commitdiff
|
raw
|
diff to current
2000-02-09
Vadim Zeitlin
more HP-UX compilation warnings fixed (187th try)
blob
|
commitdiff
|
raw
|
diff to current
2000-02-07
Vadim Zeitlin
wxLogFatalError() should abort now
blob
|
commitdiff
|
raw
|
diff to current
2000-02-05
Julian Smart
Ok -> OK; status bar typo/cast
blob
|
commitdiff
|
raw
|
diff to current
2000-02-02
Vadim Zeitlin
don't show the same message twice when wxLog called...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-26
Vadim Zeitlin
'Details' button is now disabled if no details
blob
|
commitdiff
|
raw
|
diff to current
2000-01-22
Robert Roebling
Fixed wxListCtrl::GetNextItem()
blob
|
commitdiff
|
raw
|
diff to current
2000-01-21
Guillermo Rodrigue...
msgdlg.h missing - please try compiling without precomp...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-21
Vadim Zeitlin
1. wxWizard supports setting images for each page,...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-18
Vadim Zeitlin
1. fixed compilation of wxExecute() for !wxUSE_IPC
blob
|
commitdiff
|
raw
|
diff to current
1999-10-08
Karsten Ballüder
replaced T() makro with wxT() due to namespace probs...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-07
Vadim Zeitlin
compilation fix
blob
|
commitdiff
|
raw
|
diff to current
1999-10-04
Vadim Zeitlin
many changes; major ones:
blob
|
commitdiff
|
raw
|
diff to current
1999-10-04
Julian Smart
Removed some unused parameter warnings; compile error...
blob
|
commitdiff
|
raw
|
diff to current
1999-09-20
Vadim Zeitlin
started separating GUI parts of wxLog from the rest
blob
|
commitdiff
|
raw
|
diff to current