No resize border on WinCE by default
[wxWidgets.git] / include / wx / dcbuffer.h
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.