comctl32/listview: Remove wrong TODO entry.
[wine] / dlls / comctl32 / listview.c
2009-05-01  Nikolay Sivovcomctl32/listview: Remove wrong TODO entry.
2009-04-30  Nikolay Sivovcomctl32/listview: Check columns array size before...
2009-04-30  Nikolay Sivovcomctl32/listview: Don't draw wrapped focus rectangle.
2009-04-29  Nikolay Sivovcomctl32/listview: Handle LVIF_NORECOMPUTE in LVM_GETIT...
2009-04-29  Nikolay Sivovcomctl32/listview: Handle CCM_[G,S]ETVERSION in listview.
2009-04-27  Nikolay Sivovcomctl32/listview: Fix resizing grid drawing at right...
2009-04-27  Nikolay Sivovcomctl32/listview: Fix horizontal grid line drawing.
2009-04-27  Nikolay Sivovcomctl32/listview: Draw rightmost vertical grid line...
2009-04-27  Nikolay Sivovcomctl32/listview: Remove duplicated iterator initializer.
2009-04-27  Nikolay Sivovcomctl32/listview: Reuse existing variable instead...
2009-04-24  Nikolay Sivovcomctl32/listview: Fix LVM_GETCOLUMNORDERARRAY passing...
2009-04-22  Nikolay Sivovcomctl32/listview: Partial fix for LVM_GETSUBITEMRECT...
2009-04-21  Peter Schauercomctl32/listview: Fix warning from DPA_GetPtr.
2009-04-21  Nikolay Sivovcomctl32/listview: Header should be created when LVS_EX...
2009-04-21  Nikolay Sivovcomctl32/listview: Add a TRACE(..) to LISTVIEW_CreateHe...
2009-04-21  Nikolay Sivovcomctl32/listview: LVM_SETITEM is unsupported on LVS_OW...
2009-04-20  Nikolay Sivovcomctl32/listview: Some tests for LVS_SINGLESEL switchover.
2009-04-20  Nikolay Sivovcomctl32/listview: Fix a regression caused by 9c1a0e468...
2009-04-20  Nikolay Sivovcomctl32/listview: Switching to/from LVS_OWNERDATA...
2009-04-20  Nikolay Sivovcomctl32/listview: Slightly enlarge rectangle when...
2009-04-20  Nikolay Sivovcomctl32/listview: Add a ListView_GetTextBkColor macro.
2009-04-15  Nikolay Sivovcomctl32/listview: Implemented LVM_SORTITEMSEX.
2009-04-15  Nikolay Sivovcomctl32/listview: Fix some comment typos.
2009-04-14  Nikolay Sivovcomctl32/listview: Fix a regression caused by 59148d0bb...
2009-04-14  Nikolay Sivovcomctl32/listview: Fix selection handling in LVM_SORTIT...
2009-04-10  Nikolay Sivovcomctl32/listview: State mask should be ignored on...
2009-04-08  Nikolay Sivovcomctl32/listview: Implement delayed header creation...
2009-04-06  Marcus Meissnercomctl32: Avoid potential overflow in Search Param...
2009-03-13  Nikolay Sivovcomctl32: LVN_ITEMCHANGED notification should be sent...
2009-03-11  Nikolay Sivovcomctl32: Fix item selection with VK_SPACE when Ctrl...
2009-02-19  Igor Tarasovcomctl32: Make listview forward HDN_ITEMCLICK.
2009-02-19  Igor Tarasovcomctl32: Do not send LVN_DELETEITEM on LVM_DELETEALLIT...
2009-02-19  Igor Tarasovcomctl32: Implement LVN_ODFINDITEM.
2009-02-19  Igor Tarasovcomctl32: Make LISTVIEW_ProcessLetterKeys accept Unicod...
2009-02-13  Michael Stefaniuccomctl32: Remove superfluous pointer casts.
2008-11-07  Michael Stefaniuccomctl32: Remove superfluous casts that crept in as...
2008-11-05  Aric Stewartcomctl32: Add implementation of LVS_EX_ONECLICKACTIVATE.
2008-11-03  Michael Stefaniuccomctl32: Do not cast NULL.
2008-10-29  Lei Zhangcomctl32: Reset nEditLabelItem in LISTVIEW_EndEditLabelT.
2008-10-29  Lei Zhangcomctl32: Don't notify if listview edit box contents...
2008-10-29  Lei Zhangcomctl32: Get rid of DragDetect.
2008-10-24  Michael Stefaniuccomctl32: DPA_GetPtr() returns a LPVOID so don't cast...
2008-09-30  Lei Zhangcomctl32: Avoid a divide by zero in listview.
2008-09-15  Andrew Talbotcomctl32: Sign-compare warnings fix.
2008-09-11  Lei Zhangcomctl32: Handle listview dragging better.
2008-09-11  Lei Zhangcomctl32: listview: Prevent DragDetect from removing...
2008-09-04  Nicolas Le Camcomctl32: Implement LVM_GETUNICODEFORMAT.
2008-08-21  Lei Zhangcomctl32: Set listview focus on WM_LBUTTONUP instead...
2008-07-22  Mikołaj Zalewskicomctl32: Don't print ERRs for reflected messages.
2008-06-25  Guy Albertellicomctl32: listview: Implement LVS_NOCOLUMNHEADER suppor...
2008-06-25  Guy Albertellicomctl32: listview: Show the header when updating heade...
2008-06-25  Guy Albertellicomctl32: listview: Change header control create act...
2008-06-21  Lei Zhangcomctl32: Support LVCF_SUBITEM in LVM_GETCOLUMN.
2008-06-18  Lei Zhangcomctl32: Don't rearrange icons / update scroll bar...
2008-05-23  Andrew Talbotcomctl32: Indentation fix.
2008-05-21  Alexandre Julliardcomctl32: Fix extending a multiple listview selection.
2008-05-08  Guy Albertellilistview: Return correct value from WM_NOTIFYFORMAT...
2008-05-07  Francois GougetAssorted spelling fixes.
2008-04-28  Guy Albertellilistview: Correct return value from LVM_GETORIGIN inclu...
2008-04-28  Guy Albertellilistview: Implement 2 pixel decoration at top of report...
2008-04-28  Guy Albertellilistview: Implement LVS_EX_GRIDLINES functionality.
2008-04-14  Andrew Talbotcomctl32: Remove unused variables.
2008-03-20  Lei Zhangcomctl32: Fix listview redraw when deleting items.
2008-03-20  Lei Zhangcomctl32: Correct listview hittest check to include...
2008-03-20  Lei Zhangcomctl32: Redraw listview after changing extended styles.
2008-03-20  Lei Zhangcomctl32: Implement listview checkbox toggle.
2008-02-25  Rob Shearmancomctl32: Rename the dwStyle and dwOldStyle variables...
2008-02-17  Alexandre Julliardcomctl32: Remove unnecessary \n in trace.
2008-02-07  Bang Jun-youngcomctl32: Fix invalid syntax.
2008-01-24  Austin Englishcomctl32: Spelling fixes.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-12-31  Andrew Talbotcomctl32: Remove unneeded casts.
2007-12-11  Thomas Weidenmuellercomctl32: Fix painting bug in listview control.
2007-12-07  Alexandre Julliardcomctl32: Fix a compiler warning.
2007-11-14  Detlef Riekenbergcomctl32: Fix a typo in a debug message.
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-17  Alexandre Julliardcomctl32: Fix a discard const warning.
2007-08-17  Jason Edmeadescomctl32: Listview fails to add a column if mask=0.
2007-06-06  Markus Goemmelcomctl32/listview.c: Ownerdraw font problem during...
2007-06-04  Mikołaj Zalewskicomctl32: listview: Make LVM_GETCOLUMNWIDTH query the...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-15  Francois GougetAssorted spelling fixes.
2007-04-06  Felix Nawothnigcomctl32: Fix item rect calculation.
2007-03-30  Andrew Talbotcomctl32: Cast-qual warnings fix.
2007-03-29  Andrew Talbotcomctl32: Constify some variables.
2007-03-13  Mikołaj Zalewskicomctl32: listview: Compute the state icon rect in...
2007-03-12  Felix Nawothnigcomctl32: Implement LVS_EX_DOUBLEBUFFER.
2007-03-12  Felix Nawothnigcomctl32: Fix my last patch.
2007-03-09  Felix Nawothnigcomctl32: Remove clrTextBkDefault member from LISTVIEW_...
2007-02-28  Felix Nawothnigcomctl32: Update header window in listview WM_PAINT...
2007-02-26  Mikołaj Zalewskicomctl32: listview: Set the style in WM_CREATE.
2007-02-22  Aric Stewartcomctl32: Implement LVM_SETUNICODEFORMAT.
2007-02-14  Felix Nawothnigcomctl32: Remove redundant NULL checks before Free...
2007-02-08  Mikołaj Zalewskicomctl32: listview: Create the LISTVIEW_INFO in WM_NCCR...
2007-02-06  Rob Shearmancomctl32: Fix the computation of the select bounds...
2007-01-18  Francois GougetAssorted spelling fixes.
2007-01-16  Mikołaj Zalewskicomctl32: listview: When shrinking the last column...
2007-01-16  Mikołaj Zalewskicomctl32: listview: A CDRF_SKIPDEFAULT for an item...
2007-01-08  Duane Clarkcomctl32: listview: Allow LVIF_STATE flag in subitems.
2007-01-04  Mike McCormackcomctl32: Check subitem is valid before calling LISTVIE...
next