hook the docview-specific customization of event handling logic at TryValidator(...
[wxWidgets.git] / src / common / dcbase.cpp
2008-09-17  Vadim Zeitlinensure that the copies of the bitmap passed to wxMemory...
2008-06-21  Vadim Zeitlininitialize wx{Client,Paint,Window}DC with fonts/colours...
2008-06-21  Vadim Zeitlinremove Create{Window,Client,Paint}DC() methods without...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-05-19  Robert RoeblingMade the various logical 2 device transforms consistent...
2008-05-08  Vadim Zeitlinfix confusion with (Do)DrawSplines() overloads; don...
2008-04-12  Vadim Zeitlintest that iterator is valid before comparing with it...
2008-03-17  Paul Cornettfix a huge number of build errors
2008-02-21  Vadim Zeitlinrestore generic DrawEllipticArc() used by CE which...
2008-02-11  Vadim Zeitlininitialize m_backgroundBrush to an invalid brush instea...
2008-01-06  Stefan NeisAdopted OS/2 to DC reorganisation (r50348).
2007-12-15  Vadim Zeitlinfixed wxGTK1 compilation after wxDC changes (still...
2007-12-15  Vadim ZeitlinPalmOS 6 compilation fixes (patch 1849757)
2007-12-15  Vadim ZeitlinwxMotif compilation fixes after wxDC changes
2007-12-14  Vadim Zeitlinfixed wxDFB compilation after wxDC-related changes
2007-12-04  David ElliottMake wxCocoa compile with new pImpl wxDC.
2007-11-30  Vadim Zeitlinfree wxDCFactory::m_factory; also renamed SetDCFactory...
2007-11-30  Vadim Zeitlinremove default wxDC ctor to make it impossible to const...
2007-11-30  Vadim Zeitlinmove IMPLEMENT_CLASS macros for wxBuffered[Paint]DC...
2007-11-30  Robert RoeblingCompile with printarch off
2007-11-30  Robert RoeblingRemove old wxDCBase class, restore IMPLEMENT_CLASS...
2007-11-30  Robert Roeblingmore DC changes for wxX11
2007-11-30  Robert RoeblingDC reorganization
2007-11-14  Robert RoeblingwxDC rework, forgot these
2007-11-14  Robert RoeblingFurther wxDC changes
2007-11-13  Robert RoeblingMore DC changes
2007-10-22  Vadim Zeitlincompilation fix for wxUSE_STL==1 after wxList methods...
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-09-23  Robert RoeblingConverted wxGTK's basic DC classes to new DC code
2007-09-10  Robert RoeblingRewrote scaling code for GNOME print backend. The inver...
2007-09-09  Vadim Zeitlinfixed off by 1 bug in wxDC::GradientFillLinear() (patch...
2007-07-07  Václav Slavíkfixed dereferencing of invalid pointers
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-05-08  Robert Roebling Beginning to make wxDC code compile both before
2007-05-05  Paul Cornettbuild fix
2007-05-05  Robert Roebling Moved deprecated code to source file (didn't compile
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-09  Vadim Zeitlinundid signed/unsigned warning fix of rev 1.73 as the...
2007-03-19  Vadim Zeitlinimplement DoStretchBlit() in terms of DoBlit() and...
2007-03-18  Vadim ZeitlinwxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
2007-03-17  Vadim Zeitlingcc signed/unsigned warning fix
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2006-11-14  Benjamin Williamsrestore brush properly
2006-11-14  Benjamin Williamsanother GradientFillLinear fix
2006-11-14  Benjamin Williamsfixed gradient direction in GradientFilLinear for all...
2006-11-12  Vadim Zeitlinmade GetMultiLineTextExtent() const (part of patch...
2006-11-05  Vadim Zeitlinpreserve pen in DrawCheckMark() (bug 1581621)
2006-10-24  Julian SmartFix incorrect comparison
2006-10-24  Václav Slavíkmoved wxOverlay into overlay.* files and out of dc...
2006-10-21  Stefan Csomoruntangling dc and gc
2006-10-20  Stefan Csomorscreendc implementation
2006-10-20  Stefan Csomorreplacing old core graphics with new graphics context...
2006-10-15  Mattia Barbon Added wxRTTI macros to buffered DCs.
2006-10-14  Stefan Csomorcleanup for 10.5
2006-10-10  Stefan Csomorsimpler implementation
2006-10-10  Chris Elliotttemporary fix for motif, univ, gtk
2006-10-10  Stefan Csomorsetting clipping correctly
2006-10-10  Stefan Csomormaking sure the overlay moves with its parent on OSX
2006-10-10  Stefan Csomor!__WX_DC_BLIT_FIXED__ case
2006-10-10  Stefan Csomorgetting the wxWindow* on GTK
2006-10-10  Stefan Csomoradding includes for non-precomp
2006-10-10  Stefan Csomormoving to correct position
2006-10-10  Stefan Csomoroverlay implementation
2006-09-28  Stefan Csomoradopting correct implementation virtualization for...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
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
next