gdi32: Return the full DIB height in GetImage instead of clipping to the visible...
[wine] / include / wine / test.h
2012-06-22  Dmitry Timoshkovinclude/wine/test.h: Fix compilation of standalone...
2012-04-23  Dmitry Timoshkovinclude/wine/test.h: Fix tests compilation with a PSDK...
2011-07-28  Frédéric Delanoyinclude: Assorted spelling fixes.
2010-07-20  Alexandre Julliardtests: Run all tests with the default FPU control word.
2010-07-20  Alexandre Julliardtests: Print information about the last executed test...
2010-07-20  Alexandre Julliardtests: Try to avoid message boxes popping up in non...
2010-04-09  Alexandre Julliardtests: Use the correct format of varargs list when...
2010-02-24  Alexandre Julliardtests: The ok() macro shouldn't return a value.
2010-02-22  Mikołaj Zalewskiinclude: Add a strcmpW-equivalent function usable in...
2009-08-19  Alexandre Julliardtests: Make wine_dbgstr_w available in test.h for all...
2009-02-19  Alexandre Julliardtests: When tracing is enabled, output the todo tests...
2008-12-08  Alexandre Julliardinclude: Fix the 64-bit value of magic handle constants.
2008-08-01  Alexandre Julliardtest.h: Fetch environment variables from the Win32...
2008-07-08  Alexandre Julliardwine/test.h: Don't allow to use config.h in tests.
2008-06-11  Francois Gougettests: Add a win_skip() function to allow for missing...
2008-06-04  Alexandre Julliardtest.h: Add a space after the file name prefix.
2008-05-30  Francois Gougettests: Add a broken() function to make it possible...
2008-05-07  Rob Shearmanwinetest: Detect if an unhandled exception occurred...
2008-02-11  Francois Gougettests: Avoid InterlockedExchangeAdd() as it is not...
2008-02-07  Alexandre Julliardtests: Add a helper routine to wait for a child process...
2007-08-22  Dmitry Timoshkovinclude/wine/test.h: Use appropriate type.
2007-03-01  Alexandre Julliardwine/test: Print the official name of the test in summary.
2007-01-18  Francois Gougettests: The non-gcc case was missing a forward declarati...
2007-01-12  Francois Gougettests: Add skip(), a function to warn that tests were...
2006-12-20  Alexandre Julliardinclude: Get rid of the WINE_NO_LONG_AS_INT ifdefs.
2006-09-29  Michael Stefaniucdebug.h, test.h: Temporary add ifdefs around some print...
2006-09-13  Alexandre Julliardtests: Moved some compatibility defines to wine/test.h.
2006-05-25  Alexandre Julliardinclude: Prevent internal Wine headers from being used...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-14  Eric Pouechtests: Fixed test framework against environment modific...
2005-06-30  Alexandre JulliardAttempt at a better fix for the winsock.h problems...
2005-06-21  Pierre d'HerbemontFix winsock.h and stdlib.h collision by including windo...
2005-06-15  Alexandre JulliardAvoid static forward declaration that doesn't work...
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-05-27  Alexandre JulliardAdded --list option to the tests and use that in winetest.
2005-05-25  Alexandre JulliardBetter support for building stand-alone tests.
2004-05-03  Ferenc WagnerDisable buffering of test output to keep more informati...
2004-02-10  Francois GougetRemove the winetest_ok() hack that adds a trailing...
2003-09-11  Francois GougetModify winetest_ok to only add a trailing '\n' if there...
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-01-02  Francois GougetAdd support for WINETEST_INTERACTIVE. If set then tests...
2002-12-17  Tony LambregtsDirect the output of the tests to stdout so that Win98...
2002-12-11  Francois GougetWhen reporting a test failure, only report the file...
2002-10-30  Alexandre JulliardMoved the test routines from wtmain.c into wine/test...
2002-10-29  Patrik StridvallAdded {ok,trace}_ macros to take explicit file and...
2002-06-22  Alexandre JulliardAdded printf format checking to the ok() and trace...
2002-04-20  Eric PouechNow C tests are able to access argc/argv as passed...
2002-03-22  Francois GougetAdd trace function (same as in the perl framework).
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-20  Alexandre JulliardPreliminary version of the C unit tests run-time enviro...