Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoor...
[wxWidgets.git] / src / common / dcbase.cpp
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