Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / interface / wx / headerctrl.h
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-07-10  Robin DunnInterface fixes for Phoenix.
2012-06-30  Robin DunnInterface fix for Phoenix
2012-01-14  Václav SlavíkMake column width calculations in wxDataViewCtrl and...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-12-12  Jaakko SalliwxHeaderColumnBase -> wxHeaderColumn; Fixed UpdateColum...
2009-02-20  Francesco Montorsirecategorize many misplaced classes; move lots of class...
2009-02-18  Francesco Montorsimake distinction between classes which send events...
2009-01-26  Vadim Zeitlindocument the correct base class
2009-01-11  Francesco Montorsifix few doxygen warnings
2009-01-08  Francesco Montorsiautomated ifacecheck fixes
2008-12-30  Vadim Zeitlinextract AddColumnsItems() from ShowColumnsMenu() to...
2008-12-17  Vadim Zeitlinmade wxHeaderCtrl::GetColumn() const to get rid of...
2008-12-16  Vadim Zeitlinadded wxRearrange{List,Ctrl,Dialog} and use it in wxHea...
2008-12-16  Robert RoeblingMention header control in Category page
2008-12-15  Vadim Zeitlinhandle actions of the columns popup menu in wxHeaderCtr...
2008-12-15  Vadim Zeitlinadded a helper function to show the popup menu allowing...
2008-12-14  Vadim Zeitlinadded wxHeaderCtrl::ResetColumnsOrder() function; use...
2008-12-12  Francesco Montorsifix doxygen warnings
2008-12-11  Vadim Zeitlindon't duplicate the column reordering in generic wxHead...
2008-12-11  Vadim Zeitlinadded wxHeaderCtrl::OnColumnCountChanging()
2008-12-10  Vadim Zeitlinadded EVT_HEADER_DRAGGING_CANCELLED event sent when...
2008-12-10  Vadim Zeitlinimplement column reordering support in wxMSW wxHeaderCt...
2008-12-09  Vadim Zeitlindocument UpdateColumn()
2008-12-08  Vadim Zeitlinrename wxHeaderCtrl DRAG events into RESIZE ones as...
2008-12-08  Vadim Zeitlinimplement column resizing events in wxHeaderCtrl
2008-12-08  Vadim Zeitlinadded wxHeaderCtrlSimple::GetBestFittingWidth() for...
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 Zeitlinemulate scrolling in wxMSW header control; document...
2008-12-05  Vadim Zeitlinadd Show/HideColumn() methods
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...