]> git.saurik.com Git - wxWidgets.git/history - src/msw/headerctrl.cpp
rename wxHeaderCtrl DRAG events into RESIZE ones as we're also going to have column...
[wxWidgets.git] / src / msw / headerctrl.cpp
2008-12-08  Vadim Zeitlinrename wxHeaderCtrl DRAG events into RESIZE ones as...
2008-12-08  Vadim Zeitlinbuildbot VC6 apparently can't compile variable declarat...
2008-12-08  Vadim Zeitlinimplement column resizing events in wxHeaderCtrl
2008-12-08  Vadim Zeitlinadd wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK and semi...
2008-12-08  Vadim Zeitlinimplement click events in wxHeaderCtrl
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-05  Vadim Zeitlinmove ScrollWindow() implementation to the base class...
2008-12-05  Vadim Zeitlinemulate scrolling in wxMSW header control; document...
2008-12-05  Vadim Zeitlinadd Show/HideColumn() methods
2008-12-04  Vadim ZeitlinPCH-less build fixes
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...