Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / generic / logg.cpp
2002-07-01  Ron LeeFix for the irksome, 'Details' sizing bug. Or at least...
2002-06-15  Vadim Zeitlingeneric log dialog resizing now works more reasonably...
2002-06-13  Vadim Zeitlinadded missing space before >> button label
2002-05-03  Gilles DepeyrotwxTextCtrl bug related to \n handling is Carbon related...
2002-03-25  Václav Slavíkoops, this was for my debugging purposes :(
2002-03-24  Václav Slavíkdon't use wxApp::GetStdIcon
2002-02-05  Vadim Zeitlinmake the log dialog slightly taller when it is expanded...
2002-02-04  Vadim Zeitlinfixed size of the log dialog details drop down
2002-01-19  Gilles Depeyrotrenamed wxLogXXX functions with va_list argument to...
2002-01-16  Gilles Depeyrotadded missing wxLogStatus function with variable argume...
2002-01-09  Vadim Zeitlinuse wxTE_RICH for the log window now that it should...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-12-17  Vadim Zeitlindon't discard the informational log messages given...
2001-11-30  Vadim Zeitlinadded wxWS_EX_TRANSIENT, added code for handling it...
2001-11-05  Gilles Depeyrotuse Unix line ending when compiled when the Apple DevTools
2001-11-03  Ron Leeadded missing header
2001-11-02  Vadim Zeitlindon't make the log dialog taller than the screen (patch...
2001-07-26  Vadim Zeitlinmade the log dialog resizeable (again?)
2001-07-26  Vadim Zeitlinavoid nested modal log dialogs
2001-07-26  Vadim Zeitlintimestampt trace/debug messages under Unix too, this...
2001-07-17  Vadim Zeitlininitialize gs_pFrame to NULL
2001-07-11  Vadim Zeitlinadded wxLogChain and wxLogPassThrough classes
2001-07-04  Vadim Zeitlinremoved obsolete comment
2001-07-04  Julian SmartGetting wxMicroWindows compiled again
2001-07-04  Julian SmartAdded some missing tests; replaced scrolwin.cpp with...
2001-07-03  Vadim Zeitlinrenamed scrolwin file - no other way to make wxGTK...
2001-06-26  Vadim Zeitlincompilation fixes - wxGTK compiles but not links
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-11-25  Václav Slavíkapplied (part of) Alexey Leko's patch
2000-10-06  Václav Slavíkchanged \n\r to \r\n
2000-08-19  Robert RoeblingThe mac text ctrl wants '/r' from the log system for...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-15  Julian SmartVarious compiler changes
2000-03-15  Julian SmartAdded missing includes
2000-03-13  Vadim Zeitlin1. some patches from Janos Vegh to docview template...
2000-02-24  Vadim Zeitlin1. corrected bug in MDI sample (which resulted in missi...
2000-02-24  Vadim ZeitlinwxLogWindow now uses standard menu ids
2000-02-15  Vadim Zeitlin1. implemented wxRegKey::Copy() and CopyValue()
2000-02-11  Vadim Zeitlin1. exchanged binary ROPs wxSET/wxCLEAR meaning for...
2000-02-09  Vadim Zeitlinmore HP-UX compilation warnings fixed (187th try)
2000-02-07  Vadim ZeitlinwxLogFatalError() should abort now
2000-02-05  Julian SmartOk -> OK; status bar typo/cast
2000-02-02  Vadim Zeitlindon't show the same message twice when wxLog called...
2000-01-26  Vadim Zeitlin'Details' button is now disabled if no details
2000-01-22  Robert Roebling Fixed wxListCtrl::GetNextItem()
2000-01-21  Guillermo Rodrigue... msgdlg.h missing - please try compiling without precomp...
2000-01-21  Vadim Zeitlin1. wxWizard supports setting images for each page,...
2000-01-18  Vadim Zeitlin1. fixed compilation of wxExecute() for !wxUSE_IPC
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlincompilation fix
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-04  Julian SmartRemoved some unused parameter warnings; compile error...
1999-09-20  Vadim Zeitlinstarted separating GUI parts of wxLog from the rest