The rounded corners look really dumb at this size.
[wxWidgets.git] / src / msw / listbox.cpp
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-02  Vadim Zeitlinindicate whether this is a selection or a deselection...
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2002-12-19  Julian SmartFixed a problem with borders being set wrong sometimes...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-05-05  Vadim Zeitlinfixed multiple bugs in multiple selection wxCheckListBoxes
2002-05-03  Robin DunnFixed problem in InsertItems of always adding ownerdraw...
2002-04-01  Vadim Zeitlinfixed wxCheckListBox behaviour in presense of wxLB_SORT...
2002-02-11  Robin Dunnbugfix for SetString in a wxCheckListBox
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-12-30  Vadim Zeitlin1. wxSystemSettings class API face lift: better names...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-06  Vadim Zeitlinfixed bug in determining the best listbox size
2001-05-21  Vadim Zeitlinfix for releasing the HDC in WM_DRAWITEM handler
2001-05-16  Julian SmartApplied patch #420395 (adding wxCLIP_SIBBLINGS capabili...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-07  Vadim Zeitlinfixes bug 414369
2000-10-19  Vadim Zeitlinset more event object fields for lbox dbl click events
2000-09-06  David Websterfix to OWNER_DRAWN assert in listbox
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-14  Vadim Zeitlinfixes for compilation with the old mingw32, wxUSE_NORLA...
2000-01-06  Vadim ZeitlinMSW compilation fixes for !wxUSE_VALIDATORS
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-25  Vadim Zeitlin1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed
1999-11-23  Robin DunnNow sets the font for newly appended ownerdraw items.
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-13  Vadim Zeitlin1. undid my wrong fix to wxWindowBase::Centre
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-10-28  Vadim Zeitlin1. more code commented out by DW (@#%#%!#%!@) uncommented
1999-10-26  David Webster*** empty log message ***
1999-10-24  Vadim Zeitlin1. corrected client data deletion in wxListBox (no...
1999-10-24  Vadim Zeitlin1. compilation fix for wxArrayTreeItemIds
1999-10-23  Vadim Zeitlin1. wxDropTarget::OnData() returns wxDragResult now...
1999-10-23  Robin DunnApparent typo fix
1999-10-22  Vadim Zeitlin1. sorted wxListBox and wxComboBox seem to work under...
1999-10-22  Vadim ZeitlinwxChoice and wxListBox GTK+ changes (wxChoice works...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-04  J. Russell SmythMade changes to allow build with new mingw32/gcc-2.95
1999-07-20  Robert Roebling MingW32 compilation fixes all over
1999-07-19  Vadim ZeitlinwxMenu ctor made compatible again
1999-07-02  Vadim Zeitlin1. DoSetSize() simplified, DoGetBestSize() introduced
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-10  Vadim Zeitlincompialtion fixes
1999-06-09  Robert Roebling WINE is so fine.
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-03-21  J. Russell SmythModified wxMSW listbox.cpp to work with wxCommandEvent...
1999-02-28  Vadim ZeitlinwxCheckListBox fixes: crash/memory leak when items...
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-02  Julian SmartConsistent naming of e.g. wxUSE_CTRL
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-11-30  Julian SmartHierarchy fixes; bug fix for tabg that was introduced...
1998-10-17  Unknown (UG)fixes the invalid index problem
1998-10-14  Vadim Zeitlinminor changes a bit everywhere + a small wxLog change...
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-17  Julian SmartAdded STRICT corrections.
1998-07-16  Julian SmartCured SetString/GetSelection interaction; incorporated...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-25  Julian SmartCured DC/GDI object leak; listbox window proc restored...
1998-06-22  Julian SmartRemoved deletion of m_selections
1998-06-22  Julian SmartCured problem introduced by LEAVE/ENTER OnIdle code...
1998-06-22  Vadim ZeitlinGetSelections() changed to work with wxArrayInt
1998-06-13  Julian SmartCorrected dataobj.h/.cpp, corrected listbox to use...
1998-05-22  Julian SmartIn SetString, added test for owner draw style to cure...
1998-05-20  Karsten Ballüderadded some wxMSW stuff