From: Angelo Haller <angelo(a)szanni.org>
The following patches fix sending of the LVN_ODSTATECHANGED notification for
LVS_OWNERDATA list views, adding more refined tests in the process and
fixing various bugs.
Warning: I have had access to the Windows Research Kernel (WRK) 1.2
~10 years ago. These changes are regarding comctrl32 & tests which are NOT
part of the WRK. As outlined in https://wiki.winehq.org/Developer_FAQ this
should therefore satisfy the requirement of ONLY submitting patches to
components I have NOT had access to.
Angelo Haller (6):
comctl32/tests: Expand ownerdata listview tests.
comctl32/listview: Move LVN_ODSTATECHANGED notification to function.
comctl32/listview: Send LVN_ODSTATECHANGED only for virtual lists.
comctl32/listview: Send LVN_ODSTATECHANGED notification.
comctl32/listview: Send LVN_ODSTATECHANGED only for true ranges.
comctl32/listview: Fix deselect on LVS_OWNERDATA.
dlls/comctl32/listview.c | 71 ++++++++++++++++++++++++++--------
dlls/comctl32/tests/listview.c | 59 ++++++++++++++++++++++++----
2 files changed, 105 insertions(+), 25 deletions(-)
Signed-off-by: Angelo Haller <angelo(a)szanni.org>
--
2.36.0
--
v2: ntdll: Split RtlSizeHeap to a separate heap_size helper.
ntdll: Split RtlReAllocateHeap to a separate heap_reallocate helper.
ntdll: Split RtlFreeHeap to a separate heap_free helper.
ntdll: Split RtlAllocateHeap to a separate heap_allocate helper.
ntdll: Split HEAP_IsRealArena to heap_validate and heap_validate_ptr.
ntdll: Lock heap critical section outside of HEAP_IsRealArena.
https://gitlab.winehq.org/wine/wine/-/merge_requests/55