2002-06-10 |
Paul Rupe | Support for LVM_SUBITEMHITTEST; check for out-of-bounds... |
blob | commitdiff | raw |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-16 |
Steven Edwards | Fixed snprintf warnings. |
blob | commitdiff | raw | diff to current |
2002-05-14 |
Aric Stewart | Do not invalidate the rect while drawing. |
blob | commitdiff | raw | diff to current |
2002-04-11 |
Uwe Bonnes | LISTVIEW_GetColumnT: care for the format of the string. |
blob | commitdiff | raw | diff to current |
2002-03-20 |
Duane Clark | Add LVS_NOSORTHEADER support. |
blob | commitdiff | raw | diff to current |
2002-03-11 |
Duane Clark | Add support for report mode text justification. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-28 |
Duane Clark | Ask for correct number of chars in EditLblWndProcT. |
blob | commitdiff | raw | diff to current |
2002-02-28 |
Duane Clark | LISTVIEW_InsertColumnT can be called with a width of |
blob | commitdiff | raw | diff to current |
2002-02-27 |
Bill Medland | Centre text correctly for the selected item. |
blob | commitdiff | raw | diff to current |
2002-02-25 |
Gerard Patel | LVM_GetItemRect should not take text size in account... |
blob | commitdiff | raw | diff to current |
2002-02-22 |
Bill Medland | Implement multiline labels in the Large Item view by... |
blob | commitdiff | raw | diff to current |
2002-02-19 |
Ondrej Macek | Fix of ListView invalidation in LISTVIEW_SetBkColor. |
blob | commitdiff | raw | diff to current |
2002-02-12 |
Guy L. Albertelli | Correct tests involved with processing the LVIF_DI_SETI... |
blob | commitdiff | raw | diff to current |
2002-02-05 |
Alexandre Julliard | Authors: Guy L. Albertelli <galberte@neo.lrun.com>... |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Dimitrie O. Paun | Complete Listview Unicodification. |
blob | commitdiff | raw | diff to current |
2002-02-02 |
Huw D M Davies | Flip A<->W conversion in dispinfo_notifyT. |
blob | commitdiff | raw | diff to current |
2002-01-31 |
Gerard Patel | Don't repaint header when scrolling a listview vertically. |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Gerard Patel | Fix problems with listview notification. |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Dimitrie O. Paun | Simplify and fix listview ellipsification of large... |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Gerard Patel | Avoid converting nonexistent text from A->W. |
blob | commitdiff | raw | diff to current |
2002-01-18 |
Dimitrie O. Paun | - Make the ListView control Unicode ready. |
blob | commitdiff | raw | diff to current |
2001-08-21 |
Gerard Patel | Rect returned by LISTVIEW_GetItemRect should be total... |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Guy L. Albertelli | Remember response from LVN_GETDISPINFO if user sets... |
blob | commitdiff | raw | diff to current |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
blob | commitdiff | raw | diff to current |
2001-04-18 |
James Hatheway | Eliminate unitialized garbage being returned from LISTV... |
blob | commitdiff | raw | diff to current |
2001-04-16 |
Francois Gouget | GetItemSpacing(true): Return the default item spacing... |
blob | commitdiff | raw | diff to current |
2001-04-04 |
Rein Klazes | Fixed scrolling of listview with a mouse wheel. |
blob | commitdiff | raw | diff to current |
2001-03-05 |
Francois Gouget | Update nSelectionMark and nFocusedItem when inserting... |
blob | commitdiff | raw | diff to current |
2001-03-04 |
Francois Gouget | In LISTVIEW_AddGroupSelection and LISTVIEW_SetGroupSele... |
blob | commitdiff | raw | diff to current |
2001-02-28 |
Francois Gouget | Small 'typos in comments' fixes. |
blob | commitdiff | raw | diff to current |
2001-02-16 |
James Hatheway | Update selection after sorting (in LISTVIEW_SortItems... |
blob | commitdiff | raw | diff to current |
2001-02-15 |
James Hatheway | Send LVN_DELETEITEM notification first, to avoid crashe... |
blob | commitdiff | raw | diff to current |
2001-02-14 |
François Gouget | ListView_GetItemRect already sets rc.left. |
blob | commitdiff | raw | diff to current |
2001-02-12 |
François Gouget | Fix (rewrite), and add documentation to LISTVIEW_Proces... |
blob | commitdiff | raw | diff to current |
2001-02-12 |
Chris Morgan | Fix ListView_GetItemRect() macro. |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Gerard Patel | Misc fixes in LISTVIEW_SetImageList, LISTVIEW_SetItemCount, |
blob | commitdiff | raw | diff to current |
2001-01-17 |
Ulrich Czekalla | Only adjust item rect by horizontal scrollbar offset... |
blob | commitdiff | raw | diff to current |
2001-01-09 |
François Gouget | Test for NULL and LPSTR_TEXTCALLBACK before using lpCol... |
blob | commitdiff | raw | diff to current |
2001-01-09 |
Ulrich Czekalla | Adjust item rects by horizontal scrollbar offset. |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Aric Stewart | Ownerdata listviews were not clearing previously select... |
blob | commitdiff | raw | diff to current |
2000-11-08 |
Aric Stewart | Implemented VK_PRIOR and VK_NEXT processing (merged... |
blob | commitdiff | raw | diff to current |
2000-11-07 |
Aric Stewart | Implemented the RedrawItems message for a listview. |
blob | commitdiff | raw | diff to current |
2000-11-01 |
Alexandre Julliard | Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie... |
blob | commitdiff | raw | diff to current |
2000-10-31 |
Francois Gouget | Use PS_ALTERNATE rather than PS_DOT. |
blob | commitdiff | raw | diff to current |
2000-10-31 |
Aric Stewart | Fixed cancels editing of a listview label if the listvi... |
blob | commitdiff | raw | diff to current |
2000-10-22 |
Marcus Meissner | Do not set the iSubItem part of the struct for LVM_HITTEST, |
blob | commitdiff | raw | diff to current |
2000-10-19 |
James Hatheway | Fix messages sent when right-clicking in a blank (non... |
blob | commitdiff | raw | diff to current |
2000-10-19 |
Chris Morgan | Recalculate nItemHeight when LVS_SETIMAGELIST is called... |
blob | commitdiff | raw | diff to current |
2000-10-17 |
Chris Morgan | Implement LVM_SETITEMPOSITION32. |
blob | commitdiff | raw | diff to current |
2000-10-13 |
Andreas Mohr | - stupid spelling fixes |
blob | commitdiff | raw | diff to current |
2000-10-13 |
Stephane Lussier | Subitems of listviews were not painted with the right... |
blob | commitdiff | raw | diff to current |
2000-10-12 |
Stephane Lussier | - Background should not be drawn if the background... |
blob | commitdiff | raw | diff to current |
2000-10-12 |
Aric Stewart | Corrected some segvs that occur with ownerdata listviews. |
blob | commitdiff | raw | diff to current |
2000-09-22 |
Chris Morgan | Paint background before drawing item and subitems.... |
blob | commitdiff | raw | diff to current |
2000-09-22 |
Aric Stewart | Correct some situations with listview selections. Speci... |
blob | commitdiff | raw | diff to current |
2000-09-19 |
Stephane Lussier | Notification NM_CLICK, NM_RCLICK and NM_DBLCLK sent... |
blob | commitdiff | raw | diff to current |
2000-09-18 |
Stephane Lussier | Sorting items in a listview using LVW_SORTITEMS is... |
blob | commitdiff | raw | diff to current |
2000-09-16 |
Stephane Lussier | Allow having a transparent background text color for... |
blob | commitdiff | raw | diff to current |
2000-09-12 |
Chris Morgan | Hide the vertical scrollbar when listview style is... |
blob | commitdiff | raw | diff to current |
2000-09-06 |
Aric Stewart | Implemented both customdraw message sending and handlin... |
blob | commitdiff | raw | diff to current |
2000-08-29 |
Andreas Mohr | Always call LISTVIEW_SetSelection() for an item, even... |
blob | commitdiff | raw | diff to current |
2000-08-23 |
Susan Farley | Large caption icons should end in '...' when they are... |
blob | commitdiff | raw | diff to current |
2000-08-21 |
Aric Stewart | Beginning of some simple optimization of the listview |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Niclas Karlsson... | LPSTR_TEXTCALLBACK wouldn't work if the application... |
blob | commitdiff | raw | diff to current |
2000-08-11 |
Aric Stewart | Fixed sending of LVN_ITEMCHANGING and LVN_ITEMCHANGED... |
blob | commitdiff | raw | diff to current |
2000-08-09 |
Alexandre Julliard | Removed all non-standard common control headers from... |
blob | commitdiff | raw | diff to current |
2000-08-08 |
Aric Stewart | Reworked how selections are kept track of in the list... |
blob | commitdiff | raw | diff to current |
2000-08-04 |
Patrik Stridvall | Fixed some warnings. |
blob | commitdiff | raw | diff to current |
2000-08-03 |
Aric Stewart | - Fixed bug where InitSubItem was doing a ZeroMemory... |
blob | commitdiff | raw | diff to current |
2000-08-01 |
Matthew Lake | Fixed a segfault problem using the standard file open... |
blob | commitdiff | raw | diff to current |
2000-08-01 |
Aric Stewart | Fixed a few bugs including one with setting extended... |
blob | commitdiff | raw | diff to current |
2000-07-25 |
Aric Stewart | Prevent the attempt to draw invalid image indexes. |
blob | commitdiff | raw | diff to current |
2000-07-23 |
Aric Stewart | Handle the case where the function SetItem is called... |
blob | commitdiff | raw | diff to current |
2000-07-08 |
James Hatheway | Only use the column headers to calculate the width... |
blob | commitdiff | raw | diff to current |
2000-06-04 |
Chris Morgan | Finished the implementation of LISTVIEW_SetColumnWidth... |
blob | commitdiff | raw | diff to current |
2000-06-03 |
Jason Mawdsley | Added support for typing the filename in the listview... |
blob | commitdiff | raw | diff to current |
2000-05-24 |
Martin Fuchs | Inserted a missing call to SetWindowPos(). With this... |
blob | commitdiff | raw | diff to current |
2000-05-23 |
Aric Stewart | If a listview is created with LVS_NOCOLUMNEHEADER then... |
blob | commitdiff | raw | diff to current |
2000-05-19 |
Chris Morgan | Update nItemWidth in LISTVIEW_SetItem() if LVS_LIST... |
blob | commitdiff | raw | diff to current |
2000-05-11 |
Patrik Stridvall | Fixed issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-05-10 |
Gerard Patel | Protect against use of comctl32 private control memory... |
blob | commitdiff | raw | diff to current |
2000-05-07 |
Chris Morgan | Implemented ListView_SetHoverTime(), ListView_GetHoverT... |
blob | commitdiff | raw | diff to current |
2000-04-18 |
Stephane Lussier | Implemented Mousewheel support. |
blob | commitdiff | raw | diff to current |
2000-04-09 |
Richard Cohen | GetItem was returning the item instead of subitem info. |
blob | commitdiff | raw | diff to current |
2000-02-27 |
Pierre Mageau | Don't display the context menu on a double click. |
blob | commitdiff | raw | diff to current |
2000-02-13 |
Alexandre Julliard | Removed superfluous GlobalFindAtom calls. |
blob | commitdiff | raw | diff to current |
1999-12-25 |
Francois Gouget | Better support very long strings by avoiding to copy... |
blob | commitdiff | raw | diff to current |
1999-12-05 |
Francois Gouget | Whenever we do an strncpy we should make sure we put... |
blob | commitdiff | raw | diff to current |
1999-11-23 |
Eric Kohl | - implemented simple column order array functionality |
blob | commitdiff | raw | diff to current |
1999-11-07 |
Pierre Mageau | - Fixed an error for scrolling in Listview (sometimes... |
blob | commitdiff | raw | diff to current |
1999-11-04 |
Ulrich Czekalla | Set proper item focus on DeleteItem. |
blob | commitdiff | raw | diff to current |
1999-10-31 |
Pierre Mageau | In report view mode of the listview control, implemente... |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Pierre Mageau | Added the functionality of the thumb track. |
blob | commitdiff | raw | diff to current |
1999-10-23 |
Pierre Mageau | Update the item width upon a new column in the header... |
blob | commitdiff | raw | diff to current |
1999-10-23 |
Ulrich Czekalla | Implementation of edit labels. |
blob | commitdiff | raw | diff to current |
1999-10-23 |
Ulrich Czekalla | Properly copy text into user supplied buffer. |
blob | commitdiff | raw | diff to current |
1999-10-23 |
Noomen Hamza | Listview items will be drawn with the right item dimens... |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Juergen Schmied | - implemented sorting the listview by clicking on the... |
blob | commitdiff | raw | diff to current |
next |