comctl32/tests: Add more MRU tests.
[wine] / dlls / comctl32 / tests / tab.c
2011-04-27  Nikolay Sivovcomctl32/tests: Remove practically unused parameters...
2011-04-11  Nikolay Sivovcomctl32/tab: Fix invalid read of item data.
2011-02-14  Gerald Pfeifercomctl32/tests: Remove unused parameter from test_remov...
2010-10-04  Nikolay Sivovcomctl32/tab: Fix DRAWITEMSTRUCT filling when extra...
2010-09-28  Nikolay Sivovcomctl32/tab: Add a test for TCM_SETITEMEXTRA.
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-10-12  Nikolay Sivovcomctl32: Don't use additional heap allocated pointer...
2009-08-26  Alexandre Julliardcomctl32/tests: Fix tab control test failures on older...
2009-08-17  Nikolay Sivovcomctl32/tab: Init TCITEM fields in TCM_GETITEM when...
2009-08-17  Nikolay Sivovcomctl32/tab: Check destination pointer for NULL in...
2009-08-05  Alexandre Julliardcomctl32/tests: Fix some test failures on older versions.
2009-04-02  Michael Stefaniuccomctl32/tests: Use LONG instead of long.
2009-03-26  Nikolay Sivovcomctl32/tab: Selected item should have TCIS_BUTTONPRES...
2009-03-26  Nikolay Sivovcomctl32/tab: Handle state mask in TCM_[G,S]ETITEM.
2009-03-24  Nikolay Sivovcomctl32/tab: Implement TCM_[G,S]ETEXTENDEDSTYLE and...
2009-03-24  Nikolay Sivovcomctl32/tab: Implement TCM_REMOVEIMAGE.
2009-02-06  Michael Stefaniuccomctl32/tests: Remove superfluous pointer casts.
2009-01-05  Michael Stefaniuccomctl32/tests: Do not cast the IDC_* defines to a...
2008-12-03  Aric Stewartcomctl32/tab: Return default tab width in TCM_SETMINTAB...
2008-11-11  Lei Zhangcomctl32: Check for NULL input in TAB_AdjustRect.
2008-11-03  Michael Stefaniuccomctl32: Do not cast NULL.
2008-10-14  Detlef Riekenbergcomctl32/tests: Fix tests to not depend on 96 dpi,...
2008-09-08  James Hawkinscomctl32: Fix several failing tests in win98.
2007-10-30  Lei Zhangcomctl32: Set tab focus correctly.
2007-10-30  Lei Zhangcomctl32: Add tab delete item / get focus test.
2007-10-30  Lei Zhangcomctl32: Add tab insert item / get focus test.
2007-10-30  Lei Zhangcomctl32: Move tab test's createParentWindow() into...
2007-09-10  Aric Stewartcomctl32: TCM_SETCURSEL also updates the focus item.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-24  Dmitry Timoshkovcomctl32/tests: Fix some problems revealed by compilati...
2007-04-03  Francois GougetAssorted spelling and English fixes.
2007-03-19  Hagop Hagopiancomctl32: tab: Minor bug fixes in the curSel and curFoc...
2007-03-19  Hagop Hagopiancomctl32: tab: Added message sequence tests for the...
2007-03-14  Francois Gougetcomctl32/tests: Add missing '\n's in ok() calls.
2007-03-12  Hagop Hagopiancomctl32: Adding getter-setter tests for tab control.
2006-10-13  Michael Ploujnikovcomctl32/tests: Win64 printf format warning fixes.
2006-05-28  Andrew Talbotcomctl32/tests: Write-strings warning fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-08-23  Vitaliy MargolenFix handling of minimum tab width.
2005-06-09  Mike McCormackWarning fixes for -Wmissing-declarations and -Wwrite...
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-19  Francois GougetAdd trailing '\n's to ok() calls.
2003-12-02  Vitaliy Margolen- Fix drawing of HotTracked tabs & buttons.
2003-10-31  Vitaliy Margolen- Fix tab size for TCS_OWNERDRAWFIXED style.