File/dir dialog styles and other changes (patch 1488371):
[wxWidgets.git] / src / common / dcbase.cpp
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-03-27  Włodzimierz SkibaSource and warning cleaning.
2006-03-15  Julian SmartRemoved use of deprecated functions
2006-03-15  Julian SmartFix compile problem with VS 2005
2006-02-12  Vadim Zeitlincompilation fix for VC8 (see patch 1429985)
2006-02-12  Vadim Zeitlinadded linear and concentric gradient fill functions...
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2005-09-25  Vadim Zeitlinuse wxIsSameDouble() and wxIsNullDouble() for warning...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-03-01  Kevin HockRevert last change moving wxFloodFill from imagfill...
2005-03-01  Ryan NortonMove wxDoFloodFill to dc.cpp so that it can be 'used...
2005-01-22  Mattia Barbon Warning fixes.
2004-12-13  Włodzimierz Skibamath.h/PI integration
2004-10-27  Robin DunnReturn from DoDrawSpline without doing anything (like...
2004-09-10  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-07-16  Robin DunnFixed typo and increased the size of the cache used...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-03  Vadim ZeitlinunTABbed
2004-04-26  Robin DunnPatch [ 942051 ] generic wxDCBase::DoGetPartialTextExte...
2004-03-18  Stefan Csomorcorrected delete operator for array
2004-02-29  Vadim Zeitlinrenamed start parameter of wxDC::DrawPolyPolygon()...
2004-02-11  Robin DunnAdded wxDC:GetPartialTextExtents
2004-02-07  Vadim Zeitlinadded wxDC::DrawPolyPolygon() (patch 882189)
2003-08-15  Julian SmartCan now switch between PostScript and WIN32 print dialogs
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-13  Vadim Zeitlinugly fix for warnings when wxUSE_STL==0 not breaking...
2003-07-12  Mattia Barbon Warning fixes for wxUSE_STL=1.
2003-07-10  Vadim ZeitlinVC++ warning fixes
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2001-12-04  Václav Slavíkcompilation fix - wxCoord, not int
2001-07-11  Julian SmartRemoved cacheing option
2001-07-11  Julian SmartAdded wxUSE_DC_CACHEING and associated code to wxMSW
2001-07-06  Vadim Zeitlincompilation fix for broken OS/2 compiler
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-03-14  Jouk Jansen Committing in .
2001-03-13  Václav Slavíkmoved splines rendering code into wxDCBase
2000-02-17  Vadim Zeitlinadded and documented wxDC::DrawCheckMark()
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-06-22  Vadim Zeitlinjust to resolve a dummy conflict
1999-06-22  Robert Roebling Some #include and #if wxUSE_XX things
1999-06-05  Robert Roebling Compile fixes.
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-25  Brian MacyMove some functions from header into here