comctl32/tests: toolbar button text length and validity
[wine] / dlls / comctl32 / tests / toolbar.c
2009-05-07  Giuseppe Bilottacomctl32/tests: toolbar button text length and validity
2009-04-22  Igor Tarasovcomctl32: TOOLBAR_SetImageList should recalculate toolb...
2009-03-09  Francois GougetRemove spaces before '\n's.
2009-02-11  Francois GougetAssorted spelling fixes.
2009-02-02  Mikołaj Zalewskicomctl32: toolbar: Only changing TBSTYLE_EX_MIXEDBUTTON...
2009-02-02  Mikołaj Zalewskicomctl32: toolbar: Unlike in listview, TB_SETEXTENDEDST...
2009-02-02  Mikołaj Zalewskicomctl32: toolbar: TB_SETBUTTONINFO should do a relayou...
2009-02-02  Mikołaj Zalewskicomctl32: toolbar: Move common TB_ADDBUTTONS and TB_INS...
2009-01-14  André Hentschelcomctl32/tests: Fix wrong comment-headline in toolbar.c.
2009-01-03  Alexandre Julliardcomctl32/tests: Fix pointer casting warnings on 64...
2008-11-07  Sergey Khodychcomctl32/tests: Fix typo in toolbar todo test.
2008-11-07  Michael Stefaniuccomctl32: Remove superfluous casts that crept in as...
2008-11-06  Sergey Khodychcomctl32: toolbar: Use a cx field for buttons in TOOLBA...
2008-11-06  Sergey Khodychcomctl32: toolbar: Improve text layout in TBSTYLE_LIST...
2008-11-06  Sergey Khodychcomctl32: toolbar: Calculate a correct size for empty...
2008-11-04  Michael Stefaniuccomctl32: Do not cast zero.
2008-11-03  Michael Stefaniuccomctl32: Do not cast NULL.
2008-07-23  Mikołaj Zalewskicomctl32: toolbar: TB_SETBITMAPSIZE should not change...
2008-03-12  Alexandre Julliardcomctl32/tests: Avoid size_t printf format warnings.
2008-03-12  Lei Zhangcomctl32: Fix TB_GETSTRING return values.
2008-03-12  Lei Zhangcomctl32: Add tests for TB_GETSTRING, fix NULL pointer...
2007-10-15  Gerald Pfeifercomctl32/tests: Avoid remove redundant invocation of...
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-08-28  Jason Edmeadescomctl32: toolbar: Implemented SetRows.
2007-07-20  Mikołaj Zalewskicomctl32: toolbar: Test and fix invalid indexes passed...
2007-07-11  Mikołaj Zalewskicomctl32: toolbar: We should send TBN_GETDISPINFOW...
2007-07-11  Mikołaj Zalewskicomctl32: toolbar: The iImage in TBN_GETDISPINFO should...
2007-06-07  Francois GougetAssorted spelling fixes.
2007-05-16  Mikołaj Zalewskicomctl32: toolbar: TB_SETIMAGELIST should try to preser...
2007-04-24  Mikołaj Zalewskicomctl32: toolbar: In CreateToolbarEx the default bitma...
2007-04-24  Mikołaj Zalewskicomctl32: toolbar: Don't execute TB_GETBUTTONINFO if...
2007-03-28  Mikołaj Zalewskicomctl32: toolbar: TB_HIDEBUTTON and TB_MOVEBUTTON...
2007-03-21  Mikołaj Zalewskicomctl32: toolbar: We shouldn't try to resize standard...
2007-03-21  Mikołaj Zalewskicomctl32: toolbar: Test standard buttons size.
2007-03-21  Mikołaj Zalewskicomctl32: toolbar: The default button size is 16x16.
2007-03-19  Mikołaj Zalewskicomctl32: CreateToolbarEx should send TB_SETBITMAPSIZE...
2007-01-16  Mikołaj Zalewskicomctl32: toolbar: Fix the TB_SETBITMAPSIZE for width...
2006-12-12  Marcus MeissnerMade some functions static.
2006-11-07  Francois Gougetcomctl32: Add missing '\n' to ok() call.
2006-11-02  Mikołaj Zalewskicomctl32: toolbar: Add buttons size tests.
2006-10-24  Michael Stefaniuccomctl32/tests: Specify type of function argument and...
2006-10-19  Mikołaj Zalewskicomctl32: toolbar: Fix the tests and handling of TB_SET...
2006-10-14  Mikołaj Zalewskicomctl32: toolbar: Test and improve TB_SETHOTITEM.
2006-10-12  Mikołaj Zalewskicomctl32: toolbar: Passing a string pointer in TB_INSER...
2006-10-09  Mikołaj Zalewskicomctl32: toolbar: Fix the TB_ADDSTRING from resources...
2006-09-29  Francois GougetAdd missing '\n's to ok() calls.
2006-09-27  Mikołaj Zalewskicomctl32: toolbar: Test and fix TB_ADDSTRING from resource.
2006-09-26  Mikołaj Zalewskicomctl32: toolbar: Resize the imagelist icons after...
2006-09-21  Mikołaj Zalewskicomctl32: toolbar: Fix the return code of TB_ADDBITMAP.
2006-09-21  Mikołaj Zalewskicomctl32: toolbar: Fix IDB_STD_VIEW_* icons count ...
2006-09-21  Mikołaj Zalewskicomctl32: toolbar: Use correctly wParam in TB_ADDBITMAP.
2006-09-21  Mikołaj Zalewskicomctl32: toolbar: Add some tests for TB_ADDBITMAP.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-10  Francois GougetAdd trailing '\n's to ok() and TRACE() calls.
2005-10-21  Krzysztof FoltmanSeparators with group style set don't separate toolbar...