Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / dcbuffer.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-06-08  Robin DunnKeep track of the area intended to be buffered, and...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-16  Vadim Zeitlinintroduce wxBG_STYLE_{ERASE,PAINT} and implement their...
2009-06-04  Vadim Zeitlinpostpone the call to CopyAttributes() until the DC...
2009-05-31  Vadim Zeitlinadded wxDC::CopyAttributes() and use it in wxBufferedDC...
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2007-11-30  Robert Roeblingremove superfluous visibility attribute
2007-11-30  Robert RoeblingDC reorganization
2007-03-10  Vadim Zeitlinallow using multiple wxBufferedDCs at once (patch 1589441)
2007-03-05  Vadim Zeitlinuse virtual size for the size of the buffer when wxBUFF...
2006-11-01  Robin DunnSwitch wxBufferedDC to use a wxBitmap* internally,...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-25  Kevin OllivierFix wxBufferedDC so that it adheres to its documented...
2006-10-23  Vadim Zeitlinuse wxBitmap object as m_buffer and not a pointer to...
2006-10-22  Vadim Zeitlincall Init() from wxBufferedDC ctors to ensure that...
2006-10-22  Vadim Zeitlininherit the original layout direction (patch 1554810...
2006-10-18  Robin DunnPatch #1579801: wxBufferedDC shared buffer bitmap
2006-10-15  Mattia Barbon Added wxRTTI macros to buffered DCs.
2006-10-13  Robin DunnReverted wxBuffered[Paint]DC to nearly the pre 2.7...
2006-10-12  Robin DunnFixup Blit so it can be used with a source that is...
2006-10-10  Włodzimierz SkibaWinCE build fix.
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2005-03-08  Robin DunnAllow wxBufferedDC to be constructed with just a wxDC.
2005-03-03  Julian SmartAdded wxBUFFER_VIRTUAL_AREA, wxBUFFER_CLIENT_AREA to...
2005-03-02  Julian SmartFixed wxBufferedPaintDC for scrolled windows
2005-01-07  Włodzimierz SkibaInclude order fix.
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-02-21  Robin DunnRestored old wxBufferedDC functionality until it can...
2004-02-19  Robin DunnSince this class is fully inline don't specify an impor...
2004-02-19  Ron LeeRemoved the SaveBG hack. The real incompatibility...
2004-02-08  Vadim ZeitlinwxBUFFER_DC_DEFAULT should be wxBUFFER_DC_OVERWRITE_BG...
2004-02-07  Vadim Zeitlintrying to fix breakage in wxBufferedPaintDC after the...
2004-02-07  Vadim Zeitlinmade it possible to preserve background when using...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-02  Václav Slavíkcreated wxAdvanced library
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-21  David ElliottDon't depend on wx/dcmemory.h to include wx/dcclient...
2003-06-26  Julian SmartAdded m_ prefix to wxColourData and wxFontData members...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-03-17  Ron Leereally, it will build for 'doze this time.
2002-03-17  Ron LeeAdded wxBufferedDC class.