comctl32/listview: Position edit box after notification.
[wine] / dlls / comctl32 / listview.c
2009-06-08  Nikolay Sivovcomctl32/listview: Position edit box after notification.
2009-06-08  Nikolay Sivovcomctl32/listview: Edit box should be destroyed on...
2009-06-08  Andrew Talbotcomctl32: Constify some variables.
2009-06-05  Nikolay Sivovcomctl32/listview: Improve column scrolling.
2009-06-05  Nikolay Sivovcomctl32/listview: Partially revert commit 43d982fde6b3...
2009-06-04  Nikolay Sivovcomctl32/listview: Improve grid drawing on LVS_EX_GRIDL...
2009-06-04  Nikolay Sivovcomctl32/listview: Improve item visibility calculation...
2009-06-04  Nikolay Sivovcomctl32/listview: Some tests for LVS_SORT[A,DE]SCENDIN...
2009-06-03  Nikolay Sivovcomctl32/listview: Implement LVM_SETVIEW.
2009-06-03  Nikolay Sivovcomctl32/listview: Implement LVM_GETVIEW.
2009-06-03  Nikolay Sivovcomctl32/listview: Handle EN_KILLFOCUS in WM_COMMAND...
2009-06-02  Nikolay Sivovcomctl32/listview: Block LVM_EDITLABEL when control...
2009-06-01  Nikolay Sivovcomctl32/listview: Fix item bounds calculation for...
2009-06-01  Nikolay Sivovcomctl32/listview: Item horizontal position isn't appli...
2009-05-29  Nikolay Sivovcomctl32/listview: Don't offset subitem rectangles...
2009-05-29  Nikolay Sivovcomctl32/listview: Fix regression on LVIR_BOUNDS reques...
2009-05-29  Nikolay Sivovcomctl32/listview: Use NMITEMACTIVATE instead of NMLIST...
2009-05-27  Nikolay Sivovcomctl32/listview: Move item position calculation out...
2009-05-27  Nikolay Sivovcomctl32/listview: LVM_GETITEMRECT: don't offset to...
2009-05-26  Nikolay Sivovcomctl32/listview: Improve item position calculating...
2009-05-26  Nikolay Sivovcomctl32/listview: LVM_GETVIEWRECT is unsupported on...
2009-05-25  André Hentschelcomctl32: Add ListView_SetCheckState and ListView_GetCh...
2009-05-25  Nikolay Sivovcomctl32/listview: Don't hittest when it's not needed.
2009-05-25  Nikolay Sivovcomctl32/listview: Simplify key selection handler a...
2009-05-25  Nikolay Sivovcomctl32/listview: Reuse cached control style.
2009-05-25  Nikolay Sivovcomctl32/listview: Remove duplicated expression.
2009-05-25  Nikolay Sivovcomctl32/listview: Fix returning LVHT_ONITEMSTATEICON...
2009-05-25  Nikolay Sivovcomctl32/listview: Draw focus rectangle only when visible.
2009-05-21  Nikolay Sivovcomctl32/listview: Update focus rectangle properly.
2009-05-21  Nikolay Sivovcomctl32/listview: Don't use uninitialized value.
2009-05-20  Nikolay Sivovcomctl32/listview: Fix hittesting for LVS_REPORT subitems.
2009-05-19  Nikolay Sivovcomctl32/listview: Handle mouse selections more accurately.
2009-05-13  Nikolay Sivovcomctl32/listview: Don't check for state changes we...
2009-05-12  Nikolay Sivovcomctl32/header: Make Header_* macros match PSDK.
2009-05-11  Nikolay Sivovcomctl32/listview: Don't redraw focus rectangle on...
2009-05-11  Nikolay Sivovcomctl32/listview: Select all items with LVM_SETITEMSTA...
2009-05-11  Nikolay Sivovcomctl32/listview: Remove superfluous forward declarations.
2009-05-07  Nikolay Sivovcomctl32/listview: Add tests for LVS_NOSORTHEADER switc...
2009-05-07  Nikolay Sivovcomctl32/listview: Remove irrelevant fixme comment.
2009-05-05  Nikolay Sivovcomctl32/listview: Use handlers instead of sending...
2009-05-04  Nikolay Sivovcomctl32/listview: Forward WM_ERASEBKGND to parent...
2009-05-04  Nikolay Sivovcomctl32/listview: Fix LVM_INSERTITEM handling on LVS_S...
2009-05-04  Francois GougetAssorted spelling fixes.
2009-05-01  Nikolay Sivovcomctl32/listview: Fix wrong function description.
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.
next