2008-05-19 |
Robert Roebling | Made the various logical 2 device transforms consistent... |
blob | commitdiff | raw |
2008-05-08 |
Vadim Zeitlin | fix confusion with (Do)DrawSplines() overloads; don... |
blob | commitdiff | raw | diff to current |
2008-04-12 |
Vadim Zeitlin | test that iterator is valid before comparing with it... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Paul Cornett | fix a huge number of build errors |
blob | commitdiff | raw | diff to current |
2008-02-21 |
Vadim Zeitlin | restore generic DrawEllipticArc() used by CE which... |
blob | commitdiff | raw | diff to current |
2008-02-11 |
Vadim Zeitlin | initialize m_backgroundBrush to an invalid brush instea... |
blob | commitdiff | raw | diff to current |
2008-01-06 |
Stefan Neis | Adopted OS/2 to DC reorganisation (r50348). |
blob | commitdiff | raw | diff to current |
2007-12-15 |
Vadim Zeitlin | fixed wxGTK1 compilation after wxDC changes (still... |
blob | commitdiff | raw | diff to current |
2007-12-15 |
Vadim Zeitlin | PalmOS 6 compilation fixes (patch 1849757) |
blob | commitdiff | raw | diff to current |
2007-12-15 |
Vadim Zeitlin | wxMotif compilation fixes after wxDC changes |
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-04 |
David Elliott | Make wxCocoa compile with new pImpl wxDC. |
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 |
Vadim Zeitlin | move IMPLEMENT_CLASS macros for wxBuffered[Paint]DC... |
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 | Remove old wxDCBase class, restore IMPLEMENT_CLASS... |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Robert Roebling | more DC changes for wxX11 |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Robert Roebling | DC reorganization |
blob | commitdiff | raw | diff to current |
2007-11-14 |
Robert Roebling | wxDC rework, forgot these |
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-10-22 |
Vadim Zeitlin | compilation fix for wxUSE_STL==1 after wxList methods... |
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-10 |
Robert Roebling | Rewrote scaling code for GNOME print backend. The inver... |
blob | commitdiff | raw | diff to current |
2007-09-09 |
Vadim Zeitlin | fixed off by 1 bug in wxDC::GradientFillLinear() (patch... |
blob | commitdiff | raw | diff to current |
2007-07-07 |
Václav Slavík | fixed dereferencing of invalid pointers |
blob | commitdiff | raw | diff to current |
2007-06-10 |
Václav Slavík | don't use implicit wxString->char*/wchar_t* conversion... |
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 |
Paul Cornett | build fix |
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-02 |
Robert Roebling | Moved all the coordinate system calculation to wxDCBase |
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-04-09 |
Vadim Zeitlin | undid signed/unsigned warning fix of rev 1.73 as the... |
blob | commitdiff | raw | diff to current |
2007-03-19 |
Vadim Zeitlin | implement DoStretchBlit() in terms of DoBlit() and... |
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-17 |
Vadim Zeitlin | gcc signed/unsigned warning fix |
blob | commitdiff | raw | diff to current |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
blob | commitdiff | raw | diff to current |
2006-11-14 |
Benjamin Williams | restore brush properly |
blob | commitdiff | raw | diff to current |
2006-11-14 |
Benjamin Williams | another GradientFillLinear fix |
blob | commitdiff | raw | diff to current |
2006-11-14 |
Benjamin Williams | fixed gradient direction in GradientFilLinear for all... |
blob | commitdiff | raw | diff to current |
2006-11-12 |
Vadim Zeitlin | made GetMultiLineTextExtent() const (part of patch... |
blob | commitdiff | raw | diff to current |
2006-11-05 |
Vadim Zeitlin | preserve pen in DrawCheckMark() (bug 1581621) |
blob | commitdiff | raw | diff to current |
2006-10-24 |
Julian Smart | Fix incorrect comparison |
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-20 |
Stefan Csomor | screendc implementation |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Stefan Csomor | replacing old core graphics with new graphics context... |
blob | commitdiff | raw | diff to current |
2006-10-15 |
Mattia Barbon | Added wxRTTI macros to buffered DCs. |
blob | commitdiff | raw | diff to current |
2006-10-14 |
Stefan Csomor | cleanup for 10.5 |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Stefan Csomor | simpler implementation |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Chris Elliott | temporary fix for motif, univ, gtk |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Stefan Csomor | setting clipping correctly |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Stefan Csomor | making sure the overlay moves with its parent on OSX |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Stefan Csomor | !__WX_DC_BLIT_FIXED__ case |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Stefan Csomor | getting the wxWindow* on GTK |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Stefan Csomor | adding includes for non-precomp |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Stefan Csomor | moving to correct position |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Stefan Csomor | overlay implementation |
blob | commitdiff | raw | diff to current |
2006-09-28 |
Stefan Csomor | adopting correct implementation virtualization for... |
blob | commitdiff | raw | diff to current |
2006-06-15 |
Włodzimierz Skiba | Include wx/math.h according to precompiled headers... |
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-03-27 |
Włodzimierz Skiba | Source and warning cleaning. |
blob | commitdiff | raw | diff to current |
2006-03-15 |
Julian Smart | Removed use of deprecated functions |
blob | commitdiff | raw | diff to current |
2006-03-15 |
Julian Smart | Fix compile problem with VS 2005 |
blob | commitdiff | raw | diff to current |
2006-02-12 |
Vadim Zeitlin | compilation fix for VC8 (see patch 1429985) |
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 |
2005-09-25 |
Vadim Zeitlin | use wxIsSameDouble() and wxIsNullDouble() for warning... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-03-01 |
Kevin Hock | Revert last change moving wxFloodFill from imagfill... |
blob | commitdiff | raw | diff to current |
2005-03-01 |
Ryan Norton | Move wxDoFloodFill to dc.cpp so that it can be 'used... |
blob | commitdiff | raw | diff to current |
2005-01-22 |
Mattia Barbon | Warning fixes. |
blob | commitdiff | raw | diff to current |
2004-12-13 |
Włodzimierz Skiba | math.h/PI integration |
blob | commitdiff | raw | diff to current |
2004-10-27 |
Robin Dunn | Return from DoDrawSpline without doing anything (like... |
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-07-16 |
Robin Dunn | Fixed typo and increased the size of the cache used... |
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-03 |
Vadim Zeitlin | unTABbed |
blob | commitdiff | raw | diff to current |
2004-04-26 |
Robin Dunn | Patch [ 942051 ] generic wxDCBase::DoGetPartialTextExte... |
blob | commitdiff | raw | diff to current |
2004-03-18 |
Stefan Csomor | corrected delete operator for array |
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-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-13 |
Vadim Zeitlin | ugly fix for warnings when wxUSE_STL==0 not breaking... |
blob | commitdiff | raw | diff to current |
2003-07-12 |
Mattia Barbon | Warning fixes for wxUSE_STL=1. |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | VC++ warning fixes |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Mattia Barbon | STL-ification patch for wxMSW and wxGTK. |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Ron Lee | Split this out from other changes to keep things sane.. |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Václav Slavík | compilation fix - wxCoord, not int |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Julian Smart | Removed cacheing option |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Julian Smart | Added wxUSE_DC_CACHEING and associated code to wxMSW |
blob | commitdiff | raw | diff to current |
2001-07-06 |
Vadim Zeitlin | compilation fix for broken OS/2 compiler |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
next |