Don't ignore path when prompting for file in SaveAs()
[wxWidgets.git] / src / common / dcbufcmn.cpp
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...