warning fixes for BCC and OW (heavily modified patch 819146)
[wxWidgets.git] / src / msw / dcclient.cpp
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-02  Vadim Zeitlinreplaced an #ifdef __WXDEBUG__ with a wxCHECK (this...
2003-07-29  Julian SmartAdded wxPaintDCEx class, to handle the case where an HDC
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-17  Julian SmartFixed [ 652512 ] wxPaintDC::FindInCache bug
2002-02-23  Vadim Zeitlinimplemented wxWindowDC and wxClientDC::GetSize() proper...
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2001-07-07  Vadim Zeitlin1. fixed typo ('&' instead of '|') in wxNotebook
2001-07-04  Julian SmartDon't complain under MicroWindows if a wxDC's HDC is...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-04-09  Vadim Zeitlin1. fixes to wxDC deleting logic (should fix ~wxPrinterD...
2000-08-03  Julian SmartAdded ability to call wxWindow::OnPaint under Windows...
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-05  Julian SmartCleaned up paint DC cache in ~wxPaintDC to avoid spurio...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-23  Robert Roebling Finished MingW32 makefiles
1999-06-17  Vadim Zeitlin1. wxDialogs are now destroyed when they go out of...
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-10  Vadim ZeitlinWXDLLEXPORT added to wxStringTokenizer (and also severa...
1999-06-09  Julian SmartGetting various compilers to work with wxWin again
1999-06-09  Vadim Zeitlin1. wxPaintDC reuse now seems to actually work instead...
1999-06-08  Robert Roebling Chianti, Pinot noir, WINE..
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-06-03  Vadim Zeitlin1. more (minor) wxCaret bug fixes
1999-02-11  Julian SmartSolved wxMotif scrolling display problem; added wxImage...
1998-11-30  Julian SmartHierarchy fixes; bug fix for tabg that was introduced...
1998-11-29  Julian SmartAdded Win95 implementation of OutputDebugString; added...
1998-10-16  Unknown (UG)no message
1998-10-14  Vadim Zeitlinminor changes a bit everywhere + a small wxLog change...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-07  Vadim Zeitlincode using ms_PaintDC changed a little (a couple of...
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-06-22  Julian SmartCured problem introduced by LEAVE/ENTER OnIdle code...
1998-05-20  Karsten Ballüderadded some wxMSW stuff