Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / generic / vlbox.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2011-09-21  Vadim ZeitlinFix scrolling in small wxVListBox with tall items.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-04-05  Václav SlavíkwxOwnerDrawnComboBox: handle numpad navigation keys.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-12-29  Francesco Montorsiadd the HTML string of the selected item to wxSimpleHtm...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-28  Francesco Montorsimove wxVListBoxNameStr into vlbox.cpp source file ...
2008-10-05  Jaakko SalliNeed to call wxVScrolledWindow::UpdateScrollbar() in...
2008-07-13  Vadim Zeitlinadded wxVListBox::GetItemRect() (#9711)
2008-06-06  Vadim Zeitlindon't leave current item index invalid after SetItemCou...
2008-03-17  Paul Cornettfix a huge number of build errors
2008-03-02  Vadim Zeitlinuse custom selection colours in wxHtmlListBox again...
2008-02-12  Václav Slavíkadded wxWindow::HandleAsNavigationKey() helper for...
2007-12-01  Bryan PettyReplaced moved wxVScrolledWindow HitTest methods fixing...
2007-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-04-08  Vadim Zeitlinfix new wxHVScroll code to build with WXWIN_COMPATIBILI...
2007-04-08  Vadim ZeitlinThe great wxVScrolledWindow refactoring: allow using...
2007-03-11  Václav SlavíkVC6 compilation fix
2007-03-07  Vadim Zeitlinuse wxRendererNative::DrawItemSelectionRect() to draw...
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-08-13  Vadim Zeitlinfixed SetSelection(-1) for controls with multiple selec...
2006-06-01  Włodzimierz SkibaInclude wx/listbox.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaDMC warning fix.
2006-04-26  Vadim Zeitlindon't paint an infinite number of items if the control...
2006-04-14  Vadim Zeitlinfixed bug with not taking background colour into accoun...
2006-03-24  Robin DunnMake WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP...
2006-01-17  Julian SmartApplied patch [ 1405821 ] wxVListBox double-buffering...
2005-09-26  Vadim Zeitlinfixed variable shadowing icc warnings
2005-02-19  Kevin HockAdded newline at the end, eliminates gcc warning
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...