mshtml: Added body dispatch id test.
[wine] / dlls /
2008-09-12  Jacek Cabanmshtml: Added body dispatch id test.
2008-09-12  Jacek Cabanjscript: Added postfix decrement expression implementation.
2008-09-12  Jacek Cabanjscript: Added postfix increment expression implementation.
2008-09-12  Jacek Cabanjscript: Added prefix decrement expression implementation.
2008-09-12  Jacek Cabanjscript: Added prefix increment expression.
2008-09-12  Jacek Cabanjscript: Added '>=' expression implementation.
2008-09-12  Jacek Cabanjscript: Added '>' expression implementation.
2008-09-12  Jacek Cabanjscript: Added '<=' implementation.
2008-09-12  Jacek Cabanjscript: Added '<' expression implementation.
2008-09-12  Jacek Cabanjscript: Added '&&' expression implementation.
2008-09-12  Jacek Cabanjscript: Added '||' expression implementation.
2008-09-12  Jacek Cabanjscript: Added '+=' expression implementation.
2008-09-12  Ismael Barrosdplayx: Fix static overrun of pDP array in test (Coverity).
2008-09-12  Juan Langwinex11: Make button_state as large as the maximum...
2008-09-12  Juan Languser32: Don't crash if passed a non-scrollbar HWND...
2008-09-12  Muneyuki Noguchiwinex11: Fix a buffer overflow bug in X11DRV_KeyEvent...
2008-09-12  Francois Gougetws2_32/tests: Fix a race in sock.c:test_write_events().
2008-09-12  Francois Gougetcrypt32/tests: Win98 is missing Crypt{Encode,Decode...
2008-09-12  Alistair Leslie... mshtml: Add IHTMLStyle margin tests.
2008-09-12  Paul Vrienssetupapi/tests: Fix a failure on Windows 2000.
2008-09-12  Paul Vriensjscript/tests: Fix crash and failures on win9x.
2008-09-12  Paul Vrienssetupapi/tests: Fix two failures on win98.
2008-09-12  Alexandre Julliardwinex11: Fixed mapping of the move/resize starting...
2008-09-11  Alexandre Julliardwinex11: Remove debug hack that slipped into commit...
2008-09-11  Kai Blinws2_32: Win98 closesocket() does not wake up select.
2008-09-11  Kai Blinws2_32: Win NT4 does not zero the sockaddr_in structure...
2008-09-11  Hans Leidekkerwinhttp: Strip content-type/length headers from request...
2008-09-11  Hans Leidekkerwinhttp: Preserve cookies on redirects.
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_CanConvertCodePages.
2008-09-11  Huw Daviesinetcomm: Add a missing function and fix some idl.
2008-09-11  Huw Daviesinetcomm/tests: Add a test for IMimeInternational_SetDe...
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_SetDefaultCharset.
2008-09-11  Huw Daviesinetcomm/tests: Add test for IMimeInternational_GetDefa...
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_GetDefaultCharset.
2008-09-11  Huw Daviesinetcomm/tests: Add tests for IMimeInternational_GetCod...
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_GetCodePageCharset.
2008-09-11  Huw Daviesinetcomm/tests: Add tests for IMimeInternational_GetCha...
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_GetCharsetInfo.
2008-09-11  Huw Daviesinetcomm/tests: Tests for IMimeInternational_FindCharset.
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_FindCharset.
2008-09-11  Huw Daviesmlang: Forward IMultiLanguage_GetCharsetInfo to IMultiL...
2008-09-11  Huw Daviesinetcomm/tests: Start of IMimeInternational tests.
2008-09-11  Huw Daviesinetcomm: Add a stub MimeInternational object.
2008-09-11  Alexandre Julliardrpcrt4/tests: Fix a couple of test failures on Windows.
2008-09-11  Alexandre Julliardntdll/tests: Fix the async I/O test on Vista.
2008-09-11  Alexandre Julliardkernel32/tests: Fix the ResumeThread on win9x.
2008-09-11  Alexandre Julliardkernel32/tests: Fix the BindIoCompletionCallback test...
2008-09-11  Alexandre Julliardkernel32/tests: Fix the async I/O test to handle errors...
2008-09-11  Hans Leidekkerwinhttp: Redirects are always GET requests.
2008-09-11  Hans Leidekkerwinhttp: Handle relative redirects.
2008-09-11  Hans Leidekkercryptui: Add a stub implementation of CryptUIDlgViewCer...
2008-09-11  Alistair Leslie... mshtml: Implement get/put margin.
2008-09-11  Alistair Leslie... hlink: Mark Get/Set AdditionalParams as Unimplemented.
2008-09-11  Dylan Smithrichedit: Avoid acting on control words in skipped...
2008-09-11  Lei Zhangcomctl32: Handle listview dragging better.
2008-09-11  Lei Zhangcomctl32: listview: Prevent DragDetect from removing...
2008-09-11  Nikolay Sivovgdiplus: Some TRACE(..) for Image calls.
2008-09-11  Alistair Leslie... mshtml: Add tests for get_scrollLeft.
2008-09-11  Alistair Leslie... mshtml: Implement IHTMLTextContainer get_scrollLeft.
2008-09-11  Alistair Leslie... mshtml: Implement HTMLElement2 get_scrollLeft.
2008-09-11  Juan Langdevenum: Fix order of operations bug (Coverity id 709).
2008-09-11  Alexandre Julliardjscript: Add necessary dependencies for the bison file.
2008-09-11  Jacek Cabanjscript: Added add expression implementation.
2008-09-11  Jacek Cabanjscript: Added script types tests.
2008-09-11  Jacek Cabanjscript: Added conditional expression implementation.
2008-09-11  Jacek Cabanjscript: Added block statement implementation.
2008-09-11  Jacek Cabanjscript: Added object initialiser expression implementa...
2008-09-11  Jacek Cabanjscript: Added if statement implementation.
2008-09-11  Jacek Cabanjscript: Added IActiveScriptParseProcedure2::ParseProce...
2008-09-11  Jacek Cabanjscript: Release named items in IActiveScript::Close.
2008-09-11  Jacek Cabanjscript: Added initial prototype of functions.
2008-09-11  Jacek Cabanjscript: Added function expression implementation.
2008-09-11  Jacek Cabanjscript: Added constructor invokation from Function...
2008-09-11  Jacek Cabanjscript: Added Object constructor implementation.
2008-09-11  Jacek Cabanjscript: Added 'new' expression implementation.
2008-09-11  Jacek Cabanjscript: Added array expression implementation.
2008-09-11  Jacek Cabanjscript: Set arguments object on function call.
2008-09-11  Jacek Cabanjscript: Set parameters on function call.
2008-09-11  Jacek Cabanjscript: Added Function.[[call]] implementation.
2008-09-11  Jacek Cabanjscript: Added return statement implementation.
2008-09-11  Jacek Cabanjscript: Added this expression implementation.
2008-09-11  James Hawkinssetupapi: Remove a test of an undocumented function...
2008-09-11  James Hawkinssetupapi: Fix a failing test in Vista.
2008-09-11  James Hawkinscrypt32: Fix a failing test in Vista.
2008-09-11  James Hawkinscrypt32: Fix a failing test in Vista.
2008-09-11  James Hawkinscrypt32: Fix a failing test in win9x.
2008-09-11  James Hawkinsmstask: Fix a few failing tests in win2k.
2008-09-11  James Hawkinsshell32: Fix two failing tests in win2k.
2008-09-11  James Hawkinssecur32: Fix two failing tests in win2k.
2008-09-11  Alexandre Julliardkernel32: Added implementation for UnregisterWaitEx.
2008-09-11  Alexandre Julliardmstask/tests: Use case-insensitive compare for file...
2008-09-11  Dmitry Timoshkovuser32: Fix the work area test to pass on Windows when...
2008-09-11  Dmitry Timoshkovuser32: Implement SystemParametersInfo(SPI_GETWORKAREA...
2008-09-11  Dmitry Timoshkovuser32: Make GetMonitorInfoW print the monitor properties.
2008-09-11  Dmitry Timoshkovkernel32: Use a kernel error code.
2008-09-11  Dmitry Timoshkovwinex11.drv: Fix the scan codes keypad keys section...
2008-09-11  Roy Sheashell32: Use default system icons if PrivateExtractIcon...
2008-09-11  Juan Langriched20: Use helper function rather than goto to retur...
2008-09-11  Juan Languser32: Return error if memory allocation fails. Fixes...
2008-09-11  Juan Langcrypt32: Don't set salt's cbData unless allocation...
next