comctl32: Listview should accept both unicode and ansi notifications.
[wine] / dlls / comctl32 / tests /
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-29  Alexandre Julliardcomctl32: Actually grow the array in DPA_Grow.
2010-01-22  Peter Dons Tychsencomctl32: Handle WM_NOTIFY correctly when the parent...
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-28  Nikolay Sivovcomctl32/tests: Skip test on <5.8x systems.
2009-12-24  Nikolay Sivovcomctl32/comboex: Fix silly typo in CBEM_SETITEM handle...
2009-12-24  Nikolay Sivovcomctl32/comboex: Add test for internally sent Edit...
2009-12-24  Nikolay Sivovcomctl32/comboex: Use subclass chain for internally...
2009-12-23  Nikolay Sivovcomctl32/rebar: Fix default just inserted band colors.
2009-12-23  Nikolay Sivovcomctl32/tests: Explicitly create rebar for each test...
2009-12-23  Nikolay Sivovcomctl32/updown: Don't update buddy text if it's the...
2009-12-22  Paul Vrienscomctl32/tests: Fix a test failure on older comctl32.
2009-12-22  Nikolay Sivovcomctl32/updown: Simplify buddy subclassing using SetWi...
2009-12-22  Nikolay Sivovcomctl32/tests: Use win_skip() while skipping subclass...
2009-12-22  Nikolay Sivovcomctl32/tests: Some tests for buddy procedure subclassing.
2009-12-22  Nikolay Sivovcomctl32/tests: Add ability to create any number of...
2009-12-21  Michael Stefaniuccomctl32/tests: Don't cast NULL to an integer type.
2009-12-15  Paul Vrienscomctl32/tests: Fix some test failures on older comctl32.
2009-12-14  Nikolay Sivovcomctl32/treeview: Fix default colors set on creation.
2009-12-10  Paul Vrienscomctl32/tests: Fix a test failure on older comctl32.
2009-12-10  Nikolay Sivovcomctl32/tests: Get rid of static handles, split tests...
2009-12-07  Nikolay Sivovcomctl32/tests: Don't forget to free array after tests.
2009-12-07  Nikolay Sivovcomctl32/tests: Free imagelist after use.
2009-12-03  Nikolay Sivovcomctl32/updown: Set width to default value on creation.
2009-12-03  Nikolay Sivovcomctl32/updown: Specify all styles explicitly in tests.
2009-12-02  Ilya Shpigorcomctl32: Implementation the WM_GETTEXT processing...
2009-12-01  Ilya Shpigorcomctl32: Test the WM_GETTEXT processing of datetime...
2009-12-01  Michael Stefaniuccomctl32: Use FAILED instead of !SUCCEEDED.
2009-11-30  Nikolay Sivovcomctl32/header: Avoid uninitialized memory passed...
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-11-20  Nikolay Sivovcomctl32/tab: Reset current selection on negative focus...
2009-11-20  Nikolay Sivovcomctl32/tab: Fix selection change when selected item...
2009-11-20  Nikolay Sivovcomctl32/tab: Split tests to several functions not...
2009-11-19  Nikolay Sivovcomctl32/monthcal: Don't pass uninitialized data to...
2009-11-19  Paul Vrienscomctl32/tests: Fix some test failures on comctl32...
2009-11-19  Owen Rudgecomctl32/tests: Fix imagelist v6 test failures on XP.
2009-11-19  Owen Rudgecomctl32/tests: Use SHIL_SYSSMALL instead of LARGE...
2009-11-17  Owen Rudgecomctl32/tests: Use defined flags instead of magic...
2009-11-17  Owen Rudgeshell32: Implement SHGetImageList and remove todo_wine...
2009-11-17  Owen Rudgecomctl32/tests: Add hotspot/drag test for IImageList.
2009-11-17  Owen Rudgecomctl32/tests: Add test of IImageList_Merge function.
2009-11-16  Nikolay Sivovcomctl32/imagelist: Make ImageList_Destroy just decreas...
2009-11-16  Nikolay Sivovcomctl32/imagelist: Use defined flags instead of magic...
2009-11-16  Owen Rudgecomctl32/tests: Add further tests for IImageList.
2009-11-16  Owen Rudgecomctl32/tests: Add tests for IImageList based on stand...
2009-11-13  Paul Vrienscomctl32/tests: Remove unused parameter.
2009-11-13  Owen Rudgecomctl32/tests: Add IImageList creation test.
2009-10-28  Paul Vrienscomctl32/tests: Use A-functions.
2009-10-26  Nikolay Sivovcomctl32/tests: Release Imagelist handles when no neede...
2009-10-23  Nikolay Sivovcomctl32/tests: Explicitly initialize window handle.
2009-10-21  Nikolay Sivovcomctl32/tests: Release activation context handle when...
2009-10-21  Nikolay Sivovcomctl32/header: Don't leak Imagelist handle.
2009-10-20  Paul Vrienscomctl32/tests: Fix some test failures on older comctl32.
2009-10-19  Ričardas Barkauskascomctl32/propsheet: Test and fix for crash processing...
2009-10-19  Nikolay Sivovcomctl32/monthcal: Explicitly set required control...
2009-10-19  Nikolay Sivovcomctl32/header: Process input order array more accurately.
2009-10-19  Nikolay Sivovcomctl32/treeview: Erase background on WM_PAINT if...
2009-10-16  Nikolay Sivovcomctl32/monthcal: Get/set unicode format flag using...
2009-10-15  Nikolay Sivovcomctl32/tooltips: Test the way structure size field...
2009-10-15  Nikolay Sivovcomctl32/tooltips: Fix an obviously wrong structure...
2009-10-14  Nikolay Sivovcomctl32/comboex: Handle NULL item text case to avoid...
2009-10-13  Paul Vrienscomctl32/tests: Fix a test failure on older comctl32...
2009-10-12  Nikolay Sivovcomctl32/monthcal: Fix today link test.
2009-10-12  Nikolay Sivovcomctl32/datetime: It isn't allowed to change DTS_SHOWN...
2009-10-12  Nikolay Sivovcomctl32: Don't use additional heap allocated pointer...
2009-10-12  Nikolay Sivovcomctl32/monthcal: Fix a test skip condition - zero...
2009-10-12  Nikolay Sivovcomctl32/monthcal: Handle September 1752 with a special...
2009-10-12  Nikolay Sivovcomctl32/monthcal: Process UpDown year control through...
2009-10-12  Paul Vrienscomctl32/tests: Fix some test failures on older comctl3...
2009-10-09  Joel Holdsworthcomctl32/tests: Added tests for ImageList_DrawIndirect.
2009-10-09  Nikolay Sivovcomctl32/datetime: Block WM_SETTEXT message.
2009-10-08  Francois Gougetcomctl32/tests: Make test_ApproximateViewRect() static.
2009-10-08  Paul Vrienscomctl32/tests: Fix some test failures on older comctl3...
2009-10-08  Nikolay Sivovcomctl32/monthcal: Implement MCM_GETMONTHRANGE for...
2009-10-07  Nikolay Sivovcomctl32/monthcal: Fix a nice typo in test message.
2009-10-07  Aric Stewartcomctl32/tests: LISTVIEW_ApproximateViewRect tests...
2009-10-06  Ge van Geldorpcomctl32/tests: Fix misc test on Win7.
2009-10-06  Nikolay Sivovcomctl32/monthcal: Fix parameter validation in MCM_SETC...
2009-10-06  Nikolay Sivovcomctl32/monthcal: Check configured selection range...
2009-10-06  Nikolay Sivovcomctl32/monthcal: Parameter fixes for MCM_SETSELRANGE...
2009-10-05  Nikolay Sivovcomctl32/monthcal: Check range limits in MCM_SETCURSEL.
2009-10-05  Nikolay Sivovcomctl32/monthcal: Implement MCM_GETMONTHRANGE for...
2009-10-05  Nikolay Sivovcomctl32/monthcal: Drop exstyle parameter, it isn't...
2009-10-05  Paul Vrienscomctl32/tests: Fix some test failures (MCM_GETSELRANGE).
2009-10-05  Paul Vrienscomctl32/tests: Fix some test failures (MCM_SETUNICODEF...
2009-10-05  Paul Vrienscomctl32/tests: Fix some test failures (MCM_SETCURSEL...
2009-10-05  Paul Vrienscomctl32/tests: Fix some test failures (MCM_SETRANGE...
2009-10-05  Paul Vrienscomctl32/tests: Fix some test failures on older comctl3...
2009-10-02  Paul Vrienscomctl32/tests: Fix some test failures.
next