mshtml: Added IHTMLScreen::get_availWidth implementation.
[wine] / tools / winapi / winapi_test
2010-08-02  Andrey Turkinntdll/tests: Do not check signedness for char types.
2010-04-07  Alexandre Julliardwinapi: Generate the 64-bit variant of structure size...
2010-04-07  Alexandre Julliardwinapi: Add some support for handling ifdefs, particula...
2009-05-18  Francois Gougetwinapi_test: Simplify the code that builds the list...
2009-05-06  Alexandre Julliardwinapi: Handle types should be treated as pointers.
2009-04-20  Francois Gougetwinapi: Remove some dead code.
2009-01-08  Francois Gougetwinapi_test: The tests don't support WIN64 yet so disab...
2009-01-08  Francois Gougetwinapi_test: The real tests are done at compile time...
2009-01-08  Francois Gougetwinapi_test: Fix TEST_FIELD() so it correctly tests...
2009-01-08  Francois Gougetwinapi_test: FIELD_ALIGNMENT() is redundant so remove it.
2009-01-08  Francois Gougetwinapi_test: Updated so the generated tests work.
2008-06-18  Paul Vrienstools/winapi: Fix typo in the generated header.
2008-01-16  Francois GougetFix spelling error in the generated conformance test...
2006-10-11  Ge van Geldorpwinapi_test: Regenerate tests.
2006-08-10  Colin Pitrattools: Check for open return code in Perl scripts.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-05-04  Alexandre JulliardGet rid of the winapi_check_dir config parameter.
2004-10-26  Francois GougetAdd function prototypes.
2004-09-06  Francois GougetDisable MSVC warning 4116 to avoid the 'unnamed type...
2004-09-01  Francois GougetDon't output the DECLSPEC_ALIGN() directives in the...
2004-08-20  Francois GougetFix packing bug in shlobj.h.
2004-08-16  Francois GougetAdd the CCHILDREN_TITLEBAR+1 and NUM_POINTS macros.
2004-05-04  Hans Leidekker- Assume 8 byte maximum alignment.
2004-01-20  Francois GougetGenerate ok("...\n") calls.
2003-10-24  Alexandre JulliardSpecify include quotes in the tests.dat file.
2003-10-21  Francois GougetUpdate tests.dat to include the various #include fixes.
2003-09-30  Daniel MarmierUse #ifdef instead of #if for all feature tests.
2002-11-12  Patrik StridvallAdded tests for a few new DLLs.
2002-11-06  Patrik Stridvall- Added code for detection of missing types.
2002-11-04  Patrik StridvallAdded tests for normal types (not just structures).
2002-10-29  Patrik StridvallAdded support for excluding optional fields.
2002-10-23  Patrik StridvallMinor modifications and improvements.
2002-10-15  Patrik StridvallDon't use a special header file for macros used in...
2002-10-11  Patrik Stridvall- Improved alignment and offset calculations.
2002-10-09  Patrik StridvallReorganized the code for better support of data structu...
2002-10-02  Patrik Stridvall- Minor improvements.
2002-10-01  Patrik Stridvall- Added a new tool winapi_test for generating tests.