Fix wrong in wxListCtrl::SetItemColumnImage() in r74716.
[wxWidgets.git] / src / msw / listctrl.cpp
2013-09-10  Vadim ZeitlinFix wrong in wxListCtrl::SetItemColumnImage() in r74716.
2013-08-27  Vadim ZeitlinDon't use any icon for items inserted without one in...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-12  Vadim ZeitlinFix harmless MinGW warning in wxMSW wxListCtrl code.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-12-22  Vadim ZeitlinAdd wxListCtrl::EnableAlternateRowColours() and SetAlte...
2012-09-07  Václav SlavíkwxMSW: Fix incorrect subitem rect calculation in wxList...
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2012-05-09  Vadim ZeitlinImplement constrained best size calculation in wxMSW...
2012-05-09  Vadim ZeitlinCheck that item ID is initialized when inserting it...
2012-01-07  Vadim ZeitlinAdd support for wxLIST_AUTOSIZE_USEHEADER to InsertColu...
2012-01-07  Vadim ZeitlinImplement best size calculation for report mode wxListCtrl.
2012-01-07  Vadim ZeitlinAdd wxListCtrlBase common base class for port-specific...
2012-01-05  Vadim ZeitlinDon't fill wxListEvent::m_item when using virtual list...
2011-12-02  Vadim ZeitlinUpdate all controls using in-place editors to handle...
2011-12-02  Vadim ZeitlinDon't use ListView_CancelEditLabel() as it doesn't...
2011-11-14  Vadim ZeitlinFall back on ::GetMessagePos() if ::GetCursorPos()...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-02  Robin DunnIf -1 is passed to InsertItem for the imageIndex then...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-13  Vadim ZeitlinMake wxListCtrl sort function take wxIntPtr, not long...
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-18  Vadim ZeitlinLimit the search in wxMSW virtual wxListCtrl by time.
2011-03-09  Vadim ZeitlinFix search for item by text in wxMSW wxListCtrl.
2011-03-09  Vadim ZeitlinDon't assert if starting search position in LVN_ODFINDI...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-12  Vadim ZeitlinDelete wxListCtrl item data after handling its deletion...
2010-09-11  Vadim ZeitlinFix generation of key events for non-alphabetic keys...
2010-09-11  Vadim ZeitlinRename wxCharCode{MSWToWX,WXToMSW}() and move them...
2010-09-11  Vadim ZeitlinFixes to key codes in keyboard events generated by...
2010-08-22  Vadim ZeitlinDon't send event from wxMSW::wxListCtrl::DeleteAllItems...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-05-21  Vadim ZeitlinUse ListView_CancelEditLabel() to implement wxListCtrl...
2010-05-20  Vadim ZeitlinFix wxListCtrl::EndEditLabel() which simply didn't...
2010-05-10  Vadim ZeitlinAdd column parameter to wxListCtrl::GetItemText().
2010-01-24  Vadim ZeitlinFix sending of wxEVT_COMMAND_LIST_COL_DRAGGING events...
2010-01-14  Vadim ZeitlinNo real changes, just fix a typo in comments and docume...
2009-11-24  Vadim ZeitlinFix wxListCtrl::GetSubItemRect(wxLIST_RECT_ICON/LABEL...
2009-10-16  Vadim ZeitlinMake assert in wxMSW wxListCtrl::InsertItem() more...
2009-08-20  Vadim ZeitlinRemove declarations of two non-existent functions in...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-24  Vadim Zeitlinfill in the fields of wxListItem in a wxListEvent befor...
2009-05-24  Vadim Zeitlincorrect the inversed assert check in LVN_DELETEITEM...
2009-04-25  Vadim Zeitlinoptimize FindItem(data) performance (closes #9870)
2009-04-21  Vadim Zeitlincorrect the assert added by r60056 to not trigger in...
2009-04-16  Vadim Zeitlinpass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems...
2009-04-15  Vadim Zeitlinuse wxUIntPtr instead of long for 3rd parameter of...
2009-04-07  Vadim Zeitlinadded assert checking the column index validity (see...
2009-04-07  Vadim Zeitlinremove "item.cchTextMax=0" line from SetItem() as it...
2009-04-07  Vadim Zeitlinno real changes, just remove unnecessary semicolons...
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-02-23  Vadim Zeitlinfix (harmless) warnings in release mingw32 build
2009-02-09  Vadim Zeitlindon't use invalid item indices in wxLC_HRULES-drawing...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-25  Vadim Zeitlinadded (MSW-only) wxListCtrl::OnGetItemColumnAttr()...
2009-01-12  Francesco Montorsiassert when the item index is out of range in wxMSW...
2008-12-21  Vadim Zeitlinfix Get(Sub)ItemRect() after changes of r54437; added...
2008-12-17  Vadim Zeitlinadded .c_str() to wxStrlcpy() calls to fix wxUSE_STL...
2008-11-29  Vadim Zeitlinreplace the mismatched new[]/delete (bug #10234) with...
2008-11-29  Vadim Zeitlinadd safe wxStrlcpy() function and replaced all wxStrncp...
2008-11-29  Vadim Zeitlinproperly NUL-terminate the string when using strncpy...
2008-11-26  Vadim Zeitlindocument column reordering in wxListCtrl; fix confusion...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-08-30  Vadim Zeitlinusing ListView_Get[Sub]ItemRect() provokes warnings...
2008-08-30  Vadim Zeitlinfix some (harmless) mingw32 4.3 warnings
2008-08-01  Vadim Zeitlinremoved a cast to WPARAM which was unnecessary and...
2008-06-30  Vadim Zeitlinimplement wxListCtrl::GetSubItemRect() for generic...
2008-06-29  Vadim Zeitlinsupport wxListCtrl::GetViewRect() in report view too...
2008-06-28  Vadim Zeitlindon't activate items on Alt-Space or Alt-Enter (#9615)
2008-05-30  Vadim Zeitlinensure that GetEditControl() returns something even...
2008-05-30  Vadim Zeitlinno changes, just refactor the code to avoid having...
2008-05-23  Vadim Zeitlincall base class version from SetWindowStyleFlag() to...
2008-03-17  Vadim Zeitlindon't provide unnecessary (as default) arguments to...
2008-02-24  Vadim Zeitlindon't define, nor use, LVS_EX_LABELTIP under WinCE
2008-02-13  Vadim Zeitlinuse listctrl coordinates for the wxEVT_COMMAND_LIST_COL...
2008-02-11  Vadim Zeitlinset selection anchor to the focused item in SetItemState()
2008-01-26  Vadim Zeitlinset listview extended styles after switching to report...
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
2007-11-30  Vadim Zeitlinfix an unused variable warning in release build
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-17  Vadim Zeitlinno real changes, just some cleanup: add wxIsAltDown...
2007-11-10  Vadim Zeitlinadded functions for setting the columns order in wxList...
2007-09-20  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2007-09-16  Vadim Zeitlinuse ListView_RedrawItems() to implement wxListCtrl...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-06-09  Vadim Zeitlinfix custom draw bug for controls with only one column...
2007-05-10  Vadim Zeitlinadded wxListCtrl::SetItemPtrData()
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-13  Vadim Zeitlinimplement support for right-aligned/centered items...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2007-03-07  Vadim ZeitlinwxMSWGetColumnClicked must be dllexport'd to be used...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-02-23  Robert Roebling [ 1665996 ] Fixes/extensions to wxDataViewCtrl
2007-02-17  Robert Roebling Minor parts from FM's wxDataViewCtrl patch.
2007-01-01  Robin DunnDon't steal VK_RETURN for wxEVT_COMMAND_LIST_ITEM_ACTI...
2006-12-09  Paul Cornettindentation fixes
2006-12-04  Vadim Zeitlinfix (harmless) assert in virtual list control under...
next