Restore case-insensitivity for file name matching under Windows.
[wxWidgets.git] / src / msw / dcclient.cpp
2013-03-09  Vadim ZeitlinDon't cache HDC used by wxPaintDCEx in wxMSW.
2012-11-10  Vadim ZeitlinCache HDC used for painting for the entire duration...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-22  Vadim ZeitlinSet wxDidCreatePaintDC to true even if we reused a...
2010-01-23  Vadim ZeitlinAllow to not create wxPaintDC in EVT_PAINT handler...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2008-06-21  Vadim Zeitlininitialize wx{Client,Paint,Window}DC with fonts/colours...
2008-04-28  Robert RoeblingAdded new wxGraphicsContext:Create( wxPrinterDC ) inste...
2008-04-25  Robert RoeblingAdded wxDC::CreateGraphicsContext and implemented it...
2008-03-19  Francesco Montorsifurther wxPenStyle/wxBrushStyle fixes for builds with...
2008-01-31  Václav SlavíkwxUniv/MSW compilation fix after wxDC changes
2007-11-30  Vadim Zeitlinremove default wxDC ctor to make it impossible to const...
2007-11-30  Robert RoeblingDC reorganization
2007-08-15  Vadim Zeitlinuncomment the change which was meant to be committed...
2007-08-15  Vadim Zeitlinfix clipping box retrieval (patch 1771199)
2006-05-04  Włodzimierz SkibaInclude wx/window.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-24  Włodzimierz SkibaInclude wx/string.h according to precompiled headers...
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-11  Włodzimierz SkibaVarious cleanings.
2004-09-04  Włodzimierz SkibaSpelling fixes [#1017001], source cleaning.
2004-08-24  Włodzimierz SkibaCode cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-04  Vadim Zeitlinset device origin when drawing on a frame in order...
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