Use wxDELETE() and wxDELETEA() when possible.
[wxWidgets.git] / src / msw / listctrl.cpp
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-04  Vadim Zeitlincorrected HAVE_NMLVFINDITEM tests, eliminated HAVE_NM_F...
2005-07-28  Vadim Zeitlindon't reserve space in the header for the column image...
2005-07-22  Michael WetherellAdd wxListCtrl::Get/SetItemFont, patch 1236820 Francesc...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-30  Włodzimierz SkibaDMC typo fixes.
2005-05-25  Michael WetherellUncomment LVN_ODFINDITEM handler for systems that have...
2005-05-23  Włodzimierz SkibaTemporary fix, requires missing NMLVFINDITEM on some...
2005-05-22  Vadim Zeitlinadded support for incremental search in virtual list...
2005-04-08  Michael WetherellDocumentation fixes, patch 1179223 by Andreas Mohr
2005-04-06  Vadim Zeitlinuse LVS_EX_LABELTIP by default
2005-03-30  Julian SmartApplied patch [ 1171542 ] access static class members...
2005-03-21  Vadim Zeitlinfixed SetColumnWidth() in wxLC_LIST mode (set column...
2005-03-08  Vadim Zeitlinhonour stateMask in GetItem() too (patch 1153451)
2005-02-19  Vadim Zeitlinextracted check for wxListCtrl in WM_PRINT handler...
2005-02-09  Włodzimierz Skiba.empty() string decorations
2005-02-08  Julian SmartLast change undone
2005-02-08  Julian SmartSet m_count to zero in DeleteAllItems
2005-01-29  Vadim Zeitlindo reset m_count to 0 after deleting all the items...
2005-01-25  Vadim Zeitlinfixed memory leak with client data when using DeleteAll...
2004-12-22  Robin DunnNeed to reset count when all items are deleted
2004-11-06  Ryan Nortonfix for [ 1044879 ] wxMSW 2.5.3: memleaks in listctrl...
2004-10-20  Włodzimierz SkibaCorrect fix to the compile time assert under OW. Kudos...
2004-10-19  Włodzimierz SkibaOW warning fix. Our compile time asserts warns when...
2004-10-19  Vadim Zeitlindon't return wxLIST_HITTEST_ONITEMICON from HitTest...
2004-10-08  Robin DunnCheck for an image list before complaining in OnGetItem...
2004-09-30  Vadim Zeitlindon't deprecate SetItemImage() with 3 parameters; just...
2004-09-30  Julian SmartDeprecated SetItemImage with 2 image ids
2004-09-29  Vadim Zeitlinmore 64 bit correctness fixes
2004-09-23  Vadim Zeitlindon't free user data before sending wxEVT_COMMAND_LIST_...
2004-09-23  Vadim Zeitlinhack to _really_ fix crashes in comctl32.dll when proce...
2004-09-18  Vadim Zeitlinfixed SetWindowStyleFlag() to not remove WS_VISIBLE...
2004-09-03  Włodzimierz SkibaFix for coordinates in wxEVT_COMMAND_LIST_COL_RIGHT_CLI...
2004-08-30  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
2004-07-16  Włodzimierz SkibaFixes to warnings about assigning unused values.
2004-06-11  Robert Roebling Compile fixes for HANDHELDPC
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-21  Vadim Zeitlinreally fixed crash with strange HDN_GETDISPINFOWs under XP
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-04-01  Vadim Zeitlinimplemented Get(Class)DefaultAttributes()
2004-03-20  Vadim Zeitlinadded wxSetCCUnicodeFormat() and use it in wxTreeCtrl...
2004-02-29  Vadim Zeitlinuse HasFlag() and InXXX() instead of explicit flag...
2004-02-08  Vadim Zeitlinfixed and documented GetItemText/BackgroundColour(...
2004-02-07  Vadim Zeitlinshow first item added with InsertItem() correctly ...
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-27  Julian SmartWinCE 4 cleanup
2003-12-08  Václav Slavíkfixed wrong #ifdefs
2003-12-02  Julian SmartPatches from "Viktor Voroshylo" <viktor@voroshylo.com>
2003-11-28  Julian SmartWinCE patches from "Viktor Voroshylo" <viktor@voroshylo...
2003-10-12  Vadim Zeitlinuse LVSICF_NOINVALIDATEALL in SetItemCount() to reduce...
2003-10-07  Vadim Zeitlinsend END_EDIT label if label editing is cancelled
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-18  Julian SmartApplied patch [ 807164 ] fixes for core library
2003-09-15  Vadim Zeitlinadded wxVALIDATOR_PARAM and use it to avoid warnings...
2003-09-14  Vadim Zeitlinremoved the fudge from GetViewRect(), it isn't needed
2003-09-14  Vadim Zeitlinfixed GetItemSpacing() inconsistency by deprecating...
2003-09-14  Vadim Zeitlinadded wxListCtrl::GetViewRect()
2003-09-10  Vadim Zeitlinreverted previous fix for virtual list control with...
2003-09-10  Vadim Zeitlinattempts to fix virtual list control with Unicode and...
2003-09-04  Stefan Csomormacro naming changes
2003-08-31  Vadim Zeitlinno 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-21  Stefan Csomorextended RTTI support
2003-08-13  Vadim Zeitlinset LVCFMT_IMAGE, this at least allows to show imageso...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-03  Vadim Zeitlinrestored custom drawing (was accidentally disabled...
2003-08-03  Vadim Zeitlinadded wrapper for <commctrl.h> as well
2003-08-02  Vadim Zeitlinavoid using _WIN32_IE
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-06-03  Vadim Zeitlindon't ignore cache hints with from == to
2003-06-01  Julian SmartFixed bug [ 743664 ] wxListCtrl asserts when deleting...
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-05-21  Julian SmartFixed simple border style on wxListCtrl
2003-05-08  Robin DunnPrevent scrolling back to the top when calling SetItemC...
2003-05-07  Julian SmartMore style issues
2003-05-06  Julian SmartRevamped border handling.
2003-04-28  Robin DunnSF Patch #728691, dangling pointer fix
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-03-10  Robin Dunnmore informative error messages
2003-03-10  Robin DunnDon't clear the HWND until after the UnsubclassWin...
2003-03-10  Robin DunnDon't clear the HWND until after the UnsubclassWin...
2003-02-19  Vadim Zeitlinfixed a typo which was preventing any events from being...
2003-01-30  Robin Dunn1. Added m_count and maintain its value in InsertItem...
2003-01-21  Vadim Zeitlincompilation fix for the last check in (sorry)
2003-01-21  Vadim Zeitlinattempt to fix crash in DeleteAllItems()
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-11  Robin DunnFixed some off-by-one and other issues with drawing...
2002-08-30  Julian SmartMods for Wine compilation
2002-08-14  Robin DunnBugfix for wxListCtrl::GetColumn. It wasn't checking...
2002-07-15  Robin DunnPatch #581167
2002-07-02  Mattia BarbonAllow compiling when _WIN32_IE < 0x300
2002-06-28  Robin DunnReturn more items in wxListCtrl::GetColumn.
next