don't use obsolete functions (mostly copystring() and Count()), remove their document...
[wxWidgets.git] / src / generic / logg.cpp
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-03-19  Vadim Zeitlinuse wxCollapsiblePane in the log dialog (patch 1624796)
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
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-07-25  Vadim Zeitlinoptionally count repeating wxLog messages instead of...
2006-05-25  Włodzimierz SkibaInclude wx/msgdlg.h according to precompiled headers...
2006-05-17  Włodzimierz SkibaInclude wx/button.h according to precompiled headers...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-20  Vadim Zeitlincompilation fix for wxUSE_LOGWINDOW==0
2005-06-19  Vadim ZeitlinWinCE does support strftime() now, no need to #ifdef...
2005-05-31  Robin DunnSwitch to using wxArtProvider::GetBitmap instead of...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-03-14  Włodzimierz Skiba'Dummy' warning fixes (might be used uninitialized).
2005-03-10  Włodzimierz SkibaSmartphone adjustements to generic log dialog.
2005-02-16  Julian SmartStandard dialogs becoming useable on WinCE.
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-17  Włodzimierz SkibaCommon default datetime formats.
2004-12-29  Włodzimierz SkibaFixes to FIXME about stock IDs usage.
2004-11-05  Włodzimierz SkibaWarning fixes to unused variables, int/wxChar keycode...
2004-10-15  Włodzimierz SkibaWarning fixes.
2004-09-14  Vadim Zeitlinallow to use any window, not just wxFrame, as wxLogFram...
2004-08-30  Václav Slavíknew stock buttons API
2004-08-22  Václav Slavíkcenter the icon vertically
2004-08-15  Václav Slavíkuse stock buttons in generic dialogs
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-07-06  Robin Dunnunicode compilation fix
2004-07-06  Vadim Zeitlinsuppress new lines in the details pane
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-06-12  Dimitri Schoolwerthremoved SetAutoLayout(true) calls when a corresponding...
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...
2004-02-08  Julian SmartApplied patch [ 892608 ] wxLogDialog + wxLogFrame:...
2004-02-07  Vadim Zeitlinfixes for compiling with more stuff disabled in setup...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-09-14  Stefan Csomorremoval of pc-mac charset conversion for wxMac
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-11  Julian SmartMore WinCE mods
2003-07-09  Julian SmartOnIdle -> OnInternalIdle
2003-06-25  Václav Slavíksplit log.h into GUI and base parts
2003-06-19  Vadim Zeitlinremoved redundant wxUSE_GUI checks
2003-03-29  Stefan Csomormac unicode
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-10  Vadim Zeitlinremoved wxLog::HasPendingMessages() (it can't be made...
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-08-05  David WebsterOS/2 VA needs to include time.h to get the time calls.
2002-07-22  David WebsterOS/2 Update
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
next