comctl32: Fix an unsigned comparison to zero.
[wine] / dlls / comctl32 / tests /
2006-04-19  Mikołaj Zalewskicomctl32: Test the HDM_SETITEM notifications.
2006-04-06  Huw Daviescomctl32: Set the sheet caption before invoking the...
2006-03-31  Alexandre Julliardcomctl32: Force a specific day value in the monthcal...
2006-03-15  Mike McCormackcomctl32: Fix some gcc 4.1 warnings.
2006-02-16  Vitaliy Margolencomctl32: Remove/swap limits if min > max in MCM_SETRANGE.
2006-02-16  Vitaliy Margolencomctl32: Don't change month range in MCM_SETRANGE...
2006-02-14  Vitaliy Margolencomctl32: Fix invalid date/time check in MCM_SETRANGE...
2006-02-06  Vitaliy Margolencomctl32: Add month calendar tests.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-11  Rob Shearmancomctl32: Test the painting behaviour of the progress...
2005-12-19  Dmitry Timoshkovcomctl32: Add a test for the initial tooltip window...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-18  Vijay Kiran KamujuAdded header control tests.
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...
2005-09-21  Jason EdmeadesFix some off by one calculations in the comboboxex...
2005-09-12  Alexandre JulliardFixed a few more pointer to integer typecast issues...
2005-09-09  Alexandre JulliardUse Get/SetWindowLongPtr instead of Get/SetWindowLong...
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-23  Vitaliy MargolenFix handling of minimum tab width.
2005-08-23  Michael Kaufmann- Redraw immediately upon PBM_SETPOS, PBM_DELTAPOS...
2005-08-10  Francois GougetThe PSDK does not define a TreeView_InsertItemA() macro...
2005-08-01  Alexandre JulliardFixed regression in DPA_Search.
2005-08-01  Felix NawothnigFix DPA_Search for sorted arrays.
2005-07-11  Francois GougetAssorted spelling fixes.
2005-07-08  Felix NawothnigFix some DPA functions so they pass the new tests.
2005-07-07  Felix NawothnigAdd another failing DPA test.
2005-07-06  Francois GougetAdd trailing '\n's to ok() calls.
2005-07-05  Felix NawothnigFix DPA tests on Win95.
2005-07-03  Felix NawothnigRewrote the DPA testsuite.
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-16  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-13  Krzysztof FoltmanTest when TVN_SELCHANGING and TVN_SELCHANGED are really...
2005-06-09  Mike McCormackWarning fixes for -Wmissing-declarations and -Wwrite...
2005-04-22  Stefan LeichterImport DPA_Search by ordinal like other DPA functions.
2005-03-18  C. Scott AnanianUPDOWN_GetBuddyInt should not fail when the control...
2005-03-16  C. Scott AnanianStarted a unit test case for the updown control.
2005-03-14  Jon GriffithsComment out a test that crashes on early versions.
2005-02-10  Francois GougetAssorted spelling fixes.
2004-12-15  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-10  Jon GriffithsImplement the remaining MRU functions, fix a couple...
2004-10-22  Francois GougetAssorted spelling fixes.
2004-10-14  Gerald PfeiferCompletely disable unused function show_image().
2004-10-07  Jon GriffithsImageList_Merge should not fail if indices are bad.
2004-09-28  Michael Stefaniuc- native ImageList_Remove dosn't spit out an error...
2004-09-02  Ferenc WagnerAdded \n to ok() strings in the imagelist tests.
2004-08-31  Francois GougetMSVC does not like the typeof() in the function pointer...
2004-08-26  Robert ShearmanAllow image list tests to compile and run on old platforms.
2004-08-26  Francois GougetAssorted spelling fixes.
2004-08-24  Mike McCormackTests for icon and bitmap adding and removing and bitma...
2004-08-22  Kevin KoltzauMake SetWindowSubclass behave with SetWindowLong subcla...
2004-08-22  Michael StefaniucTest case for hotspot handling.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-02-06  Robert ShearmanFix nGrow initialization in DPA_CreateEx.
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-19  Francois GougetDPA_Create is missing from all recent import libraries...
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.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-15  Uwe BonnesNew comctl32 test directory and test case for DPA_Search.