mshtml: Added IOmHistory::get_length implementation.
[wine] / programs / winetest /
2013-03-27  Alexandre Julliardwinetest: Add a 256x256 icon.
2013-03-05  André Hentschelwinetest: Remove SPARC support.
2013-02-15  Francois Gougetwinetest: Trace the time it takes to run each test.
2013-01-16  André Hentschelwinetest: Add ARM64 support.
2012-10-10  Marcus Meissnerwinetest: Close filehandle on run error (Coverity).
2012-10-09  André Hentschelwinetest: Report actual number of failures in the statu...
2012-08-31  Michael Stefaniucwinetest: Remove an unused struct field.
2012-01-23  Alexandre Julliardmakefiles: Define __WINESRC__ when building programs.
2012-01-20  Alexandre Julliardmakefiles: Disable use of Unicode macros globally for...
2012-01-19  Alexandre Julliardwinetest: Avoid Unicode macros.
2012-01-03  Pierre Schweitzerwinetest: Fix handle leak.
2011-12-28  Francois Gougetwinetest: Always report errors and fatal errors, even...
2011-09-15  Francois Gougetwinetest: Also log the current thread and default user...
2011-07-29  Jacek Cabanwinetest: Include language settings in OS info.
2011-05-24  Alexandre Julliardmakefiles: Create test resource files directly from...
2011-05-22  Alexandre Julliardwinetest: Get rid of the dist rules.
2011-05-22  Alexandre Julliardmakefiles: Create the binary resources for winetest...
2011-05-22  Alexandre Julliardmakefiles: Avoid creating an intermediate rc file for...
2011-04-22  Alexandre Julliardwinetest: Cowardly refuse to submit results that have...
2011-04-20  André Hentschelwinetest: Remove Alpha support.
2011-01-10  Greg Geldorpwinetest: Include account level info in the report.
2010-12-27  Alexandre Julliardwinetest: Refuse to run if the WoW64 side of the regist...
2010-12-17  Jacek Cabanwinetest: Make win9x unsupported.
2010-12-10  Alexandre Julliardwinetest: Sill output an entry for a dll when it's...
2010-12-10  Alexandre Julliardwinetest: Fix filtering of whole dll when individual...
2010-12-09  Francois Gougetwinetest: Allow submitting the results if not too many...
2010-12-09  Francois Gougetwinetest: Add a trace in the log when skipping a subtest.
2010-11-23  Greg Geldorpwinetest: Add "-u" command line option so TestBot can...
2010-09-29  Francois Gougetwinetest: Add the '-i' option so one can specify a...
2010-09-29  Francois Gougetwinetest: Add the '-n' option so one can specify a...
2010-09-20  André Hentschelwinetest: Add ARM support.
2010-09-19  Alexandre Julliardmakefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-08-21  Alexandre Julliardwinetest: Include the build info also in the standard...
2010-07-21  Alexandre Julliardprograms: Remove explicit imports of kernel32 and ntdll.
2010-07-19  Greg Geldorpwinetest: Take manifests into account when hunting...
2010-06-25  André Hentschelwinetest: Also abort while sending.
2010-06-23  André Hentschelwinetest: Implement aborting.
2010-06-01  André Hentschelwinetest: Add an else case.
2010-04-19  Alexandre Julliardwinetest: Set the window small icon.
2010-04-19  Joel Holdsworthwinetest: Replaced program icon with a Tango compliant...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-05  Alexandre Julliardwinetest: Refuse to run if we cannot create a window.
2010-02-08  Alexandre Julliardmakefiles: Generate the list of test binaries from...
2010-02-06  Alexandre Julliardwinetest: Report the correct source directory for progr...
2010-02-06  Alexandre Julliardwinetest: Require an email address to submit a report.
2010-01-28  Alexandre Julliardwinetest: Refuse to run if the mount manager isn't...
2009-12-30  Michael Stefaniucwinetest: Remove superfluous WPARAM casts.
2009-12-21  André Hentschelwinetest: Fix a cast.
2009-12-03  Jacek Cabanwinetest: Remove no longer needed Gecko check.
2009-11-20  Paul Vrienswinetest: Add product information to the output for...
2009-10-26  Alexandre Julliardwinetest: Refuse to submit results if we are using...
2009-10-13  Alexandre Julliardwinetest: Improve the native dll check to catch .NET...
2009-10-02  Alexandre Julliardwinetest: Use explicit prototypes for function pointers.
2009-09-29  Alexandre Julliardwinetest: Don't run tests on native dlls when running...
2009-09-29  Alexandre Julliardwinetest: Use the registry path for COM dlls instead...
2009-09-17  Paul Vrienswinetest: Fix winetest to cope with com dlls.
2009-09-16  Huw Davieswinetest: Add the ability to retrieve the dll path...
2009-08-31  André Hentschelwinetest: Mute an annoying message box.
2009-07-09  Alexandre JulliardRemove some obsolete README files.
2009-07-09  Alexandre Julliardwinetest: Create a separate resource file with the...
2009-07-07  Alexandre Julliardwinetest: Load resources by name instead of id.
2009-07-06  Alexandre Julliardwinetest: Build exe resources as separate .res files.
2009-06-03  Alexandre Julliardmakefiles: Add resource files to the standard object...
2009-06-02  Alexandre Julliardmakefiles: Remove special handling of .res.o files...
2009-06-02  Nicolas Le Camwinetest: Add a missing carriage return in help message.
2009-06-01  Nicolas Le Camwinetest: Add option -d to specify tests output directory.
2009-06-01  Nicolas Le Camwinetest: Only call GetTempPath once.
2009-06-01  Alexandre Julliardwinegcc: Add support for building PE executables using...
2009-05-28  Ge van Geldorpwinetest: Use wininet if available.
2009-05-18  Francois Gougetwinetest: Replace malloc() & co with HeapAlloc().
2009-05-18  Francois Gougetwinetest: Rename xmalloc() & co to heap_xxx() to not...
2009-04-27  Austin Englishwinetest: When extracting tests, run in console mode.
2009-04-21  Detlef Riekenbergwinetest: Add option -x to extract all test.
2009-04-21  Detlef Riekenbergwinetest: Add support for --version, --help and /?.
2009-03-05  Paul Vriensprograms/winetest: Show dll versions again for Win9x...
2009-02-25  Paul Vrienswinetest: Extend PATH if we have dlls that only come...
2009-02-24  Paul Vrienswinetest: Don't use W-functions in winetest to avoid...
2009-02-24  Alexandre Julliardprograms: Only create executable wrappers for programs...
2009-02-23  Alexandre Julliardwinetest: Don't try to unload mshtml, it's broken.
2009-02-23  Alexandre Julliardwinetest: Process messages while waiting for a process...
2009-02-19  Alexandre Julliardwinetest: Get rid of the archive URL, it's no longer...
2009-02-19  Alexandre Julliardwinetest: Try to trigger the Gecko install for mshtml...
2009-02-18  Francois Gougetwinetest: Annotate xmalloc() and xrealloc() with alloca...
2009-02-06  Alexandre Julliardmakefiles: Pass the target flags to winegcc.
2009-02-04  Paul Vrienswinetest: Make sure we can test .NET dlls on Windows.
2009-01-19  Ge van Geldorpwinetest: Make the wrapper immune to Ctrl-C.
2008-12-26  Alexandre Julliardwinetest: Link against the Wine import libraries for...
2008-12-16  Alexandre Julliardwinetest: Use main instead of WinMain as entry point.
2008-12-10  Alexandre Julliardwinetest: Report information about the CPU and host OS.
2008-11-24  Alexandre Julliardwinetest: Optionally compress the distributed exe with...
2008-11-19  Alexandre Julliardwinetest: Report an error when a test program completel...
2008-11-19  Alexandre Julliardwinetest: Allow to specify a subset of tests to run...
2008-11-19  Alexandre Julliardwinetest: Capture the Win32 stderr into the log file...
2008-11-18  Paul Vrienswinetest: Give the 'Running' progress bar the same...
2008-09-04  Jeff Zaroykowinetest: Check that user enters a tag.
2008-08-28  Alexandre Julliardwinetest: Build the test list from the makefile instead...
2008-08-28  Alexandre Julliardconfigure: Build the winetest dependencies in configure...
2008-08-19  Christian Costad3dxof: Add basic tests.
2008-08-19  Alexandre Julliardmakefiles: Add missing entries for mstask tests.
next