2012-01-15 |
Vadim Zeitlin | Remove Palm OS port. |
blob | commitdiff | raw |
2011-08-10 |
Steve Lamerton | Merge in from trunk r64802 - r68625 |
blob | commitdiff | raw | diff to current |
2011-08-04 |
Vadim Zeitlin | Add missing header for minimalistic builds not using... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
blob | commitdiff | raw | diff to current |
2011-04-03 |
Dimitri Schoolwerth | No code changes, fixed various typos. |
blob | commitdiff | raw | diff to current |
2011-03-30 |
Vadim Zeitlin | Add wxUSE_STD_CONTAINERS and turn it on by default. |
blob | commitdiff | raw | diff to current |
2011-02-27 |
Vadim Zeitlin | Add wxDC::GetFontMetrics() and implement it for wxMSW. |
blob | commitdiff | raw | diff to current |
2011-02-27 |
Vadim Zeitlin | Draw the underline 1 pixel higher in wxDC::DrawLabel(). |
blob | commitdiff | raw | diff to current |
2010-10-28 |
Vadim Zeitlin | Use floating point arithmetic in wxDC::GradientFillConc... |
blob | commitdiff | raw | diff to current |
2010-10-28 |
Vadim Zeitlin | Fix generic implementation of wxDC::GradientFillConcent... |
blob | commitdiff | raw | diff to current |
2010-10-24 |
Vadim Zeitlin | Do nothing in wxMemoryDC::SelectObject() if the bitmap... |
blob | commitdiff | raw | diff to current |
2010-10-15 |
Vadim Zeitlin | Use wxDCPenChanger instead of setting/resetting pen... |
blob | commitdiff | raw | diff to current |
2010-07-23 |
Vadim Zeitlin | Allow passing multi-line strings to wxDC::DrawText... |
blob | commitdiff | raw | diff to current |
2009-09-26 |
Vadim Zeitlin | Don't use invalid pen in wxDCImpl::DoGradientFillConcen... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
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-01-25 |
Vadim Zeitlin | don't deprecate the entire wxDrawObject class, this... |
blob | commitdiff | raw | diff to current |
2009-01-24 |
Francesco Montorsi | do not export private symbols in wx shared libraries |
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-15 |
Francesco Montorsi | make GetPaperRect() and GetResolution() const functions |
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-09-17 |
Vadim Zeitlin | ensure that the copies of the bitmap passed to wxMemory... |
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-11 |
Stefan Csomor | fixing file paths after renaming |
blob | commitdiff | raw | diff to current |
2008-05-19 |
Robert Roebling | Made the various logical 2 device transforms consistent... |
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-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 |
next |