don't access m_clientDataItemsType directly
[wxWidgets.git] / src / msw / listbox.cpp
2007-09-17  Vadim Zeitlindon't access m_clientDataItemsType directly
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-05-11  Vadim Zeitlinuse LRESULT instead of LONG in MSWOnDraw() to fix it...
2007-02-14  Vadim Zeitlincorrected IMPLEMENT_DYNAMIC_CLASS macros to ensure...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-07-12  Vadim Zeitlincall SetHorizontalExtent() from SetString(); also simpl...
2006-06-01  Włodzimierz SkibaInclude wx/listbox.h according to precompiled headers...
2006-05-04  Włodzimierz SkibaInclude wx/window.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-09  Vadim Zeitlinadded wxListBox::HitTest() from Ryan (patch 1446207)
2005-12-25  Vadim Zeitlindisallow creation of wxDC objects and made wxDC an...
2005-10-17  Michael WetherellWarning fixes for win64
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-16  Julian SmartApplied patch [ 1218833 ] [wxMSW] wxListBox optimisatio...
2005-06-10  Julian SmartNeed to set background colour for wxListBox, not just...
2005-05-18  Robin DunnPatch #1203934: enable best size caching for MSW widgets
2005-05-17  Dimitri Schoolwerthapplied patch #1185523: "Replace GetTextExtentPoint...
2005-04-23  Julian SmartRemove obsolete includes
2005-04-13  Robin DunnAdd room for the scrollbar
2005-02-26  Robin DunnCorrect GetString check message
2005-02-13  Vadim Zeitlin1. added SetSelection() to wxItemContainer and removed...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2004-12-20  Julian SmartVC++ 5 compatibility
2004-12-14  Włodzimierz SkibaFixme removal.
2004-11-10  Włodzimierz SkibaOW fixes.
2004-10-12  Włodzimierz SkibaUndo last change due to STL.
2004-10-11  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-08-30  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
2004-07-01  Vadim Zeitlinfont inheritance fixes (patch 983251)
2004-06-24  Robin Dunn* Implemented BestSize cache
2004-06-24  Václav Slavíkfixed warnings after GetFont prototype change
2004-06-16  Włodzimierz SkibaWarning fixes for WinCE.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-03  Vadim Zeitlinset best size after filling the control with strings
2004-04-18  Vadim Zeitlincompilation fix for wxUSE_VALIDATORS==0
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-04-13  Julian SmartOnly call Select within SetString when internal data...
2004-04-08  Vadim Zeitlinlast check in forgot to add WS_VSCROLL to the listbox...
2004-04-01  Vadim Zeitlinuse MSWCreateControl() instead of the old mess; impleme...
2004-02-07  Vadim Zeitlincompilation fix for wxUSE_VALIDATORS == 0
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-12-11  Julian SmartApplied [ 821234 ] Fix: erroneous assertion failed...
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-15  Vadim Zeitlinadded wxVALIDATOR_PARAM and use it to avoid warnings...
2003-09-04  Stefan Csomormacro naming changes
2003-08-27  Stefan CsomorWX_EVENT_PROPERTY instead of WX_DELEGATE
2003-08-27  Stefan Csomorevent exposure
2003-08-24  Julian SmartAdded some window style metadata
2003-08-23  Stefan Csomorxti property extensions, style bits additions
2003-08-19  Stefan Csomorremoving rtti special functions
2003-08-19  Stefan Csomorswitching back to normal accessors, workaround not...
2003-08-18  Stefan CsomorRTTI simplifications
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-07-21  Mattia Barbon Use wxStringBuffer[Length] instead of explicit calls to
2003-07-11  Julian SmartMore WinCE mods
2003-07-02  Vadim Zeitlingot rid of wxBuffer (finally!!!)
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-05-12  Julian SmartApply correct style variable
2003-05-06  Julian SmartRevamped border handling.
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
next