Factor out text measurement from wxDC and wxWindow into wxTextMeasure.
[wxWidgets.git] / src / common / dcbase.cpp
2012-10-17  Vadim ZeitlinFactor out text measurement from wxDC and wxWindow...
2012-10-14  Vadim ZeitlinMake GetClippingBox() work for wxPrinterDC in wxGTK.
2012-06-30  Paul Cornettsupport for GTK3
2012-05-07  Vadim ZeitlinNo real changes, just fix some typos in comments.
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-04  Vadim ZeitlinAdd missing header for minimalistic builds not using...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-30  Vadim ZeitlinAdd wxUSE_STD_CONTAINERS and turn it on by default.
2011-02-27  Vadim ZeitlinAdd wxDC::GetFontMetrics() and implement it for wxMSW.
2011-02-27  Vadim ZeitlinDraw the underline 1 pixel higher in wxDC::DrawLabel().
2010-10-28  Vadim ZeitlinUse floating point arithmetic in wxDC::GradientFillConc...
2010-10-28  Vadim ZeitlinFix generic implementation of wxDC::GradientFillConcent...
2010-10-24  Vadim ZeitlinDo nothing in wxMemoryDC::SelectObject() if the bitmap...
2010-10-15  Vadim ZeitlinUse wxDCPenChanger instead of setting/resetting pen...
2010-07-23  Vadim ZeitlinAllow passing multi-line strings to wxDC::DrawText...
2009-09-26  Vadim ZeitlinDon't use invalid pen in wxDCImpl::DoGradientFillConcen...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-31  Vadim Zeitlinadded wxDC::CopyAttributes() and use it in wxBufferedDC...
2009-01-25  Vadim Zeitlindon't deprecate the entire wxDrawObject class, this...
2009-01-24  Francesco Montorsido not export private symbols in wx shared libraries
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-11-15  Francesco Montorsimake GetPaperRect() and GetResolution() const functions
2008-09-28  Václav SlavíkwxGTK: Fixed printing to use fonts sizes adjustment...
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...
next