]> git.saurik.com Git - wxWidgets.git/history - include/wx/dc.h
Use wxPointList instead of wxList in wxDC code
[wxWidgets.git] / include / wx / dc.h
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-21  Robert Roeblingmore work on wxDC reorganizing
2007-09-13  Robert RoeblingFirst update patch for GTK+ print
2007-09-10  Robert RoeblingRewrote scaling code for GNOME print backend. The inver...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-05-08  Robert Roebling Beginning to make wxDC code compile both before
2007-05-05  Robert Roebling Moved deprecated code to source file (didn't compile
2007-05-05  Robert Roebling Added wxDEPRECATED() around old wxDC methods taking
2007-05-03  Robert Roebling Put old wxDC methods using long instead of wxCoord
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-05-01  Robert Roebling Made device to logical and vv conversion methods
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-03-18  Vadim ZeitlinwxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-12-02  Vadim Zeitlinadded Get(MultiLine)TextEvent() overloads returning...
2006-11-12  Vadim Zeitlinmade GetMultiLineTextExtent() const (part of patch...
2006-10-29  Stefan Csomorextend GetAsBitmap with an optional subrect
2006-10-29  Kevin OllivierAdded wxDC::GetAsBitmap, and implemented wxWindowDC...
2006-10-26  Václav Slavíkadded wxDCTextColourChanger ctor that allows using...
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-10  Chris Elliottremove stray ; which broke compilation
2006-10-10  Włodzimierz Skiba#incldue fix.
2006-10-10  Vadim Zeitlinremoved spaces; added WXDLLEXPORTs; make overlay classe...
2006-10-10  Stefan Csomoroverlay implementation
2006-10-10  Vadim Zeitlinadded wxDC::Set/GetLayoutDirection() and implemented...
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-09-28  Stefan Csomoradopting correct implementation virtualization for...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-05-23  Włodzimierz SkibaImproved wxDCPen/BrushChangers.
2006-05-22  Włodzimierz SkibaIntroduced wxDCPenChanger and wxDCBrushChanger.
2006-04-10  Vadim Zeitlinadded wxDCClipper ctor overload taking a wxRegion and...
2006-03-14  Vadim Zeitlinwe don't need reserved virtual functions on HEAD
2006-02-12  Vadim Zeitlinadded linear and concentric gradient fill functions...
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2006-01-23  Mart RaudseppInclude gtk1 headers for non-gtk2. I don't really like...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-26  Robert Roebling Revert Ron's removal of the reserved functions.
2005-06-24  Ron LeePut a humane end to the pathetic flailing over whether...
2005-04-17  Julian SmartAdded some reserved functions
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-12-16  Włodzimierz SkibaMake ComputeScaleAndOrigin() as virtual part of wxDCBas...
2004-12-13  Włodzimierz Skibamath.h/PI integration
2004-12-07  Włodzimierz SkibaFix to FIXME about using unused Get/SetOptimization.
2004-12-06  Włodzimierz SkibaUse Get*Box instead Get*Region if you are asking about...
2004-11-25  Vadim Zeitlinadded missing header needed at least by wxMotif under...
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-09-10  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-05  Vadim Zeitlinuse ResetClipping() instead of simply setting m_clippin...
2004-05-05  Vadim Zeitlinremoved non-const accessors for pens, brushes, &c from...
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-02-29  Vadim Zeitlinrenamed start parameter of wxDC::DrawPolyPolygon()...
2004-02-11  Robin DunnAdded wxDC:GetPartialTextExtents
2004-02-07  Vadim Zeitlinadded wxDC::DrawPolyPolygon() (patch 882189)
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-15  Julian SmartCan now switch between PostScript and WIN32 print dialogs
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-06-26  Julian SmartAdded m_ prefix to wxColourData and wxFontData members...
2003-03-22  David Elliott- forward declare wxDC for use as a pointer or referenc...
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-04  Mattia Barbon Remove #ifdef __WXSTUBS__ from headers.
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-05-08  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-04-17  Julian SmartAdded wxDF_HTML
2002-02-08  Vadim Zeitlincleanups after SciTech commit :-(
2002-02-07  Vadim Zeitlinadded another overloaded DrawCircle() version for compl...
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-02-05  Julian SmartReformatted Motif headers; added __WXX11__ symbol suppo...
2001-09-30  Vadim Zeitlinadded wxUSE_PALETTE and fixed compilation with it set...
2001-08-25  Vadim Zeitlinapplied patch 446836: removed qt headers
2001-07-11  Julian SmartRemoved cacheing option
2001-07-11  Julian SmartAdded wxUSE_DC_CACHEING and associated code to wxMSW
2001-07-09  Vadim Zeitlinadded wxDCClipper
2001-06-27  Gilles Depeyrotremoved useless ; to allow smart preprocessing under...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-03-13  Václav Slavíkmoved splines rendering code into wxDCBase
2000-08-19  Kevin HockwxDrawObject::Draw vritual and non const wxDCBase
2000-08-06  Kevin Hocksupport for drawing arbitary object on DC's
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-21  Robert Roebling Set logical functions to wxCOPY, no -1.
2000-02-17  Vadim Zeitlinadded and documented wxDC::DrawCheckMark()
1999-12-06  Vadim ZeitlinRotated text patch from Hans-Joachim Baader (with some...
1999-10-24  Julian SmartFixes for 16-bit compilation
1999-10-18  Robert Roebling New wxDataObject etc. Almost works.
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-07-28  David Webster*** empty log message ***
1999-06-14  Vadim ZeitlinwxGetFullHostName() implemented - it doesn't work thoug...
1999-06-08  Vadim Zeitlinmore Motif fixes (still doesn't compile, but *really...
1999-05-26  Robert Roebling Made wxClientDC's use safe as per wxMSW.
1999-05-25  Brian MacyMove code to a dcbase.cpp
next