The rounded corners look really dumb at this size.
[wxWidgets.git] / src / msw / listbox.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-09-09  Vadim ZeitlinDon't try to determine the clicked item ourselves in...
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-01-20  Vadim ZeitlinAdd error checking when retrieving client data from...
2011-01-10  Vadim ZeitlinCheck index in wxItemContainer methods working with...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-11-23  Vadim ZeitlinDeselect all items in wxMSW wxListBox when selection...
2010-10-27  Vadim ZeitlinDon't send SELECTED events for an already selected...
2010-06-05  Vadim ZeitlinDon't send selection events for an already selected...
2010-06-05  Vadim ZeitlinDon't send listbox selection events when mouse wasn...
2010-06-05  Vadim ZeitlinUse mouse position to find the item for selection event...
2010-06-05  Vadim ZeitlinNo changes, just refactor wxListBox initialization...
2010-06-05  Vadim ZeitlinRefactor listbox event sending code to avoid duplication.
2010-05-08  Vadim ZeitlinInvalidate wxListBox best size immediately without...
2010-02-25  Vadim ZeitlinFix multiple bugs in non-ownerdrawn wxListBox after...
2010-01-23  Vadim ZeitlinImprove wxCheckListBox appearance under Vista/Win7.
2010-01-23  Vadim ZeitlinRefactor owner-drawing code.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-17  Vadim Zeitlinadded wxLB_NO_SB style and implementation for wxMSW...
2009-06-22  Vadim ZeitlinAdded DoGetClientBestSize() and use it for a couple...
2009-05-06  Paul Cornettfix off-by-one size of wxCheckListBox item draw rect
2009-01-25  Vadim Zeitlinuse correct item index for wxEVT_COMMAND_LISTBOX_DOUBLE...
2008-12-25  Vadim Zeitlindon't use the client data for storing wxOwnerDrawn...
2008-12-16  Vadim Zeitlinfix initial best size of (check) list boxes under MSW
2008-05-25  Robert RoeblingDefer SetHorizontalExtent to idle, also fixes (wxListBo...
2008-05-23  Robert RoeblingMove event generation in multiple selectino mode to...
2008-02-25  Vadim Zeitlinadded more includes of wx/msw/dc.h needed since r52054...
2007-12-08  Vadim Zeitlincall Clear() in dtor: this is necessary at least to...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
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.
next