1. use tar.bz2 as sources, not tar.gz
[wxWidgets.git] / src /
2001-06-20  Václav Slavíkfixed yet another bug in wxHtmlTag's parameters parser
2001-06-19  David WebsterSome OS/2 catching up.
2001-06-18  Václav Slavíkapplied patch #432997 (wxHTML added to Watcom makefiles)
2001-06-18  Vadim Zeitlinimplemented text styles for GTK+
2001-06-17  Julian SmartMakefile and other small corrections
2001-06-17  Julian SmartCanvas lib precompiled header fix; doc typos fixes...
2001-06-17  Vadim Zeitlinfixed clip rect when logical coords != device ones
2001-06-17  Václav Slavíkfixed stream error handling
2001-06-16  Vadim Zeitlinwarning fix
2001-06-16  Vadim Zeitlinapplied patch #428104 (SetSizeHints() for wxMDIChildFrame)
2001-06-16  Vadim Zeitlinapplied patch 433505 (MDI parent activation fix)
2001-06-16  Vadim Zeitlin1. improved wxKill() implementation for Win32
2001-06-15  Vadim Zeitlinsubclass status bar as any normal window to ensure...
2001-06-15  Vadim Zeitlinapplied patch 433352 (fix for wxTextCtrl::SetForeground...
2001-06-15  Julian SmartAdded missing settings.h include (sorry)
2001-06-15  Julian SmartMoved metafile helpers from utilsexc.cpp to utils.cpp...
2001-06-15  Julian SmartSync'ed show-window flag in MDI child constructor;...
2001-06-15  Vadim Zeitlinapplied patch 430963 (fix for wxRegConfig::SetPath...
2001-06-15  Vadim Zeitlinapplied patch 430961 (fix for wxHashTable::Put(key...
2001-06-15  Vadim Zeitlinrestored (and slightly improved) wxImage::Scale() fix
2001-06-14  David WebsterAdd dbgrid to make.
2001-06-14  David WebsterAdd the options stuff to settings.
2001-06-14  Kendall BennettReverted wxFileSystem changes to image.cpp and dib.cpp
2001-06-14  Vadim Zeitlinregenerated from templates
2001-06-14  Julian SmartFixed MDIS_ALLCHILDSTYLES bug (WS_VISIBLE needed to...
2001-06-14  Robert Roebling I don't understand the SetIconState code in /src...
2001-06-14  Vadim Zeitlinfixed indentation and warnings/bugs
2001-06-14  Julian SmartAdded SetOption,GetOption[Int] to wxSystemSettings...
2001-06-13  Julian SmartMore contrib compilation fixes & makefiles
2001-06-13  Julian SmartFixes to BC++ compilation in mem debug mode
2001-06-13  Julian SmartAdded wxUSE_MENUS to setup0.h to make menu sample compile;
2001-06-12  Václav Slavíkfixed another bug in strconv
2001-06-12  Václav Slavíkstandardized encoding names to windows-12xx and iso...
2001-06-12  Kendall BennettCommited latest SciTech changes into CVS. This includes...
2001-06-12  George TaskerFixed compile problems under MingW32 compiler
2001-06-12  Julian SmartRemoved fstream include which seemed unnecessary, and...
2001-06-12  Julian SmartAdded geometry option to setup.h; added some missing...
2001-06-12  Guillermo Rodrigue... For all platforms except WXMAC, the wxGIFDecoder::dgif...
2001-06-11  Václav Slavíkfixed infinite loop when looking up nonexistent encodin...
2001-06-11  Julian SmartTex2RTF: underscores now only checked for if syntax...
2001-06-11  Robert Roebling Applied wxImage::Scale() patch,
2001-06-11  George TaskerChanged the 'true's and 'false's back to TRUE and FALSE
2001-06-11  David Websterremoved compiler warnings about assignments in logical...
2001-06-11  Vadim Zeitlinanother attempt to fix strconv.cpp compilation
2001-06-11  Julian Smartproject file updates
2001-06-11  Julian SmartProject file updates; cast in strconv.cpp to compile...
2001-06-10  George TaskerFixed compilation if wxUSE_NEW_GRID and wxUSE_GRID...
2001-06-10  Vadim Zeitlinanother compilation fix
2001-06-10  Gilles Depeyrotcorrected Mac OS X resource file name
2001-06-10  George TaskerwxDbGrid additions contributed by Paul and Roger Gamman...
2001-06-10  George TaskerwxDbGrid additions
2001-06-10  George TaskerwxDbGrid additions
2001-06-10  George TaskerwxDbGrid additions - Added support for ODBC date types
2001-06-10  George TaskerInitialized m_startint in the constructor to avoid...
2001-06-10  Vadim Zeitlincompilation fix for SIZEOF_WCHAR_T being undefined
2001-06-10  Julian SmartRenamed XRC project files
2001-06-09  Vadim Zeitlinadd #error for platforms with weird sizeof(wchar_t)
2001-06-09  Václav Slavíkchanged wxXML to XRC, wx/xml/*.h->wx/xrc/*.h
2001-06-09  Vadim Zeitlinuse SetForegroundWindow instead of BringWindowToTop
2001-06-09  Vadim Zeitlinapplied patch 430835 (missing wxSTD breaking compilatio...
2001-06-09  Vadim Zeitlinapplied patch 428783 (fix B32 makefiles)
2001-06-09  Julian SmartUpdates for 2.3.1; fixed syntax error in makefile.b32...
2001-06-09  Vadim Zeitlinfixed bug 418496 (wxDC::SetClippingRegion doesn't clear...
2001-06-09  Vadim Zeitlinfixed bug 418766 (elapsed time not initialized in wxPro...
2001-06-09  Vadim Zeitlinfixed bug 419079 (wxDateTime::ParseTime() didn't find...
2001-06-09  Vadim Zeitlinfixed bug 424212 (unworking close button in the progres...
2001-06-09  Vadim Zeitlin1. added wxAssertIsEqual() function to be used in wxASS...
2001-06-09  Vadim Zeitlinfix for crash when pressing TAB in the tree text control
2001-06-09  Stefan Csomordelete now does remove the item in correct synch from...
2001-06-09  Vadim Zeitlinwarning fix
2001-06-09  Vadim Zeitlinsome fixes to wxSingleInstanceChecker error reporting
2001-06-08  Vadim Zeitlinregenerated files with tmake
2001-06-08  Vadim Zeitlinimplemented wxSingleInstanceChecker for Unix
2001-06-08  Kendall BennettMerged latest changes from SciTech code base into wxWin...
2001-06-08  David WebsterEnabling the Pop Menu fix to peek at all the command...
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
2001-06-08  Julian SmartAltered the message loop to process implicit accelerato...
2001-06-08  Vadim Zeitlinreplaced wxYield() call in PopupMenu() by a much safer...
2001-06-08  Vadim Zeitlinadded wxSingleInstanceChecker class
2001-06-07  Stefan Csomorimplemented generic clipboard, corrected event handling...
2001-06-07  Stefan Csomorremoved duplicate definition
2001-06-07  Julian SmartBug in wxDocument::Save logic corrected, whereby Save...
2001-06-06  Vadim Zeitlinapplied patch for compilation with gcc 3.0
2001-06-06  Robin DunnUpdated version numbers to 2.3.1
2001-06-06  Vadim Zeitlinapplied patch 429317 (PCH fix for BC++)
2001-06-06  Vadim Zeitlinfixed slider value rounding once again
2001-06-06  Vadim Zeitlinanother fix for enter processing in wxSpinCtrl
2001-06-06  Julian SmartFixed memory leak in textcmn.cpp
2001-06-06  Julian SmartCorrection to accelerator bug fix: add FVIRTKEY if...
2001-06-06  Julian SmartOnly add FVIRTKEY if isVirtual is TRUE
2001-06-06  Vadim Zeitlinfixed bug in determining the best listbox size
2001-06-05  Stefan Csomorunnecessary ClipRects
2001-06-05  Stefan Csomorreverted some redrawing optimizations due to redraw...
2001-06-05  Vadim Zeitlinapplied patch 430452 (mingw32 compilation fixes)
2001-06-05  Gilles Depeyrotremove xpm files replaced with internal xpm decoder...
2001-06-05  Vadim Zeitlinlet wxSpinCtrl process the enter key
2001-06-04  David WebsterSize updates and new methods to export.
2001-06-03  Václav Slavíkadded wxUSE_INTL around wxLocale::GetSystemEncoding
2001-06-03  Václav Slavíkfixed stupid memory leak
2001-06-03  Stefan Csomoradded GetControlBounds for accessing contrl.rect
next