Don't use any icon for items inserted without one in wxMSW wxListCtrl.
[wxWidgets.git] / src / msw / listctrl.cpp
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...
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
next