Added netapi32.dll and the Netbios() call.
[wine] / dlls / comctl32 / listview.c
2001-08-21  Gerard PatelRect returned by LISTVIEW_GetItemRect should be total...
2001-07-02  Guy L. AlbertelliRemember response from LVN_GETDISPINFO if user sets...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-18  James HathewayEliminate unitialized garbage being returned from LISTV...
2001-04-16  Francois GougetGetItemSpacing(true): Return the default item spacing...
2001-04-04  Rein KlazesFixed scrolling of listview with a mouse wheel.
2001-03-05  Francois GougetUpdate nSelectionMark and nFocusedItem when inserting...
2001-03-04  Francois GougetIn LISTVIEW_AddGroupSelection and LISTVIEW_SetGroupSele...
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-16  James HathewayUpdate selection after sorting (in LISTVIEW_SortItems...
2001-02-15  James HathewaySend LVN_DELETEITEM notification first, to avoid crashe...
2001-02-14  François GougetListView_GetItemRect already sets rc.left.
2001-02-12  François GougetFix (rewrite), and add documentation to LISTVIEW_Proces...
2001-02-12  Chris MorganFix ListView_GetItemRect() macro.
2001-01-22  Gerard PatelMisc fixes in LISTVIEW_SetImageList, LISTVIEW_SetItemCount,
2001-01-17  Ulrich CzekallaOnly adjust item rect by horizontal scrollbar offset...
2001-01-09  François GougetTest for NULL and LPSTR_TEXTCALLBACK before using lpCol...
2001-01-09  Ulrich CzekallaAdjust item rects by horizontal scrollbar offset.
2000-11-29  Aric StewartOwnerdata listviews were not clearing previously select...
2000-11-08  Aric StewartImplemented VK_PRIOR and VK_NEXT processing (merged...
2000-11-07  Aric StewartImplemented the RedrawItems message for a listview.
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-31  Francois GougetUse PS_ALTERNATE rather than PS_DOT.
2000-10-31  Aric StewartFixed cancels editing of a listview label if the listvi...
2000-10-22  Marcus MeissnerDo not set the iSubItem part of the struct for LVM_HITTEST,
2000-10-19  James HathewayFix messages sent when right-clicking in a blank (non...
2000-10-19  Chris MorganRecalculate nItemHeight when LVS_SETIMAGELIST is called...
2000-10-17  Chris MorganImplement LVM_SETITEMPOSITION32.
2000-10-13  Andreas Mohr- stupid spelling fixes
2000-10-13  Stephane LussierSubitems of listviews were not painted with the right...
2000-10-12  Stephane Lussier- Background should not be drawn if the background...
2000-10-12  Aric StewartCorrected some segvs that occur with ownerdata listviews.
2000-09-22  Chris MorganPaint background before drawing item and subitems....
2000-09-22  Aric StewartCorrect some situations with listview selections. Speci...
2000-09-19  Stephane LussierNotification NM_CLICK, NM_RCLICK and NM_DBLCLK sent...
2000-09-18  Stephane LussierSorting items in a listview using LVW_SORTITEMS is...
2000-09-16  Stephane LussierAllow having a transparent background text color for...
2000-09-12  Chris MorganHide the vertical scrollbar when listview style is...
2000-09-06  Aric StewartImplemented both customdraw message sending and handlin...
2000-08-29  Andreas MohrAlways call LISTVIEW_SetSelection() for an item, even...
2000-08-23  Susan FarleyLarge caption icons should end in '...' when they are...
2000-08-21  Aric StewartBeginning of some simple optimization of the listview
2000-08-14  Niclas Karlsson... LPSTR_TEXTCALLBACK wouldn't work if the application...
2000-08-11  Aric StewartFixed sending of LVN_ITEMCHANGING and LVN_ITEMCHANGED...
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-08-08  Aric StewartReworked how selections are kept track of in the list...
2000-08-04  Patrik StridvallFixed some warnings.
2000-08-03  Aric Stewart- Fixed bug where InitSubItem was doing a ZeroMemory...
2000-08-01  Matthew LakeFixed a segfault problem using the standard file open...
2000-08-01  Aric StewartFixed a few bugs including one with setting extended...
2000-07-25  Aric StewartPrevent the attempt to draw invalid image indexes.
2000-07-23  Aric StewartHandle the case where the function SetItem is called...
2000-07-08  James HathewayOnly use the column headers to calculate the width...
2000-06-04  Chris MorganFinished the implementation of LISTVIEW_SetColumnWidth...
2000-06-03  Jason MawdsleyAdded support for typing the filename in the listview...
2000-05-24  Martin FuchsInserted a missing call to SetWindowPos(). With this...
2000-05-23  Aric StewartIf a listview is created with LVS_NOCOLUMNEHEADER then...
2000-05-19  Chris MorganUpdate nItemWidth in LISTVIEW_SetItem() if LVS_LIST...
2000-05-11  Patrik StridvallFixed issues found by winapi_check.
2000-05-10  Gerard PatelProtect against use of comctl32 private control memory...
2000-05-07  Chris MorganImplemented ListView_SetHoverTime(), ListView_GetHoverT...
2000-04-18  Stephane LussierImplemented Mousewheel support.
2000-04-09  Richard CohenGetItem was returning the item instead of subitem info.
2000-02-27  Pierre MageauDon't display the context menu on a double click.
2000-02-13  Alexandre JulliardRemoved superfluous GlobalFindAtom calls.
1999-12-25  Francois GougetBetter support very long strings by avoiding to copy...
1999-12-05  Francois GougetWhenever we do an strncpy we should make sure we put...
1999-11-23  Eric Kohl- implemented simple column order array functionality
1999-11-07  Pierre Mageau- Fixed an error for scrolling in Listview (sometimes...
1999-11-04  Ulrich CzekallaSet proper item focus on DeleteItem.
1999-10-31  Pierre MageauIn report view mode of the listview control, implemente...
1999-10-24  Pierre MageauAdded the functionality of the thumb track.
1999-10-23  Pierre MageauUpdate the item width upon a new column in the header...
1999-10-23  Ulrich CzekallaImplementation of edit labels.
1999-10-23  Ulrich CzekallaProperly copy text into user supplied buffer.
1999-10-23  Noomen HamzaListview items will be drawn with the right item dimens...
1999-10-13  Juergen Schmied- implemented sorting the listview by clicking on the...
1999-09-10  Luc TourangeauFixed LISTVIEW_GetItemRect: the calculations were off...
1999-09-03  Marcus MeissnerImplemented LVM_INSERTCOLUMNW and LVM_INSERTITEMW by...
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-31  Eric KohlSome more messages.
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-22  Eric PouechThou shalt not use C++ comments.
1999-06-13  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-29  Luc Tourangeau- Reimplemented the scrolling using SetScrollInfo and...
1999-05-24  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-05-23  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-05-22  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-01  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-04-25  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-01  Luc TourangeauAdded support for icon and smallicon views.
1999-03-16  Marcus MeissnerRemoved no longer necessary win.h include, added now...
1999-03-13  Alexandre JulliardFixed make depend
1999-03-12  Luc TourangeauChanged the listview control to add the report view...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Luc TourangeauPreliminary listview control implementation.
next