Use wxDELETE() and wxDELETEA() when possible.
[wxWidgets.git] / src / generic / scrlwing.cpp
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-04-10  Julian SmartwxScrolledWindow::GetVirtualSize now returns client...
2002-03-17  Václav Slavíkadded Calc(Un)ScrolledPosition taking wxPoint
2002-03-16  Vadim Zeitlinrestore Robin's code (reverted previous commit)
2002-03-15  Julian SmartAdded sizer.h
2002-03-15  Robin DunnGive wxScrolledWindow its own Layout method that takes...
2002-02-06  Vadim Zeitlingot rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS...
2002-01-25  Vadim Zeitlinreplaced DeleteEvtHandler with a call to RemoveEventHandler
2001-12-24  Vadim Zeitlinfixed memory leak when SetTargetWindow() was called...
2001-12-02  Vadim Zeitlinmore fixes to target window scrolling
2001-12-02  Vadim Zeitlinfixed event processing for the target window
2001-12-01  Julian SmartAttempted to fix splittree problem by not pushing event...
2001-10-06  Vadim Zeitlinfixed the bug with the order of 2 size events when...
2001-09-18  Vadim Zeitlinfix for event processing in wxScrollHelper
2001-08-13  Vadim Zeitlinimplemented (untested) work around for wxScrolledWindow...
2001-07-30  Robin DunnApplied patch #445873
2001-07-27  Julian SmartAdded fix to send scroll messages from mouse wheel...
2001-07-17  Vadim Zeitlinblind fix for wxScrolledWindow problem
2001-07-14  Robert RoeblingCorrected wxScrolledWindow's OnSize behaviour.
2001-07-10  Vadim Zeitlinfixed scrollbar refresh
2001-07-09  Julian SmartVarious wxMotif fixes
2001-07-09  Vadim Zeitlinscrolling with kbd generates scroll events too
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-07-03  Vadim Zeitlinrenamed scrolwin file - no other way to make wxGTK...