Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32,twain,winmm} for
[wine] / dlls / comctl32 / listview.c
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-08-29  Guy L. Albertelli- Reduce the number of messages being passed to itself...
2002-08-27  Mike McCormackChange the icon spacing when setting the image list.
2002-08-27  Aric StewartWindows expects the edit window to hang around and...
2002-07-23  Guy L. Albertelli- Implement LVM_SCROLL and adjust scrolling for all...
2002-07-16  Bill MedlandDeleteColumn should return success even for uOwnerData.
2002-07-10  Guy L. Albertelli- Improve traces.
2002-06-21  Vincent BéronFixed some various comparisons wrt signedness.
2002-06-10  Paul RupeSupport for LVM_SUBITEMHITTEST; check for out-of-bounds...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-16  Steven EdwardsFixed snprintf warnings.
2002-05-14  Aric StewartDo not invalidate the rect while drawing.
2002-04-11  Uwe BonnesLISTVIEW_GetColumnT: care for the format of the string.
2002-03-20  Duane ClarkAdd LVS_NOSORTHEADER support.
2002-03-11  Duane ClarkAdd support for report mode text justification.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-28  Duane ClarkAsk for correct number of chars in EditLblWndProcT.
2002-02-28  Duane ClarkLISTVIEW_InsertColumnT can be called with a width of
2002-02-27  Bill MedlandCentre text correctly for the selected item.
2002-02-25  Gerard PatelLVM_GetItemRect should not take text size in account...
2002-02-22  Bill MedlandImplement multiline labels in the Large Item view by...
2002-02-19  Ondrej MacekFix of ListView invalidation in LISTVIEW_SetBkColor.
2002-02-12  Guy L. AlbertelliCorrect tests involved with processing the LVIF_DI_SETI...
2002-02-05  Alexandre JulliardAuthors: Guy L. Albertelli <galberte@neo.lrun.com>...
2002-02-04  Dimitrie O. PaunComplete Listview Unicodification.
2002-02-02  Huw D M DaviesFlip A<->W conversion in dispinfo_notifyT.
2002-01-31  Gerard PatelDon't repaint header when scrolling a listview vertically.
2002-01-29  Gerard PatelFix problems with listview notification.
2002-01-29  Dimitrie O. PaunSimplify and fix listview ellipsification of large...
2002-01-29  Gerard PatelAvoid converting nonexistent text from A->W.
2002-01-18  Dimitrie O. Paun- Make the ListView control Unicode ready.
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...
next