removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic...
[wxWidgets.git] / src / msw / listctrl.cpp
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.
2002-06-21  Robin DunnRefactored my last change a bit and applied it in anoth...
2002-06-21  Robin DunnThis fixes a crash that would happen when DeleteAllItem...
2002-05-26  Vadim Zeitlinfix for the crash when pressing TAB in the edit control...
2002-05-22  Vadim Zeitlinmingw/cygwin compilation fix (patch 556157)
2002-05-09  Vadim Zeitlinfixed list item attributes when inserting/deleting...
2002-05-08  Vadim Zeitlinadded missing wxListItem copy ctor to wxMSW, moved...
2002-04-24  Ron LeeAdded {S,G}etItem{Text,Background}Colour methods.
2002-04-23  Václav Slavíkadded wx/msw/missing.h
2002-03-06  Mattia BarbonMore fixes for daily builds
2002-03-05  Mattia BarbonMore blind fixes for daily builds
2002-03-04  Mattia BarbonBlind fix for daily builds
2002-02-23  Václav Slavíkfix for (MSLU?) BEGIN/ENDEDITLABEL in Unicode build
2002-02-17  Mattia BarbonBlind fix for Win32 daily builds
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-02-06  Vadim Zeitlingot rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-12-08  Václav Slavíkcompilation fix for Watcom C++
2001-11-22  Vadim Zeitlinminor flicker reduction in the virtual list ctrl
2001-11-21  Vadim Zeitlin1. restored wxEvent::operator=()
2001-11-20  Vadim Zeitlinfix for my old mingw32 cross-compiler
2001-11-17  Vadim Zeitlinimplemented EVT_LIST_ITEM_FOCUSED() for Win32 wxListCtrl
2001-11-16  Vadim Zeitlinadded wxEVT_COMMAND_LIST_ITEM_FOCUSED event and impleme...
2001-11-11  Vadim Zeitlinfixed key event code for ASCII keys in wxListCtrl
2001-10-27  Václav Slavíkapplied wxListCtrl label editing patch
2001-09-26  Vadim Zeitlincompilation/build fixes for wxUniv
2001-09-22  Václav Slavíkw32api 1.1 support
2001-09-15  Václav Slavíkcompilation (hot)fixes for Mingw
2001-09-02  Vadim Zeitlinadded support for column images under MSW
2001-09-01  Václav Slavíkmingw compilation fix, added some defines
2001-09-01  Vadim Zeitlinadded a bunch of new wxListCtrl messages: column right...
2001-08-15  Vadim Zeitlincompilation warning fix
2001-08-14  Robin DunnFixed the drawing of the HRules so they don't try to...
2001-08-14  Robin DunnFixed a bug so wxLC_VRULES works by itself.
2001-08-14  Robin DunnA fix for attribrute sorting, but it's still broken...
2001-08-14  Robin DunnMoved fix from 2.2 branch that allows the attributes...
2001-08-08  Vadim Zeitlindrastically reduced flicker in RefreshItems
2001-08-02  Vadim Zeitlinapplied patch 446014 (misc mingw fixes from Mattia)
2001-07-31  Kendall BennettLatest updates from SciTech code tree including numerou...
2001-07-27  Vadim Zeitlinmingw32/cygwin compilation fixes
2001-07-20  Vadim Zeitlinfilter out garbage Windows sends us via LVN_ODCACHEHINT
2001-07-20  Vadim Zeitlinadded EVT_LIST_COMMAND_CACHE_HINT, implemented it for...
2001-07-14  Vadim Zeitlinbug fix to the recent wxConvertFromMSW change
2001-07-14  Vadim Zeitlinuse LVM_SETITEMSTATE instead of LVM_SETITEM for virtual...
2001-07-14  Vadim Zeitlinimplemented RefreshItem(s) under MSW
2001-07-12  Vadim Zeitlinimplemented attributes support for native virtual list...
2001-07-11  Vadim Zeitlinadded support for item attributes in virtual list control
2001-07-09  Vadim Zeitlinset m_itemIndex in the list events for key down event too
2001-07-07  Vadim Zeitlinapplied some minor patches from chuckm to wxListCtrl
2001-07-07  Vadim Zeitlincheck for LVS_OWNERDATA availability at compile and...
2001-07-05  Vadim Zeitlinadded virtual listctrl support
2001-06-27  Vadim ZeitlinMSW compilation fixes - widgets sample runs!
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-26  Vadim Zeitlinno changes
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
2001-05-16  Julian SmartApplied patch #420395 (adding wxCLIP_SIBBLINGS capabili...
2001-05-10  Václav Slavíkfixed wxListCtrl::EditLabel for MSW (ListView_EditLabel...
next