wine/eterwine.git
2009-01-07 Jacek Cabanurlmon: Skip more tests on old IE and ignore BINDSTATUS...
2009-01-07 Andrew Talbotjscript: Declare a function static.
2009-01-07 Paul Vriensshell32/tests: Fix some test failures on NT4 (FO_COPY).
2009-01-07 Paul Vriensshell32/tests: Fix some test failures on NT4 (FO_MOVE).
2009-01-07 Paul Vriensshell32/tests: Use a different name for the return...
2009-01-07 Aleksey Braginntdll: Fix buffer overread in RtlNumberOfSetBits.
2009-01-07 Andrew Fennxinput1_3: Added tests for XInputGetKeystroke.
2009-01-07 Andrew Fennxinput1_3: Added stub code for XInputGetKeystroke.
2009-01-07 Alexandre Julliardinclude/msvcrt: Replace va_list by __ms_va_list for...
2009-01-07 Alexandre Julliardregedit: Convert error box display to Unicode.
2009-01-07 Alexandre Julliardregedit: Fix integer printf formats in resource strings.
2009-01-07 Alexandre Julliardwinefile: Get rid of hack to load vswprintf from msvcrt.
2009-01-07 Alexandre Julliardkernel32: #ifdef out some code that is not needed on...
2009-01-06 Alexandre Julliardkernel32: Moved the 16-bit WOW thunk routines to thunk.c.
2009-01-06 Alexandre Julliardkernel32: Moved _DebugOutput to kernel16.c.
2009-01-06 Alexandre Julliardntdll: Replaced get_cpu_context by RtlCaptureContext...
2009-01-06 Alexandre Julliardntdll: Print exception context on x86_64.
2009-01-06 Alexandre Julliardntdll: Implement relay debugging for register entry...
2009-01-06 Alexandre Julliardwinebuild: Implement register entry points for x86_64.
2009-01-06 Alexandre Julliardinclude: Document offsets in the x86_64 context structure.
2009-01-06 Alexandre Julliardwinedump: Implement dumping of relocations.
2009-01-06 Alexandre Julliardwinedump: List exported functions sorted by ordinal.
2009-01-06 Hans Leidekkerusp10: Improve some traces.
2009-01-06 Hans Leidekkerusp10: Set better visual attribute values in ScriptShape.
2009-01-06 Hans Leidekkerusp10: Handle CR/LF in ScriptItemize.
2009-01-06 Hans Leidekkerusp10: Improve handling of whitespace in ScriptBreak.
2009-01-06 Paul Vriensshell32/tests: Fix some test failures on Vista.
2009-01-06 Paul Vriensshell32/tests: Change some tests with respect to Vista.
2009-01-06 Paul Vriensshell32/tests: Fix some test failures on Win9x and...
2009-01-06 Hans Leidekkersetupapi: Add tests for StringTableAddStringEx and...
2009-01-06 Hans Leidekkersetupapi: Have each test create and destroy its own...
2009-01-06 Hans Leidekkersetupapi: Implement StringTableLookUpStringEx.
2009-01-06 Rob Shearmanwidl: Replace uses of get_func_return_type with type_fu...
2009-01-06 Rob Shearmanwidl: Add new function, type_iface_get_stmts.
2009-01-06 Rob Shearmanwidl: Add a new function, type_iface_get_inherit.
2009-01-06 Rob Shearmanwidl: Add a new function, type_pointer_get_ref.
2009-01-06 Rob Shearmanwidl: Add a new function, type_array_get_element.
2009-01-06 Rob Shearmanwidl: Move the ifaces field of the type_t structure...
2009-01-06 Rob Shearmanwidl: Add function for getting the interfaces defined...
2009-01-06 Rob Shearmanwidl: Don't store typelib kind information in the type...
2009-01-06 Rob Shearmanwidl: Move creation of module type into a separate...
2009-01-06 Rob Shearmanwidl: Move duptype and alias to parser.y.
2009-01-06 Rob Shearmanwidl: Add new type_is_alias and type_get_real_type...
2009-01-06 Rob Shearmanwidl: Access array type properties through accessors...
2009-01-06 Rob Shearmanwidl: Move funcs and stmts fields from type_t structure...
2009-01-06 Rob Shearmanwidl: Do the consistency checks on interfaces after...
2009-01-06 Andrew Talbotinkobj: Declare a variable static.
2009-01-06 Dylan Smithrichedit: Avoid rewrapping all text for isolated format...
2009-01-06 Dylan Smithrichedit: Prevent redundant rewraps when scrollbar...
2009-01-06 Dylan Smithrichedit: Scroll up with less than page of text with...
2009-01-06 Alexandre Julliardwinebuild: Improve the calling sequence for register...
2009-01-06 Alexandre Julliardkernel32: Change the DEFINE_REGS_ENTRYPOINT macro to...
2009-01-06 Alexandre Julliardntdll: Change the DEFINE_REGS_ENTRYPOINT macro to use...
2009-01-06 Henri Verbeetwined3d: Convert textureState to a bitmap in struct...
2009-01-06 Henri Verbeetwined3d: Renumber WINED3DTEXTURESTAGESTATETYPE enum...
2009-01-06 Henri Verbeetd3d: Explicitly translate texture stage states.
2009-01-06 Henri Verbeetddraw: Properly handle sampler states.
2009-01-06 Henri Verbeetd3d9: Don't test invalid texture stages.
2009-01-06 Hans Leidekkersfc: Add a stub implementation for ordinal 3.
2009-01-06 Hans Leidekkersfc: Add missing exports.
2009-01-06 Dylan Smithrichedit: Use 32-bit rather than 16-bit trackbar value...
2009-01-06 Michael Stefaniucinclude: Change mapi.h to use ULONG for Win64 compatibi...
2009-01-06 Michael Stefaniucinclude: Change twain.h to use LONG/ULONG for Win64...
2009-01-06 Michael Stefaniucinclude: Change mapix.h to use ULONG for Win64 compatib...
2009-01-06 Michael Stefaniucinclude: Change the rest of sspi.h to use LONG/ULONG...
2009-01-06 Michael Stefaniucinclude: sspi.h: Use the Win types as per MSDN.
2009-01-06 Michael Stefaniucinclude: Use ULONG instead of unsigned long in ipexport.h.
2009-01-06 Juan Langcrypt32: Use specified inner content type for signed...
2009-01-06 Juan Langcrypt32: Implement CryptMsgSignCTL.
2009-01-06 Juan Langcrypt32: Implement CryptMsgEncodeAndSignCTL on top...
2009-01-06 Juan Langcrypt32: Add stub for CryptMsgSignCTL.
2009-01-06 Juan Langcrypt32: Add stub for CryptMsgEncodeAndSignCTL.
2009-01-06 Nikolay Sivovoleaut32: Check pointer in IPicture_get_Attributes.
2009-01-06 Nikolay Sivovoleaut32: Add PICTYPE_NONE and PICTYPE_UNINITIALIZED...
2009-01-06 Francois Gougetcmd: Make some functions static.
2009-01-06 Francois Gougetcmd: WCMD_strtrim_trailing_spaces() is unused so remove it.
2009-01-06 Francois Gougetcmd: Make WCMD_ask_confirm() static.
2009-01-06 Francois Gougetwinemine: Make some functions static.
2009-01-06 Vincent Povirkexplorer: Quiet a few fixmes.
2009-01-06 Jacek Cabanmshtml: Fixed IOmNavigator::get_platform for win64...
2009-01-06 Jacek Cabanmshtml: Added IDispatchEx support to HTMLLocation object.
2009-01-06 Paul Vriensadvapi32/tests: Fix two test failures on Vista and...
2009-01-06 Gerald PfeiferSync documentation/README.de.
2009-01-05 Alexandre Julliardupdspapi: Added an updspapi implementation that forward...
2009-01-05 Alexandre Julliardsetupapi/tests: Added some tests for SetupEnumInfSectio...
2009-01-05 Alexandre Julliardsetupapi: Implemented SetupEnumInfSectionsA/W.
2009-01-05 Ge van Geldorpmscms/tests: Pass correct device name to AssociateColor...
2009-01-05 Ge van Geldorpwininet/tests: INTERNET_STATUS_CLOSING_CONNECTION and...
2009-01-05 Hans Leidekkersetupapi: Add stubs for pSetupInstallCatalog and pSetup...
2009-01-05 Hans Leidekkerwinhttp: Set last error for invalid URLs passed to...
2009-01-05 Paul Vriensshell32/tests: Fix some test failures on Vista and...
2009-01-05 Alexandre Julliardinclude: Fix 64-bit sign extension in the MAKEWPARAM...
2009-01-05 Alexandre Julliardjscript/tests: Don't crash if we fail to get the IActiv...
2009-01-05 Alexandre Julliardinclude: Fix the PROCESS_MEMORY_COUNTERS structure...
2009-01-05 Alexandre Julliardcrypt32/tests: Fix handle size in CERT_KEY_PROV_HANDLE_...
2009-01-05 Alexandre Julliardole32/tests: Fix a structure size check for Win64.
2009-01-05 Alexandre Julliardmshtml/tests: Fix the platform test for Win64.
2009-01-05 Alexandre Julliardurlmon/tests: Fix an uninitialized variable check for...
2009-01-05 Paul Vriensshdocvw/tests: Fix test failures on XP SP2 and higher.
2009-01-05 Paul Vriensd3d8/tests: Fix a test failure on VMware and VirtualBox.
next