winecfg: Convert Japanese resource to UTF-8.
[wine] / dlls /
2008-10-13  Jacek Cabanmshtml: Test for NULL nscontainer in set_event_handler_...
2008-10-13  Jacek Cabanmshtml: Added element mouseout and selectstart event...
2008-10-13  Jacek Cabanmshtml: Added document keydown, keyup, dragstart and...
2008-10-13  Jacek Cabanmshtml: Added element keydown, mouseup and mousedown...
2008-10-13  Jacek Cabanmshtml: Added element blur, focus, paste and drag event...
2008-10-13  Jacek Cabanmshtml: Added IHTMLInputElement::select implementation.
2008-10-13  Jacek Cabanmshtml: Added open and close implementation.
2008-10-13  Jacek Cabanmshtml: Added IHTMLFrameBase2::get_contentWidnow implem...
2008-10-13  Jacek Cabanmshtml: Move GetContentDOMWindow call from HTMLWindow_C...
2008-10-13  Jacek Cabanmshtml: Don't crash in notif_focus if client is NULL.
2008-10-13  Jacek Cabanmshtml: Don't crash in UIActivate if hostui is NULL.
2008-10-13  Jacek Cabanmshtml: Added IHTMLEventObj::get_srcElement implementation.
2008-10-13  Jacek Cabanmshtml: Added set_event_handler(VT_NULL) implementation.
2008-10-13  Jacek Cabanmshtml: Pass the right 'this' argument to event handlers.
2008-10-13  Jacek Cabanmshtml: Added IHTMLWindow2::get_event implementation.
2008-10-13  Jacek Cabanmshtml: Added event bubbling implementation.
2008-10-13  Jacek Cabanmshtml: Added get_onmouseover implementations.
2008-10-13  Jacek Cabanmshtml: Added IHTMLDocument2::put_onmouseover implement...
2008-10-13  Jacek Cabanmshtml: Added IHTMLElement::put_onmouseover implementation.
2008-10-11  Alexandre Julliardcomcat: Moved all the implementation to ole32 where...
2008-10-11  Alexandre Julliardcomcat: Get rid of the redundant IUnknown vtable for...
2008-10-11  Alexandre Julliardcomcat: Simplify the class factory implementation and...
2008-10-11  Alexandre Julliardcomcat: Moved dll registration to ole32.
2008-10-11  Alexandre Julliardcomcat: Get rid of NULL checks on the This pointer.
2008-10-10  Francois GougetAssorted spelling fixes.
2008-10-10  Francois Gougetcryptdlg: Fix compilation on systems that don't support...
2008-10-10  Francois Gougetmshtml/tests: Add a trailing '\n' to an ok() call.
2008-10-10  Roderick Colenbranderopengl32: Add a test case for WGL_ARB_create_context...
2008-10-10  Alistair Leslie... mshtml: Implement IHTMLStyle put/get borderWidth.
2008-10-10  Jacek Cabanmshtml: Moved events declaration to separated file.
2008-10-10  Jacek Cabanmshtml: Added IDispatchEx support to HTMLEventObj.
2008-10-10  Jacek Cabanmshtml: Don't use IDispatchEx for timer callbacks.
2008-10-10  Jacek Cabanmshtml: Added IHTMLSelectElement::[get|put]_disabled...
2008-10-10  Jacek Cabanmshtml: Use IHTMLElement3 in IDispatchEx.
2008-10-10  Jacek Cabanmshtml: Added IHTMLElement3::[get|put]_implementation.
2008-10-10  Jacek Cabanmshtml: Forward IHTMLelement3::[get|put]_disabled to...
2008-10-10  Jacek Cabanmshtml: Get rid of setup_nswindow.
2008-10-10  Jacek Cabanmshtml: Use stored nsdoc in IHTMLOptionElementFactory...
2008-10-10  Jacek Cabanmshtml: Use stored nsdoc in IHTMOptionElement::put_text.
2008-10-10  Jacek Cabanmshtml: Use stored nsdoc in IHTMLElement::insertAdjacen...
2008-10-10  Jacek Cabanmshtml: Use stored nsdoc in IHTMLElement::insertAdjacen...
2008-10-10  Jacek Cabanmshtml: Use stored nsdoc in exec_indent.
2008-10-10  Jacek Cabanmshtml: Use stored nsdoc in IHTMLTxtRange::expand.
2008-10-10  Dmitry Timoshkovwinmm: The buffer provided by an application is valid...
2008-10-10  James Hawkinscomctl32: Fix MCM_SETFIRSTDAYOFWEEK when the first...
2008-10-10  Juan Langcrypt32: Fix some test failures on Win9x.
2008-10-10  Paul Vriensspoolss/tests: Fix a failure on Vista/W2K8.
2008-10-10  Paul Vrienswinmm/tests: Fix some failures on Vista and W2K8.
2008-10-10  Paul Vrienswinmm/tests: Fix the failures on Win9x and WinMe.
2008-10-10  Henri Verbeetddraw: Remove a few more redundant inits (LLVM/Clang).
2008-10-10  Henri Verbeetwined3d: Pass the correct RECT to LoadLocation() in...
2008-10-10  Henri Verbeetwined3d: Declare diffuseColor and specularColor inside...
2008-10-10  Aric Stewartmlang/tests: Make sure a given codepage has 'abc' befor...
2008-10-10  Michael Karchermsxml3: Text node should not aggregate element.
2008-10-10  Michael Karchermsxml3: _domtext->element is in fact a IXMLDOMNode.
2008-10-10  Hans Leidekkerusp10: Store glyph mappings and widths in the script...
2008-10-09  Stefan Leichterwinscard: Add stubs for SCardAddReaderToGroupA/W.
2008-10-09  Alexandre Julliardmsi/tests: Clean up the binary.dat file.
2008-10-09  Juan Langinetmib1: Fix remaining failure on Win9x/NT4.
2008-10-09  Juan Langinetmib1: Fix some test failures on Win9x/NT4.
2008-10-09  Juan Langwintrust: Fix test failures on Win9x.
2008-10-09  Alistair Leslie... msxml3: Add IXMLHTTPRequest support.
2008-10-09  Alexander Morozovntoskrnl.exe: Fix trace typo.
2008-10-09  Paul Vriensuser32/tests: Don't crash on NT4.
2008-10-09  Paul Vrienswintrust/tests: Vista/W2K8 have some extra struct members.
2008-10-09  Paul Vriensshell32/tests: Fix a failure on NT4.
2008-10-09  Paul Vriensole32/tests: Fix two failures on NT4.
2008-10-09  James Hawkinsmsi: Initialize the count variable to zero.
2008-10-09  James Hawkinsmsi: Add extra constraints on the formatting string...
2008-10-09  James Hawkinsmsi: Add a stub implementation of MsiDetermineApplicabl...
2008-10-09  James Hawkinsmsi: Replace lengthy calls to MSI_DatabaseOpenView...
2008-10-09  James Hawkinsmsi: Add initial implementation of MsiDatabaseMerge...
2008-10-09  James Hawkinsmsi: Add tests for converting record fields between...
2008-10-09  James Hawkinsmsi: Remove a part of a debugging statement that was...
2008-10-09  Dmitry Timoshkovgdi32: Revert incorrect fix introduced in a5d288f08c08d...
2008-10-09  Dmitry Timoshkovgdi32: Remove the code which bypasses the DC transforma...
2008-10-09  Jacek Cabanjscript: Added '%=' expression implementation.
2008-10-09  Jacek Cabanjscript: Added '%' expression implementation.
2008-10-09  Alexandre Julliardws2_32: Allow arbitrary-sized iovecs again in WSASendTo...
2008-10-09  Juan Langcrypt32: Fix error handling for cyclic chains.
2008-10-09  Juan Langcrypt32: Remove an error that no longer fails.
2008-10-09  Juan Langcrypt32: Fix some chain failures on Win9x/NT4.
2008-10-09  Juan Langcrypt32: Fix test failures on NT4.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in IHTMLTxtRange::put_text.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in prev_node.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in IHTMLDocument3::getElementById.
2008-10-09  Jacek Cabanmshtml: Use stored nselem in get_documentElement.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in createTextNode.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in IHTMLDocument2::get_styleSh...
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in IHTMLDocument2::createElement.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in IHTMLDocument2::write.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in IHTMLDocument2::get_title.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in IHTMLDocument2::put_title.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in IHTMLDocument2::get_body.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in IHTMDocument2::get_all.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in HTMLCurrentStyle_Create.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in createTextRange.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in exec_hyperlink.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in set_font_size.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in get_doc_string.
next