comctl32: Fix a few failing tests in win2000.
[wine] / dlls / comctl32 / tests /
2008-08-29  James Hawkinscomctl32: Fix a few failing tests in win2000.
2008-08-27  Paul Vrienscomctl32/tests: Don't assert on not implemented function.
2008-08-18  Lei Zhangcomctl32: Add a test for TTM_GETTEXT.
2008-07-30  Paul Vrienscomctl32/tests: Run tests again on Win95.
2008-07-23  Nicolas Le Camcomctl32/tests: Fix a test failure in multiple platforms.
2008-07-23  Mikołaj Zalewskicomctl32: statusbar: Test and fix SB_SETMINHEIGHT.
2008-07-23  Mikołaj Zalewskicomctl32: toolbar: TB_SETBITMAPSIZE should not change...
2008-07-22  Mikołaj Zalewskicomctl32: statusbar: Change the height expression to...
2008-07-21  Reece Dunncomctl32: Fixed the MRU tests on Vista.
2008-07-17  Mikołaj Zalewskicomctl32: statusbar: WM_SETFONT should change the bar...
2008-07-16  Mikołaj Zalewskicomctl32: statusbar: WM_CREATE should not resize the...
2008-07-14  James Hawkinscomctl32: Explicity set the number of tics before testi...
2008-07-09  Vincent Povirkcomctl32: Disable owner of modal property sheets before...
2008-07-09  Vincent Povirkcomctl32: Add test for disabling owner of modal propert...
2008-07-08  James Hawkinscomctl32: Properly set and store the default icon spacing.
2008-07-04  Dylan Smithcomctl32: Fix for ComboBoxEx bug caused by focus change.
2008-07-04  Dylan Smithcomctl32: Added tests to show a ComboBoxEx bug caused...
2008-06-30  James Hawkinscomctl32: Clean up and fix a few failing tests in win9x.
2008-06-30  James Hawkinscomctl32: Remove an assumption that causes test failure...
2008-06-18  Francois GougetA couple of spelling fixes.
2008-05-27  Tomasz Jezierski... comctl32/tests: Fix for setting wrong initial position...
2008-05-21  Tomasz Jezierskicomctl32: Conformance test for multiple selection in...
2008-05-08  Guy Albertellilistview: Return correct value from WM_NOTIFYFORMAT...
2008-05-06  Francois GougetAssorted spelling fixes.
2008-04-28  Guy Albertellilistview: Correct return value from LVM_GETORIGIN inclu...
2008-04-03  Jason Edmeadescomctl32: Add basic custom draw support for tooltips.
2008-03-20  Lei Zhangcomctl32: Implement listview checkbox toggle.
2008-03-20  Lei Zhangcomctl32: Add listview checkbox toggle test.
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...
2008-03-12  Michael Stefaniuccomctl32/tests: Fix a variable type in monthcal.c....
2008-03-10  Paul Vrienscomctl32/tests: Free the library after use.
2008-03-10  Paul Vrienscomctl32/tests: Don't use FreeLibrary with GetModuleHandle.
2008-03-05  Francois Gougetcomctl32/tests: Don't use 0xaa to avoid any confusion...
2008-02-28  Mikołaj Zalewskicomctl32: rebar: To check if an image is present iImage...
2008-02-28  Mikołaj Zalewskicomctl32: rebar: Image height should be taken into...
2008-02-25  Mikołaj Zalewskicomctl32: datetime: Support literals in apostrophes.
2008-02-07  Reece H. Dunncomctl32: Vista sends an unidentified message when...
2008-02-05  Francois Gougetcomctl32/tests: Call InitCommonControlsEx() if availabl...
2008-01-24  Austin Englishcomctl32: Spelling fixes.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-12-10  Francois Gougetcomctl32/tests: Avoid SHDeleteKeyA() because it does...
2007-12-10  Francois Gougetcomctl32/tests: InitCommonControlsEx() is missing on...
2007-12-10  Francois Gougetcomtcl32/tests: Dynamically load ImageList_SetImageCoun...
2007-12-07  Alexandre JulliardAvoid size_t types in traces.
2007-12-06  Peter Oberndorfercomctl32: EnumMRUListA/W fix getting list size by negat...
2007-12-06  Peter Oberndorfercomctl32: Add EnumMRUList tests.
2007-11-06  Alexandre Julliardcomctl32/tests: Flush pending events before progress...
2007-11-02  Gerald Pfeifercomctl32: Make parameters of expect_band_content()...
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-10-16  Lei Zhangcomctl32: Monthcal today link test.
2007-10-16  Lei Zhangcomctl32: Simplify monthcal test.
2007-10-15  Gerald Pfeifercomctl32/tests: Avoid remove redundant invocation of...
2007-10-11  Francois Gougetcomctl32/tests: Fix the control's size reporting in...
2007-10-09  Lei Zhangcomctl32: Fix monthcal hit tests.
2007-10-09  Huw Daviescomctl32/tests: Don't assume that the default font...
2007-10-09  Huw Daviescomctl32/tests: Skip some font dependent tests if we...
2007-10-01  Alexandre Julliardcomctl32/tests: Avoid destroying a DPA twice.
2007-09-17  Alexandre Julliardcomctl32/tests: We can now store binary files in the...
2007-09-10  Aric Stewartcomctl32: TCM_SETCURSEL also updates the focus item.
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-08-28  Jason Edmeadescomctl32: toolbar: Implemented SetRows.
2007-08-17  Jason Edmeadescomctl32: Listview fails to add a column if mask=0.
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-29  Michael Stefaniuccomctl32: Replace malloc() with HeapAlloc().
2007-06-07  Francois GougetAssorted spelling fixes.
2007-05-29  Francois Gougetcomctl32/tests: The PSDK does not define ListView_Inser...
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-05-16  Mikołaj Zalewskicomctl32: toolbar: TB_SETIMAGELIST should try to preser...
2007-05-07  Mikołaj Zalewskicomctl32: treeview: Treeviews shouldn't be sending...
2007-05-07  Mikołaj Zalewskicomctl32: treeview: Make the focus test pass under...
2007-05-04  Alexandre JulliardFix minor differences in the formatting of the license...
2007-05-02  Dmitry Timoshkovcomctl32: Remove a stray back slash.
2007-04-24  Dmitry Timoshkovcomctl32: Add more image list tests, fix one problem...
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-04-23  Dmitry Timoshkovcomctl32: Add an image list storage test, make it pass...
2007-04-13  Lei Zhangcomctl32: monthcal: GetMonthRange Tests.
2007-04-12  Lei Zhangcomctl32: More monthcal hit tests.
2007-04-04  Aric Stewartcomctl32: Propsheet exception fix.
2007-04-03  Francois GougetAssorted spelling and English fixes.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
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  Kanit Therdsteerasukdicomctl32: datetime: Reject invalid flags in DTM_SETSYST...
2007-03-19  Mikołaj Zalewskicomctl32: CreateToolbarEx should send TB_SETBITMAPSIZE...
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-16  Keith Stevenscomctl32: trackbar: Return the correct number of tics...
2007-03-16  Keith Stevenscomctl32: trackbar: Correctly set lSetMin and lSelMax.
2007-03-16  Farshad Agahcomctl32: monthcal: Correct the return value in MCM_SET...
next