comctl32/tests: Simplify a workaround for old module versions, add basic PSM_ADDPAGE...
[wine] / dlls / comctl32 / tests / listview.c
2011-07-04  Nikolay Sivovcomctl32/tests: Test more return values in tests (Clang).
2011-06-06  Marko Nikoliccomctl32/tests: Removed sign comparison warning in...
2011-05-13  Nikolay Sivovcomctl32/tests: Initialize subitem index.
2011-05-13  Nikolay Sivovcomctl32/tests: Test return values in uniform way.
2011-05-13  Nikolay Sivovcomctl32/listview: Fix parameter validation for LVM_SET...
2011-05-11  Nikolay Sivovcomctl32/listview: Don't forward HDN_ITEMCHANGING/HDN_I...
2011-05-09  Nikolay Sivovcomctl32/listview: Make edit box handle available from...
2011-05-06  Nikolay Sivovcomctl32/listview: Don't refuse to set subitem data...
2011-05-06  Nikolay Sivovcomctl32/tests: Test message result for equality.
2011-05-02  Nicolas Le Camcomctl32/tests: Remove a set but unused variable.
2011-03-28  Nikolay Sivovcomctl32/listview: Fix edit box text limit.
2011-03-28  Nikolay Sivovcomctl32/listview: Adjust dispinfo text buffer length.
2011-02-07  Nikolay Sivovcomctl32/tests: Test more return values (LLVM/Clang).
2011-01-20  Greg Geldorpcomctl32/tests: Fix failures for 120DPI display.
2010-11-17  Nikolay Sivovcomctl32/listview: Use a code set by dispinfo holder...
2010-11-01  Gerald Pfeifercomctl32: Fix test description in test_hittest.
2010-10-05  Austin Lundcomctl32/tests: Add tests for negative subitems indepen...
2010-09-27  Austin Lundcomctl32/listview: Fix test failures for subitem return...
2010-09-23  Austin Lundcomctl32/tests: Default listview width appears to be...
2010-09-22  Austin Lundcomctl32/tests: LVM_GETRECTITEM should return TRUE.
2010-05-24  Nikolay Sivovcomctl32/listview: Fix vertical position offset for...
2010-05-21  Nikolay Sivovcomctl32/listview: Don't forward WM_COMMAND to parent...
2010-05-18  Andrew Eikumcomctl32/listview: Derive subitem rect from listview...
2010-05-11  Gerald Pfeifercomctl32/tests: Remove variable hwndheader which is...
2010-05-03  Gerald Pfeifercomctl32/tests: Remove variables cx and cy which are...
2010-05-03  Gerald Pfeifercomctl32/tests: Remove variable hwndheader which is...
2010-04-26  Nikolay Sivovcomctl32/listview: Don't change Z-order of edit window...
2010-04-22  Nikolay Sivovcomctl32/listview: Add callback subitem on column inser...
2010-04-21  Nikolay Sivovcomctl32/listview: Properly handle subitem hittesting...
2010-04-20  Nikolay Sivovcomctl32/listview: Exit early on LVM_CREATEDRAGIMAGE...
2010-03-26  Michael Stefaniuccomctl32/tests: Use the SendMessage instead of ListView...
2010-03-25  Mikhail Maroukhinecomctl32/tests: Remove superfluous casts.
2010-03-03  Dylan Smithcomctl32/tests: Added scrolled listview test for LVM_GE...
2010-03-03  Dylan Smithcomctl32/tests: Add NULL terminator to unicode string...
2010-02-22  Dmitry Timoshkovcomctl32: Initialize item.mask before sending HDM_GETIT...
2010-02-18  Dmitry Timoshkovcomctl32: Listview should accept both unicode and ansi...
2010-02-08  Nikolay Sivovcomctl32/listview: Revert item width calculation to...
2010-01-14  Jason Edmeadescomctl32/listview: Issue LVM_DELETEALLITEMS from WM_DES...
2009-12-28  Michael Stefaniuccomctl32/tests: Remove some superfluous casts around...
2009-12-21  Michael Stefaniuccomctl32/tests: Don't cast NULL to an integer type.
2009-11-30  Nikolay Sivovcomctl32/listview: Get rid of duplicated helper in...
2009-11-30  Nikolay Sivovcomctl32/listview: New hover value should be passed...
2009-11-30  Nikolay Sivovcomctl32/listview: Add NM_HOVER notification.
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.
next