Use wxDELETE() and wxDELETEA() when possible.
[wxWidgets.git] / src / msw / listctrl.cpp
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...
2006-10-29  Vadim Zeitlinpost WM_CLOSE instead of deleting the inplace edit...
2006-10-02  Paul Cornettlistctrl header cleanup
2006-09-17  Kevin OllivierInitial commit of native OS X list ctrl support. Compil...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-07-31  Vadim ZeitlinTLW default item changes have changed Enter key process...
2006-06-14  Vadim Zeitlinmade wxTree/ListCtrl::HitTest() const
2006-06-06  Włodzimierz SkibaInclude wx/textctrl.h according to precompiled headers...
2006-05-28  Vadim Zeitlinadded wxListCtrl::GetSubItemRect() and subitem hit...
2006-05-13  Vadim Zeitlincheck the item id validity in SetItem()
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2006-05-06  Paul Cornettcall static functions directly
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2006-04-10  Vadim Zeitlindon't generate wxEVT_CONTEXT_MENU messages for right...
2006-03-15  Włodzimierz SkibawxTinderbox warning fix.
2006-03-10  Robin DunnApplied Patch #1424869: Implement wxListCtrl::SetItemCo...
2006-03-08  Vadim Zeitlindon't draw focus rect for custom drawn items when the...
2006-03-07  Włodzimierz SkibaBorland build fix.
2006-03-05  Vadim Zeitlinfix to last custom draw fix: only leave space for the...
2006-03-05  Vadim Zeitlinanother custom draw fix: leave space for the image...
2006-03-05  Vadim Zeitlindon't trust CDIS_FOCUS flag vale in custom drawing...
2006-02-25  Vadim ZeitlinDT_WORD_ELLIPSIS is not defined under CE
2006-02-22  Václav Slavíkskip the paint event instead of calling wxControl versi...
2006-02-14  Vadim Zeitlinmodified custom draw code to fully draw the items using...
2006-02-11  Julian SmartApplied [ 1394785 ] wxListCtrl::EndEditLabel implementation
2006-02-08  Vadim Zeitlindon't lose the alignment flags when setting the column...
2006-02-08  Vadim Zeitlinfix for artefacts when dragging a column divider in...
2006-01-25  Robin DunnPatch from Tim Kosse to add supoprt for wxListCtrl...
2006-01-17  Robin DunnEnable wxListCtrl in report mode to be able to use...
2005-12-22  Vadim Zeitlindon't overwrite the existing attributes when setting...
2005-12-19  Włodzimierz Skiba__WIN95__ removed (used to differ win3.1 vs. 'modern...
2005-12-01  Włodzimierz Skiba[ 1357527 ] Cast to void to silence GCC's warnings.
2005-10-05  Kevin HockRevert last change, which made it impossible to set...
2005-09-26  Kevin HockIn GetTextColour, use GetDefaultAttributes instead...
next