2007-09-23 |
Robert Roebling | Converted wxGTK's basic DC classes to new DC code |
blob | commitdiff | raw |
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 |
2003-03-22 |
David Elliott | - forward declare wxDC for use as a pointer or referenc... |
blob | commitdiff | raw | diff to current |
2003-01-12 |
Vadim Zeitlin | compilation fixes for non default wxUSE_XXX values... |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Mattia Barbon | Remove #ifdef __WXSTUBS__ from headers. |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-05-08 |
Gilles Depeyrot | corrected warnings when compiling with -Wall -W |
blob | commitdiff | raw | diff to current |
2002-04-17 |
Julian Smart | Added wxDF_HTML |
blob | commitdiff | raw | diff to current |
2002-02-08 |
Vadim Zeitlin | cleanups after SciTech commit :-( |
blob | commitdiff | raw | diff to current |
2002-02-07 |
Vadim Zeitlin | added another overloaded DrawCircle() version for compl... |
blob | commitdiff | raw | diff to current |
2002-02-07 |
Kendall Bennett | Merges from Scitech Branch (George Davison): |
blob | commitdiff | raw | diff to current |
2002-02-05 |
Julian Smart | Reformatted Motif headers; added __WXX11__ symbol suppo... |
blob | commitdiff | raw | diff to current |
2001-09-30 |
Vadim Zeitlin | added wxUSE_PALETTE and fixed compilation with it set... |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Vadim Zeitlin | applied patch 446836: removed qt headers |
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-09 |
Vadim Zeitlin | added wxDCClipper |
blob | commitdiff | raw | diff to current |
2001-06-27 |
Gilles Depeyrot | removed useless ; to allow smart preprocessing under... |
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 |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
blob | commitdiff | raw | diff to current |
2001-03-13 |
Václav Slavík | moved splines rendering code into wxDCBase |
blob | commitdiff | raw | diff to current |
2000-08-19 |
Kevin Hock | wxDrawObject::Draw vritual and non const wxDCBase |
blob | commitdiff | raw | diff to current |
2000-08-06 |
Kevin Hock | support for drawing arbitary object on DC's |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Robert Roebling | Set logical functions to wxCOPY, no -1. |
blob | commitdiff | raw | diff to current |
2000-02-17 |
Vadim Zeitlin | added and documented wxDC::DrawCheckMark() |
blob | commitdiff | raw | diff to current |
1999-12-06 |
Vadim Zeitlin | Rotated text patch from Hans-Joachim Baader (with some... |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Julian Smart | Fixes for 16-bit compilation |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Robert Roebling | New wxDataObject etc. Almost works. |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Vadim Zeitlin | 1. wxApp::ProcessPendingEvents() is now common, added... |
blob | commitdiff | raw | diff to current |
1999-07-28 |
David Webster | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Vadim Zeitlin | wxGetFullHostName() implemented - it doesn't work thoug... |
blob | commitdiff | raw | diff to current |
1999-06-08 |
Vadim Zeitlin | more Motif fixes (still doesn't compile, but *really... |
blob | commitdiff | raw | diff to current |
1999-05-26 |
Robert Roebling | Made wxClientDC's use safe as per wxMSW. |
blob | commitdiff | raw | diff to current |
1999-05-25 |
Brian Macy | Move code to a dcbase.cpp |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Robert Roebling | Put wxGTK's threads back to life. |
blob | commitdiff | raw | diff to current |
next |