]> git.saurik.com Git - wxWidgets.git/history - src/generic/vlbox.cpp
wxUSE_XXX related fixes
[wxWidgets.git] / src / generic / vlbox.cpp
2005-02-18  Ryan NortonwxUSE_XXX related fixes
2005-02-03  Robin DunnEnsure the wxVListBox gets the focus when it is clicked...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2004-07-17  Robin DunnUse DeafultAttributes instead of hard coded defaults
2004-05-25  Julian SmartMissed reversions
2004-05-23  Julian SmartName and version changes
2004-05-18  Vadim ZeitlinwxVListBox doesn't handle (at least horz) resizing...
2004-04-13  Vadim Zeitlinremoved m_bestSize
2004-04-07  Robin Dunnset m_bestSize
2004-03-04  Robin DunnUse wxWANTS_CHARS style so cursor keys can be used...
2003-11-10  Dimitri SchoolwerthAdded wxUnusedVar for Borland and fixed 2 release mode...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-08  Robin DunnAdded wxRTTI for the new wxVScrolledWindow, wxVListBox...
2003-07-30  Vadim Zeitlinadded wxVListBox::OnDrawBackground(); fixed warnings
2003-06-13  Vadim ZeitlinSetSelection() may be used for both single and multi...
2003-06-13  Vadim Zeitlinadded possibility to customize the listbox colours
2003-06-13  Vadim Zeitlinmade multiple selection behave more consistently with...
2003-06-13  Vadim Zeitlinadded checks for the item index
2003-06-11  Vadim Zeitlinimplemented multiple selection
2003-06-02  Vadim Zeitlincompilation fixes for !USE_PCH
2003-06-01  Vadim Zeitlinadded wxVListBox using wxVScrolledWindow and wxHtmlList...