replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
[wxWidgets.git] / src / msw / listctrl.cpp
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...
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
next