comctl32/listview: Implement LVS_EX_HEADERINALLVIEWS.
[wine] / dlls / comctl32 / tests / listview.c
2009-11-30  Nikolay Sivovcomctl32/listview: Implement LVS_EX_HEADERINALLVIEWS.
2009-11-30  Nikolay Sivovcomctl32/listview: Default column width in LVS_LIST...
2009-11-23  Nikolay Sivovcomctl32/listview: Add support for LVFI_SUBSTRING.
2009-11-23  Nikolay Sivovcomctl32/listview: Fix find using partial string logic.
2009-11-23  Nikolay Sivovcomctl32/listview: Send LVN_ENDLABELEDIT in any case...
2009-11-23  Nikolay Sivovcomctl32/listview: Don't forward WM_COMMAND (EN_KILLFOC...
2009-11-23  Nikolay Sivovcomctl32/listview: Do nothing on LVM_CANCELEDITLABEL...
2009-10-21  Nikolay Sivovcomctl32/tests: Release activation context handle when...
2009-10-12  Nikolay Sivovcomctl32: Don't use additional heap allocated pointer...
2009-10-08  Francois Gougetcomctl32/tests: Make test_ApproximateViewRect() static.
2009-10-07  Aric Stewartcomctl32/tests: LISTVIEW_ApproximateViewRect tests...
2009-09-24  Nikolay Sivovcomctl32/listview: Skip icon spacing tests when unsuppo...
2009-09-24  Nikolay Sivovcomctl32/listview: Skip some header tests on version...
2009-09-23  Nikolay Sivovcomctl32/listview: Skip LVS_EX_CHECKBOXES tests when...
2009-09-09  Nikolay Sivovcomctl32/header: Add XP SP3 workaround for Header tests...
2009-09-08  Nikolay Sivovcomctl32/listview: Implement LVS_EX_TRANSPARENTBKGND...
2009-09-01  Nikolay Sivovcomctl32/listview: Call default handler for WM_PAINT...
2009-08-18  Alexandre Julliardcomctl32/tests: Fix a number of listview message test...
2009-08-13  Owen Rudgecomctl32/tests: Move v6 test initialisation routines...
2009-08-13  Nikolay Sivovcomctl32/listview: Block redrawing entirely after WM_SE...
2009-08-12  Nikolay Sivovcomctl32/listview: Some tests to show we don't handle...
2009-08-04  Nikolay Sivovcomctl32/listview: Enable column reordering.
2009-08-03  Nikolay Sivovcomctl32/listview: Fix some test failures on comctl32...
2009-07-24  Nikolay Sivovcomctl32/listview: Don't alter selection mark in LVM_SE...
2009-07-24  Nikolay Sivovcomctl32/listview: Set LVIS_FOCUSED for all items with...
2009-07-24  Nikolay Sivovcomctl32/listview: Handle NULL lParam in LVM_SETITEMSTATE.
2009-07-24  Nikolay Sivovcomctl32/listview: Additional tests for LVM_SETITEMSTAT...
2009-07-22  Nikolay Sivovcomctl32/listview: LVM_SETITEMSTATE - select all item...
2009-07-08  Nikolay Sivovcomctl32/listview: Basic LVN_(BEGIN|END)SCROLL tests.
2009-07-08  Nikolay Sivovcomctl32/listview: A basic test for column width defaul...
2009-07-07  Nikolay Sivovcomctl32/listview: Fix hittest flag calculation for...
2009-07-07  Nikolay Sivovcomctl32/listview: Fix hittesting for "small" positive...
2009-07-07  Nikolay Sivovcomctl32/listview: More LVM_*HITTEST tests.
2009-07-06  Nikolay Sivovcomctl32/listview: Fix some test failures on 4.7x.
2009-07-06  Nikolay Sivovcomctl32/listview: Basic LVM_GETITEMSPACING tests.
2009-07-03  Nikolay Sivovcomctl32/listview: Remove parent creation test. It...
2009-07-02  Nikolay Sivovcomctl32/listview: Fix select rectangle calculation...
2009-07-01  Nikolay Sivovcomctl32/listview: Improve hittesting a bit.
2009-06-23  Nikolay Sivovcomctl32/listview: Notify parent with WM_MEASUREITEM...
2009-06-23  Nikolay Sivovcomctl32/listview: Test for parent sequence when creati...
2009-06-22  Francois GougetAssorted spelling fixes.
2009-06-22  Nikolay Sivovcomctl32/listview: XP SP3 comctl32 V6 test workaround.
2009-06-22  Nikolay Sivovcomctl32/listview: Fix a test failure on 4.7x.
2009-06-22  Nikolay Sivovcomctl32/listview: Implement LVM_MAPIDTOINDEX/LVM_MAPIN...
2009-06-22  Nikolay Sivovcomctl32/listview: Basic LVM_MAPINDEXTOID tests.
2009-06-22  Nikolay Sivovcomctl32/listview: Implement LVM_CANCELEDITLABEL with...
2009-06-19  Nikolay Sivovcomctl32/listview: Add ability to test comctl32 version...
2009-06-19  Francois Gougetcomctl32/tests: Make DummyCompareEx() static.
2009-06-18  Nikolay Sivovcomctl32/listview: Fix test crashes on comctl32 <5.80.
2009-06-16  Nikolay Sivovcomctl32/listview: Convert forwarded header notificatio...
2009-06-15  Nikolay Sivovcomctl32/listview: Setting item text to callback stub...
2009-06-11  Nikolay Sivovcomctl32/listview: Don't use special value (1) for...
2009-06-10  Nikolay Sivovcomctl32/listview: Implement callback functionality...
2009-06-10  Nikolay Sivovcomctl32/listview: Test for indentation callback.
2009-06-09  Nikolay Sivovcomctl32/listview: Fix item count tests to be dpi aware.
2009-06-08  Nikolay Sivovcomctl32/listview: Defaulting to NFR_ANSI on query...
2009-06-08  Nikolay Sivovcomctl32/listview: Position edit box after notification.
2009-06-08  Nikolay Sivovcomctl32/listview: Test showing that Edit box should...
2009-06-08  Nikolay Sivovcomctl32/listview: Edit box should be destroyed on...
2009-06-05  Alexandre Julliardcomctl32/tests: Avoid size_t in traces.
2009-06-05  Nikolay Sivovcomctl32/listview: Partially revert commit 43d982fde6b3...
2009-06-04  Nikolay Sivovcomctl32/listview: Some tests for LVS_SORT[A,DE]SCENDIN...
2009-06-03  Nikolay Sivovcomctl32/listview: Handle EN_KILLFOCUS in WM_COMMAND...
2009-06-03  Nikolay Sivovcomctl32/listview: EN_KILLFOCUS handling test.
2009-06-02  Nikolay Sivovcomctl32/listview: Block LVM_EDITLABEL when control...
2009-06-01  Nikolay Sivovcomctl32/listview: Some tests for LVM_EDITLABEL.
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: A bunch of LVM_GETSUBITEMRECT tests.
2009-05-28  Alexandre Julliardcomctl32/tests: Replace a listview macro by an explicit...
2009-05-27  Nikolay Sivovcomctl32/listview: LVM_GETITEMRECT: don't offset to...
2009-05-27  Nikolay Sivovcomctl32/listview: Fix some LVM_GETVIEWRECT test failur...
2009-05-27  Nikolay Sivovcomctl32/listview: Some LVM_GETITEMRECT tests.
2009-05-26  Nikolay Sivovcomctl32/listview: Improve item position calculating...
2009-05-26  Nikolay Sivovcomctl32/listview: A couple of LVM_GETITEMPOSITION...
2009-05-26  Nikolay Sivovcomctl32/listview: LVM_GETVIEWRECT is unsupported on...
2009-05-26  Nikolay Sivovcomctl32/listview: Basic LVM_GETVIEWRECT tests.
2009-05-25  Nikolay Sivovcomctl32/listview: Fix returning LVHT_ONITEMSTATEICON...
2009-05-22  Nikolay Sivovcomctl32/tests: A bunch of ListView hittest tests.
2009-05-21  Nikolay Sivovcomctl32/tests: A basic test for ListView WM_SETREDRAW.
2009-05-18  Nikolay Sivovcomctl32/tests: Don't use magic numbers for ListView...
2009-05-13  Nikolay Sivovcomctl32/listview: Don't check for state changes we...
2009-05-12  Nikolay Sivovcomctl32/listview: A couple of tests for changing item...
2009-05-11  Nikolay Sivovcomctl32/listview: Select all items with LVM_SETITEMSTA...
2009-05-07  Nikolay Sivovcomctl32/listview: Add tests for LVS_NOSORTHEADER switc...
2009-05-04  Nikolay Sivovcomctl32/listview: Forward WM_ERASEBKGND to parent...
2009-05-04  Nikolay Sivovcomctl32/listview: Test WM_ERASEBKGND forwarding to...
2009-05-04  Nikolay Sivovcomctl32/listview: Additional test for LVS_EX_HEADERDRA...
2009-05-04  Nikolay Sivovcomctl32/listview: Fix LVM_INSERTITEM handling on LVS_S...
2009-04-29  Nikolay Sivovcomctl32/listview: A couple of LVM_GETITEM tests with...
2009-04-29  Nikolay Sivovcomctl32/listview: Handle LVIF_NORECOMPUTE in LVM_GETIT...
2009-04-29  Nikolay Sivovcomctl32/listview: Some tests for LVIF_NORECOMPUTE...
2009-04-24  Nikolay Sivovcomctl32/listview: Fix LVM_GETCOLUMNORDERARRAY passing...
2009-04-24  Nikolay Sivovcomctl32/tests: Tests for LVM_GETCOLUMNORDERARRAY:...
2009-04-23  Nikolay Sivovcomctl32/tests: Existing items aren't resorted after...
2009-04-23  Nikolay Sivovcomctl32/tests: Remove tests failing on most platforms.
2009-04-22  Nikolay Sivovcomctl32/listview: Partial fix for LVM_GETSUBITEMRECT...
2009-04-22  Nikolay Sivovcomctl32/listview: Additional tests for LVM_GETSUBITEMRECT.
2009-04-21  Nikolay Sivovcomctl32/listview: Header should be created when LVS_EX...
next