wine
2009-09-09  Hans Leidekkermsi: Add a test to show that creating shortcuts works...
2009-09-09  Hans Leidekkershell32: Reject NULL path in IShellLink_SetPath.
2009-09-09  Nikolay Sivovcomctl32/header: Add XP SP3 workaround for Header tests...
2009-09-09  Nikolay Sivovcomctl32/monthcal: Draw selected day as v6 does. Get...
2009-09-09  Nikolay Sivovcomctl32/monthcal: Cache window GWL_STYLE.
2009-09-09  Aric Stewartmsctf/tests: Add handler sink_check_ok for checking...
2009-09-09  Aric Stewartmsctf/test: Add sink_fire_ok helper and use it to check...
2009-09-09  Alexandre Julliardadvapi32/tests: Use explicit prototypes for function...
2009-09-09  Alexandre Julliardshell32: Use explicit prototypes for function pointers.
2009-09-09  Alexandre Julliardmapi32: Use explicit prototypes for function pointers.
2009-09-09  Alexandre Julliardcomctl32: Use explicit prototypes for function pointers.
2009-09-09  Alexandre Julliarduser32/tests: Use explicit prototypes for function...
2009-09-09  Alexandre Julliarduser32: Use explicit prototypes for function pointers.
2009-09-09  Alexandre Julliardkernel32: Use explicit prototypes for function pointers.
2009-09-09  Alexandre Julliardinclude: Fix the RPC_AUTH_KEY_RETRIEVAL_FN definition.
2009-09-09  Alexandre Julliardmsi: Force overwriting of read-only files when extracti...
2009-09-09  Alexandre Julliarduser32/tests: Non-US keyboards are allowed on Wine...
2009-09-09  Dmitry Timoshkovuser32: Send the same lParam with WM_SYSCOMMAND/SC_CLOS...
2009-09-09  Dmitry Timoshkovwinex11.drv: Handle WM_DELETE_WINDOW by simulating...
2009-09-09  Jacek Cabanmshtml: Added IHTMLElement::dblclick property implement...
2009-09-09  Jacek Cabanmshtml: Fire beforeunload event on body element.
2009-09-09  Jacek Cabanmshtml: Added support for document events in fire_event.
2009-09-09  Jacek Cabanmshtml: Added IHTMLWindow3::attachEvent implementation.
2009-09-09  Jacek Cabanmshtml: Added IHTMLWindow2::onload property.
2009-09-09  Jacek Cabanmshtml: Added IHTMLWindow2::onbeforeunload property...
2009-09-09  Jacek Cabanmshtml: Store body event target in window object.
2009-09-09  Jacek Cabanmshtml: Added javascript protocol tests.
2009-09-09  Jacek Cabanmshtml: Added JScriptProtocolInfo::QueryInfo implementa...
2009-09-09  Jacek Cabanmshtml: Added JSProtocolInfo::ParseUrl implementation.
2009-09-09  Jacek Cabanmshtml: Added JSProtocol class factory stub implementation.
2009-09-09  Jacek Cabanmshtml: Improve debug messages for timer invocation.
2009-09-09  Jacek Cabanmshtml: Make empty string is a valid overflow style.
2009-09-09  Aurimas Fišerasjscript: Update Lithuanian translation.
2009-09-09  Juan Langwinhttp: Add a fixme for WINHTTP_OPTION_SECURITY_FLAGS.
2009-09-09  Jaime Ravewined3d: Fix vendor detection when using an Intel X4500HD.
2009-09-09  Aric Stewartmsctf: Define ITfThreadFocusSink.
2009-09-09  Aric Stewartmsctf: Add stub ITfSourceSingle interface to ThreadMgr.
2009-09-09  Aric Stewartmsctf: Stub of TF_InvalidAssemblyListCacheIfExist.
2009-09-09  André Hentschelreadme.de: Git is not an acronym.
2009-09-09  Henri Verbeetwidl: Generate proper prototypes for function declarati...
2009-09-09  Henri Verbeetd3d10: Use debugstr_a()/debugstr_an() to trace external...
2009-09-09  Henri Verbeetd3d10: Implement ID3D10EffectType::GetDesc().
2009-09-09  Henri Verbeetd3d10: Implement ID3D10EffectVariable::GetType().
2009-09-09  Henri Verbeetd3d10: Add initial support for parsing structures.
2009-09-09  Henri Verbeetd3d10: Parse an effect type's basetype and class.
2009-09-09  Rico Schüllerd3d10: Add initial type parsing code.
2009-09-09  Davide Pizzettiwinefile: Italian translation update.
2009-09-09  Davide Pizzettistart: Italian translation update.
2009-09-09  Davide Pizzettiwinecfg: Italian translation update.
2009-09-08  Ilya Shpigorgdi32/tests: Add test for SelectClipRgn in metafile.
2009-09-08  Owen Rudgeshlwapi: Implement stub for UrlFixupW.
2009-09-08  Owen Rudgeshlwapi: Implement stub for ZoneCheckUrlExW.
2009-09-08  Owen Rudgeshlwapi: Implement stubs for SHFormatDateTimeA/W.
2009-09-08  Owen Rudgeshlwapi: Implement stub for SHGetViewStatePropertyBag.
2009-09-08  Owen Rudgeshlwapi: Implement stub for SHCreatePropertyBagOnRegKey.
2009-09-08  Owen Rudgeshlwapi: Implement IUnknown_UIActivateIO.
2009-09-08  Huw Daviesole32: The server principal name can be the constant...
2009-09-08  Huw Daviesinclude: Add IClientSecurity constants.
2009-09-08  Vincent Povirkgdiplus: Don't accept MS Sans Serif as the generic...
2009-09-08  Vincent Povirkgdiplus: Don't calculate the number of points in the...
2009-09-08  Vincent Povirkgdiplus: Don't use the supplied rect to calculate font...
2009-09-08  Vincent Povirkgdiplus: Stub GdipScaleLineTransform.
2009-09-08  Vincent Povirkgdiplus: Stub GdipResetLineTransform.
2009-09-08  Vincent Povirkgdiplus: Implement GdipDrawImagePointRect.
2009-09-08  Nikolay Sivovcomctl32/listview: Add partial support for cxMin width...
2009-09-08  Nikolay Sivovcomctl32/header: Implement HDS_NOSIZING style with...
2009-09-08  Nikolay Sivovcomctl32/listview: Handle LVCFMT_FIXED_WIDTH flag.
2009-09-08  Nikolay Sivovcomctl32/header: Implement HDF_FIXEDWIDTH format flag.
2009-09-08  Nikolay Sivovcomctl32/listview: Implement LVS_EX_TRANSPARENTBKGND...
2009-09-08  Jacek Cabanmshtml: Added HTML events test.
2009-09-08  Jacek Cabanmshtml: Added IHTMLElement2::attachEvent implementation.
2009-09-08  Jacek Cabanmshtml: Store event handlers in vector structure.
2009-09-08  Jacek Cabanmshtml: Added IHTMLDocument2::onclick property implemen...
2009-09-08  Jacek Cabanmshtml: Improve IHTMLEventObj getter stubs.
2009-09-08  Jacek Cabanmshtml: Added IHTMLEventObj::get_screen[XY] implementation.
2009-09-08  Jacek Cabanmshtml: Added IHTMLEventObj::get_client[XY] implementation.
2009-09-08  Jacek Cabanmshtml: Added IHTMLEventObj::get_button implementation.
2009-09-08  Jacek Cabanmshtml: Added IHTMLEventObj::get_keyCode implementation.
2009-09-08  Jacek Cabanmshtml: Addded IHTMLEventObj::get_shiftKey implementation.
2009-09-08  Jacek Cabanmshtml: Added IHTMLEventObj::get_ctrKey implementation.
2009-09-08  Jacek Cabanmshtml: Added IHTMLEventObj::get_altKey implementation.
2009-09-08  Jacek Cabanmshtml: Added IHTMLEventObj::get_type implementation.
2009-09-08  Jacek Cabanmshtml: Always create event object in fire_event.
2009-09-08  Jacek Cabanmshtml: Move event handlers invocation to separated...
2009-09-08  Jacek Cabanmshtml.idl: Added missing hidden attributes.
2009-09-08  Jacek Cabanmshtml: Added GetNextDispID and GetMemberName tests.
2009-09-08  Jacek Cabanmshtml: Added GetMemberName implementation.
2009-09-08  Jacek Cabanmshtml: Added IDispatchEx::GetNextDispID implementation.
2009-09-08  Jacek Cabanmshtml: Move builtin function info lookup to separated...
2009-09-08  Paul Vriensjscript: Updated Dutch translations.
2009-09-08  Austin Englishnetapi32: Add a stub for NetGroupGetInfo.
2009-09-08  Vitaliy Margolendinput: Convert axis mapping array to int instead of...
2009-09-08  Vitaliy Margolendinput: Move axes and buttons queries into initial...
2009-09-08  Austin Englishhal: Add a stub for HalGetBusDataByOffset.
2009-09-08  Dmitry Timoshkovriched20: Make vtables const.
2009-09-08  André Hentscheloleaut32/tests: Add a testcase for vartype.
2009-09-08  Jeff Zaroykoreadme: Git is not an acronym.
2009-09-08  Jacek Cabanjscript: Added 'in' expression implementation.
2009-09-08  Jacek Cabanjscript: Fixed typeof implementation for null VT_DISPATCH.
2009-09-08  Henri Verbeetwined3d: Fix some function pointers and typedefs.
next