]> git.saurik.com Git - wxWidgets.git/history - src/common/dcbufcmn.cpp
use wxBitmap object as m_buffer and not a pointer to it (replaces patch 1582878)
[wxWidgets.git] / src / common / dcbufcmn.cpp
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...