Match PSDK STATUS_* definitions.
[wine] / programs / winetest /
2005-11-26  Alexandre JulliardIgnore symlink files too (needed for git).
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-12  Stefan LeichterAdd shdocvw tests to winetest.
2005-10-31  Stefan HuehnerAdd msxml3,setupapi tests to winetest.
2005-10-04  Jonathan ErnstMake sure we only depend on ddraw_test if X support...
2005-10-03  Paul MillarFix cross-compilation of winetest by update the makefil...
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-15  Ivan Leo PuotiGet winetest to detect windows server 2003 R2.
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-26  Mike McCormackFix gcc 4.0 warnings.
2005-08-08  Kai BlinAdd secur32.dll tests to winetest.
2005-07-18  Hans LeidekkerInclude the mshtml test.
2005-06-29  Jacek CabanAdded mshtml test.
2005-06-16  Mike McCormackFix some declaration and write string warnings.
2005-06-04  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-06-02  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-05-29  Stefan LeichterInclude crypt32 tests into winetest.
2005-05-27  Alexandre JulliardAdded --list option to the tests and use that in winetest.
2005-05-11  Robert ReifAdded dinput tests.
2005-04-18  Ferenc WagnerEnforce valid tag syntax during input.
2005-04-11  Ferenc WagnerUse the same maximum length for tags given on the comma...
2005-04-11  Ferenc WagnerSilence some signedness warnings.
2005-03-31  Ferenc WagnerAsk for a tag if one was not given on the command line.
2005-03-29  Ferenc WagnerTry using a stable temporary directory at first to...
2005-03-25  Ferenc WagnerCheck desktop visibility after processing command line...
2005-03-18  Alexandre JulliardFixed other instances of the xrealloc(0) bug.
2005-03-14  Dmitry TimoshkovSpecial case Win9x platforms in the desktop visibility...
2005-03-10  Dmitry TimoshkovImplement a test for the desktop visibility based on...
2005-03-08  Dmitry TimoshkovMake running tests on a visible desktop a mandatory...
2005-03-07  Dmitry TimoshkovAnother attempt of a test for a visible desktop.
2005-03-03  Dmitry TimoshkovUse IsWindowVisible instead of GetWindowLong(GWL_STYLE...
2005-01-21  Stefan LeichterInclude new tests.
2005-01-17  Stefan LeichterInclude new tests.
2005-01-05  Ferenc WagnerReturn a true boolean value (0 or 1).
2004-12-22  Jakob ErikssonAdd a check if we are running on a visible desktop...
2004-10-05  Ferenc WagnerQuote everything for consistency.
2004-10-04  Ferenc WagnerDo not offer submitting the report if the -o option...
2004-10-04  Ferenc Wagner- Use a more unique separator string.
2004-09-07  Ferenc WagnerAs test runs are not invoked from the option parsing...
2004-08-18  Ferenc WagnerAvoid crashing on unsuccessful send.
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs.
2004-08-11  Dmitry Timoshkov- add stubbed support for IEnumScript interface
2004-07-22  Ferenc Wagner- Remove the -u option, the URL is in a resource now.
2004-07-22  Ferenc WagnerInclude the dsound tests.
2004-07-06  Ferenc WagnerSuppress some more error message boxes.
2004-06-17  Ferenc WagnerInclude new or forgotten tests.
2004-06-16  Alexandre JulliardAdded missing dependency.
2004-06-15  Ferenc Wagner- Resource script restructuring.
2004-05-05  Ferenc WagnerThe msacm directory is special.
2004-05-05  Robert ReifAdded msacm32 to the tests.
2004-05-04  Francois GougetMake our ascii strings static const.
2004-04-23  Ferenc WagnerRemove the wineloader variable.
2004-04-23  Ferenc WagnerUnconditionally test Wine presence.
2004-04-23  Alexandre JulliardMake DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of
2004-04-23  Jakob ErikssonAdded Wine detection.
2004-04-22  Ferenc Wagner- constify some strings
2004-04-20  Jakob ErikssonFixed typo.
2004-04-20  Ferenc Wagner- Change to console mode so that winetest runs under...
2004-04-13  Gerald PfeiferDo not include <windows.h>, to avoid duplicate declarat...
2004-03-31  Ferenc WagnerGive SetErrorMode the right argument to suppress crash...
2004-03-30  Ferenc WagnerDon't expect stdout be usable after exchanging file...
2004-03-24  Ferenc Wagner- Extract revision info from CVS/Entries.
2004-03-20  Dimitrie O. PaunAdd revision support to winetest.exe.
2004-03-19  Ferenc Wagner- Refactor and fix connection opening.
2004-03-19  Ferenc Wagner- Fix report() dispatch.
2004-03-09  Alexandre JulliardTake advantage of the new winegcc -B support.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-02  Alexandre JulliardBuild all the programs with winegcc.
2004-03-02  Ivan Leo Murray... Make sure text isn't cut off by the close button.
2004-03-01  Juan LangConnect to winehq.org by its name rather than by its...
2004-03-01  Dimitrie O. PaunSubmit results to WineHQ.
2004-02-21  Ferenc WagnerReport the error sent by the CGI script.
2004-02-20  Ferenc WagnerAdd a free() call at the end.
2004-02-20  Gerald PfeiferFix non-standard code in report().
2004-02-19  Ferenc Wagner- command line handling (GUI will follow)
2004-01-15  Ferenc WagnerAdded graphical feedback.
2004-01-15  Alexandre JulliardAvoid non-portable strip -s (reported by Robert Lunnon).
2003-12-30  Ferenc WagnerSolaris sh portability fix.
2003-12-04  Alexandre JulliardAuthors: Jakob Eriksson <jakov@vmlinux.org>, Dimitrie...
2002-11-11  Alexandre JulliardRemoved winetest.
2002-10-30  Alexandre JulliardMoved the test routines from wtmain.c into wine/test...
2002-09-06  Alexandre JulliardAdded preliminary support for cross-compiling tests...
2002-08-28  Patrik StridvallUpdated winetest's Perl modules using winapi_extract.
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
2002-08-02  Alexandre JulliardDon't pass the perl C flags to winebuild.
2002-08-02  Mike CastleCompile fix for multi-threaded perl.
2002-07-31  Alexandre JulliardUse the normal perl interpreter for test scripts that...
2002-07-31  Alexandre JulliardSplit routines that don't rely on C functions into...
2002-07-20  Patrik StridvallUpdated winetest Perl modules using winapi_extract.
2002-06-22  Alexandre JulliardAdded printf format checking to the ok() and trace...
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-16  Alexandre JulliardBetter usage message. Flush stderr before exiting.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-12  Alexandre JulliardAdded some support for cross-compilation using mingw32.
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardAdded mkinstalldirs to create directories more portably.
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
next