2009-10-12 |
Vadim Zeitlin | Added wxDCFontChanger ctor not changing font. |
blob | commitdiff | raw |
2009-10-05 |
Vadim Zeitlin | Replaced GraphicsHDC from src/msw/renderer.cpp with... |
blob | commitdiff | raw | diff to current |
2009-05-31 |
Vadim Zeitlin | added wxDC::CopyAttributes() and use it in wxBufferedDC... |
blob | commitdiff | raw | diff to current |
2009-02-25 |
Francesco Montorsi | try to clear the device/logical unit fog; remove unused... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-01-25 |
Vadim Zeitlin | don't deprecate the entire wxDrawObject class, this... |
blob | commitdiff | raw | diff to current |
2009-01-25 |
Vadim Zeitlin | deprecate wxDrawObject (#9860) |
blob | commitdiff | raw | diff to current |
2009-01-09 |
Francesco Montorsi | use #if instead of #ifdef for WX_COMPAT |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Francesco Montorsi | change generic ints to enums in wxDC (closes #9959) |
blob | commitdiff | raw | diff to current |
2008-11-26 |
Francesco Montorsi | documented the wxDCBrushChanger, wxDCPenChanger, wxDCTe... |
blob | commitdiff | raw | diff to current |
2008-11-15 |
Francesco Montorsi | make GetPaperRect() and GetResolution() const functions |
blob | commitdiff | raw | diff to current |
2008-10-08 |
Vadim Zeitlin | added wxDC::GetHDC() for backwards compatibility with... |
blob | commitdiff | raw | diff to current |
2008-09-28 |
Václav Slavík | wxGTK: Fixed printing to use fonts sizes adjustment... |
blob | commitdiff | raw | diff to current |
2008-06-21 |
Vadim Zeitlin | initialize wx{Client,Paint,Window}DC with fonts/colours... |
blob | commitdiff | raw | diff to current |
2008-06-21 |
Vadim Zeitlin | remove Create{Window,Client,Paint}DC() methods without... |
blob | commitdiff | raw | diff to current |
2008-06-08 |
Vadim Zeitlin | deprecate wxDC::SetClippingRegion(wxRegion) overload... |
blob | commitdiff | raw | diff to current |
2008-05-08 |
Vadim Zeitlin | fix confusion with (Do)DrawSplines() overloads; don... |
blob | commitdiff | raw | diff to current |
2008-04-28 |
Robert Roebling | Added new wxGraphicsContext:Create( wxPrinterDC ) inste... |
blob | commitdiff | raw | diff to current |
2008-04-25 |
Robert Roebling | Added wxDC::CreateGraphicsContext and implemented it... |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
blob | commitdiff | raw | diff to current |
2008-02-21 |
Vadim Zeitlin | restore generic DrawEllipticArc() used by CE which... |
blob | commitdiff | raw | diff to current |
2007-12-22 |
Stefan Csomor | keeping the constness |
blob | commitdiff | raw | diff to current |
2007-12-16 |
Chris Elliott | fix bug VC6 with returning void function |
blob | commitdiff | raw | diff to current |
2007-12-14 |
Vadim Zeitlin | fixed wxDFB compilation after wxDC-related changes |
blob | commitdiff | raw | diff to current |
2007-12-01 |
Vadim Zeitlin | add wxPrintData forward declaration (blind fix for... |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Vadim Zeitlin | free wxDCFactory::m_factory; also renamed SetDCFactory... |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Vadim Zeitlin | remove default wxDC ctor to make it impossible to const... |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Robert Roebling | Compile with printarch off |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Robert Roebling | DC reorganization |
blob | commitdiff | raw | diff to current |
2007-11-14 |
Robert Roebling | Further wxDC changes |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Robert Roebling | More DC changes |
blob | commitdiff | raw | diff to current |
2007-11-12 |
Robert Roebling | add const overload for GetImpl() |
blob | commitdiff | raw | diff to current |
2007-11-09 |
Stefan Csomor | forward port from 2.8 |
blob | commitdiff | raw | diff to current |
2007-10-19 |
Robert Roebling | Use wxPointList instead of wxList in wxDC code |
blob | commitdiff | raw | diff to current |
2007-09-23 |
Robert Roebling | Converted wxGTK's basic DC classes to new DC code |
blob | commitdiff | raw | diff to current |
2007-09-21 |
Robert Roebling | more work on wxDC reorganizing |
blob | commitdiff | raw | diff to current |
2007-09-13 |
Robert Roebling | First update patch for GTK+ print |
blob | commitdiff | raw | diff to current |
2007-09-10 |
Robert Roebling | Rewrote scaling code for GNOME print backend. The inver... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-05-08 |
Robert Roebling | Beginning to make wxDC code compile both before |
blob | commitdiff | raw | diff to current |
2007-05-05 |
Robert Roebling | Moved deprecated code to source file (didn't compile |
blob | commitdiff | raw | diff to current |
2007-05-05 |
Robert Roebling | Added wxDEPRECATED() around old wxDC methods taking |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Robert Roebling | Put old wxDC methods using long instead of wxCoord |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Robert Roebling | Moved all the coordinate system calculation to wxDCBase |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Robert Roebling | Made device to logical and vv conversion methods |
blob | commitdiff | raw | diff to current |
2007-04-25 |
Vadim Zeitlin | changed wxDC::GetTextExtent() and related methods to... |
blob | commitdiff | raw | diff to current |
2007-03-18 |
Vadim Zeitlin | wxDC::StretchBlit() for wxMac and wxMSW (patch 1611973) |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
blob | commitdiff | raw | diff to current |
2006-12-02 |
Vadim Zeitlin | added Get(MultiLine)TextEvent() overloads returning... |
blob | commitdiff | raw | diff to current |
2006-11-12 |
Vadim Zeitlin | made GetMultiLineTextExtent() const (part of patch... |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Stefan Csomor | extend GetAsBitmap with an optional subrect |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Kevin Ollivier | Added wxDC::GetAsBitmap, and implemented wxWindowDC... |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Václav Slavík | added wxDCTextColourChanger ctor that allows using... |
blob | commitdiff | raw | diff to current |
2006-10-24 |
Václav Slavík | moved wxOverlay into overlay.* files and out of dc... |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Stefan Csomor | untangling dc and gc |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Chris Elliott | remove stray ; which broke compilation |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Włodzimierz Skiba | #incldue fix. |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Vadim Zeitlin | removed spaces; added WXDLLEXPORTs; make overlay classe... |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Stefan Csomor | overlay implementation |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Vadim Zeitlin | added wxDC::Set/GetLayoutDirection() and implemented... |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Vadim Zeitlin | added wxWindow::IsDoubleBuffered() and improve wxBuffer... |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Vadim Zeitlin | add IsOk() to all classes having Ok() method (patch... |
blob | commitdiff | raw | diff to current |
2006-09-28 |
Stefan Csomor | adopting correct implementation virtualization for... |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Václav Slavík | initial (not yet working) code for DirectFB port |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Paul Cornett | move some data definitions to more appropriate places |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Włodzimierz Skiba | Improved wxDCPen/BrushChangers. |
blob | commitdiff | raw | diff to current |
2006-05-22 |
Włodzimierz Skiba | Introduced wxDCPenChanger and wxDCBrushChanger. |
blob | commitdiff | raw | diff to current |
2006-04-10 |
Vadim Zeitlin | added wxDCClipper ctor overload taking a wxRegion and... |
blob | commitdiff | raw | diff to current |
2006-03-14 |
Vadim Zeitlin | we don't need reserved virtual functions on HEAD |
blob | commitdiff | raw | diff to current |
2006-02-12 |
Vadim Zeitlin | added linear and concentric gradient fill functions... |
blob | commitdiff | raw | diff to current |
2006-02-05 |
Jamie Gadd | Deprecate wxDC::{Begin,End}Drawing() |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Mart Raudsepp | Include gtk1 headers for non-gtk2. I don't really like... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-06-26 |
Robert Roebling | Revert Ron's removal of the reserved functions. |
blob | commitdiff | raw | diff to current |
2005-06-24 |
Ron Lee | Put a humane end to the pathetic flailing over whether... |
blob | commitdiff | raw | diff to current |
2005-04-17 |
Julian Smart | Added some reserved functions |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Włodzimierz Skiba | wxPoint/Size/Rect() causes the same code with (0,0... |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Włodzimierz Skiba | Warning fixes for MinGW. |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Włodzimierz Skiba | Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK... |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Włodzimierz Skiba | Make ComputeScaleAndOrigin() as virtual part of wxDCBas... |
blob | commitdiff | raw | diff to current |
2004-12-13 |
Włodzimierz Skiba | math.h/PI integration |
blob | commitdiff | raw | diff to current |
2004-12-07 |
Włodzimierz Skiba | Fix to FIXME about using unused Get/SetOptimization. |
blob | commitdiff | raw | diff to current |
2004-12-06 |
Włodzimierz Skiba | Use Get*Box instead Get*Region if you are asking about... |
blob | commitdiff | raw | diff to current |
2004-11-25 |
Vadim Zeitlin | added missing header needed at least by wxMotif under... |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Julian Smart | Committed William Osborne's wxPalmOS port |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-05-05 |
Vadim Zeitlin | use ResetClipping() instead of simply setting m_clippin... |
blob | commitdiff | raw | diff to current |
2004-05-05 |
Vadim Zeitlin | removed non-const accessors for pens, brushes, &c from... |
blob | commitdiff | raw | diff to current |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
blob | commitdiff | raw | diff to current |
2004-02-29 |
Vadim Zeitlin | renamed start parameter of wxDC::DrawPolyPolygon()... |
blob | commitdiff | raw | diff to current |
2004-02-11 |
Robin Dunn | Added wxDC:GetPartialTextExtents |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Vadim Zeitlin | added wxDC::DrawPolyPolygon() (patch 882189) |
blob | commitdiff | raw | diff to current |
2003-08-17 |
Václav Slavík | removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2 |
blob | commitdiff | raw | diff to current |
2003-08-15 |
Julian Smart | Can now switch between PostScript and WIN32 print dialogs |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Vadim Zeitlin | undisable many warnings for VC++ in defs.h and fixed... |
blob | commitdiff | raw | diff to current |
2003-06-26 |
Julian Smart | Added m_ prefix to wxColourData and wxFontData members... |
blob | commitdiff | raw | diff to current |
next |