revert nested event loop support for wxGTK1 because it causes applications hangs
[wxWidgets.git] / src / common / dcbufcmn.cpp
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...
2011-05-01  Vadim ZeitlinVerify the validity of the buffer size in wxBufferedDC.
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-23  Robin DunnSetUserScale(1.0, 1.0) in Unmask() so the image will...
2010-04-07  Robin DunnTest m_dc before using it
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-04  Vadim Zeitlinpostpone the call to CopyAttributes() until the DC...
2008-05-17  Vadim Zeitlindon't blit more than necessary in wxBufferedDC::UnMask...
2008-02-27  Vadim Zeitlindon't attempt to create 0*0 bitmaps in GetBuffer()...
2007-11-30  Vadim Zeitlinlast commit resolved the conflict incorrectly, undoing it
2007-11-30  Vadim Zeitlinmove IMPLEMENT_CLASS macros for wxBuffered[Paint]DC...
2007-11-30  Robert RoeblingRemove old wxDCBase class, restore IMPLEMENT_CLASS...
2007-03-10  Vadim Zeitlinallow using multiple wxBufferedDCs at once (patch 1589441)
2006-11-01  Robin DunnRemove comment from patch that doesn't apply anymore
2006-11-01  Robin DunnSwitch wxBufferedDC to use a wxBitmap* internally,...
2006-10-24  Paul Cornettstatic class variable needs a definition
2006-10-23  Vadim Zeitlindon't use static objects containing bitmaps, this almos...
2006-10-23  Vadim Zeitlinuse wxBitmap object as m_buffer and not a pointer to...
2006-10-18  Robin DunnPatch #1579801: wxBufferedDC shared buffer bitmap
2006-10-13  Robin DunnReverted wxBuffered[Paint]DC to nearly the pre 2.7...
2006-10-11  Robin DunnRestore a use case that was lost with the last set...
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...