comctl32/tests: Avoid SHDeleteKeyA() because it does not exist on Windows 95.
[wine] / dlls / comctl32 / tests / toolbar.c
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...