ntdll: Implement NtCancelIoFileEx and fix NtCancelIoFile.
[wine] / dlls /
2009-08-18  Mike Kaplinskiyntdll: Implement NtCancelIoFileEx and fix NtCancelIoFile.
2009-08-18  Alexandre Julliardkernel32: Use a longer wineboot timeout for the initial...
2009-08-18  Alexandre Julliardkernel32: Don't wait for wineboot once the process...
2009-08-18  Vladimir Pankratovwininet: Update Russian translation.
2009-08-18  Vladimir Pankratovmshtml: Add test for OmNavigator_get_appName.
2009-08-18  Vladimir Pankratovmshtml: Implement OmNavigator_get_appName.
2009-08-18  Alexandre Julliardsetupapi: Copy the pre-compiled fake dll files instead...
2009-08-18  Alexandre Julliardmakefiles: Add rules for installing fake modules.
2009-08-18  Alexandre Julliardmakefiles: Add rules for building fake modules.
2009-08-18  Sunil Mohanoleaut32: Fix SLTG_ReadString to null terminate.
2009-08-18  Michael Karcherntdll: Add handing of MEM_EXECUTE_OPTION_PERMANENT.
2009-08-18  Michael Karcherntdll: Don't send EXCEPTION_EXECUTE_FAULT to Windows...
2009-08-18  Michael Karcherntdll: Add ProcessExecuteFlags handling to NtQueryInfor...
2009-08-18  Michael Stefaniucwininet: Update the Romanian translation.
2009-08-17  Jörg Höhlewined3d: Check GL_SUPPORT prior to an ARB occlusion...
2009-08-17  Huw Daviesrpcrt4: Add support for FC_ALIGNM2.
2009-08-17  Michael Karcherserver: Don't report LOAD_DLL debug event for exe module.
2009-08-17  Alexandre Julliardwinex11: Add handling of take focus event on the deskto...
2009-08-17  Nikolay Sivovcomctl32/tab: Init TCITEM fields in TCM_GETITEM when...
2009-08-17  Nikolay Sivovcomctl32/tab: Check destination pointer for NULL in...
2009-08-17  Rein Klazesadvapi32: SetEntriesInAclW() should accept account...
2009-08-17  Piotr Cabanjscript: Fixed Object's function lengths.
2009-08-17  Piotr Cabanjscript: Fixed Math's function lengths.
2009-08-17  Piotr Cabanjscript: Fixed Array's function lengths.
2009-08-17  Piotr Cabanjscript: Fixed Date's function lengths.
2009-08-17  Piotr Cabanjscript: Fixed RegExp's function lengths.
2009-08-17  Piotr Cabanjscript: Fixed String's function lengths.
2009-08-17  Piotr Cabanjscript: Fixed Number's function lengths.
2009-08-17  Piotr Cabanjscript: Added Boolean's function lengths test.
2009-08-17  Henri Verbeetwined3d: Replace find_clip_texcoord() with a generic...
2009-08-17  Henri Verbeetwined3d: Remove a redundant IWineD3DDeviceImpl_MarkStat...
2009-08-17  Henri Verbeetwined3d: Use WINED3D_UNMAPPED_STAGE in some more places.
2009-08-17  Henri Verbeetwined3d: Check the correct vertex sampler in device_uni...
2009-08-17  Henri Verbeetwined3d: Don't use a start index higher than MAX_COMBIN...
2009-08-17  Jacek Cabanmshtml: Disable spell checker.
2009-08-17  Dylan Smithrichedit: Fixed check for nOffset at the end of the...
2009-08-17  Vincent Povirkwindowscodecs: Add a WARN message when CreateDecoderFro...
2009-08-17  Juan Langshdocvw: Support URLs passed by reference in WebBrowser...
2009-08-17  Jacek Cabandbghelp: Check for NULL adt before using it in stabs_pt...
2009-08-17  Jacek Cabandbghelp: Use symt_get_name directly in stabs_pts_read_a...
2009-08-17  Jacek Cabandbghelp: Fixed buffer overflow in stabs_parse.
2009-08-14  Jacek Cabandbghelp: Improved arena allocation in pool_alloc.
2009-08-14  Stefan Leichterntoskrnl.exe: Add stub for IoQueryDeviceDescription.
2009-08-14  Alexandre Julliardwintrust: Add stubs for the driver policy init functions.
2009-08-14  Jacek Cabanmsxml3: Optimize bstr_from_xmlChar implementation.
2009-08-14  Alistair Leslie... msxml3: Register missing MXXMLWriter interfaces.
2009-08-14  Alistair Leslie... msxml3: IXMLDOMElement doesn't support IObjectIdentity.
2009-08-14  Alistair Leslie... shdocvw: Add basic support for InPlaceDeactivate.
2009-08-14  Piotr Cabanjscript: Inherit Math from Object.
2009-08-14  Piotr Cabanjscript: Added RegExp.source implementation.
2009-08-14  Piotr Cabanjscript: Inherit some Function functions from Object.
2009-08-14  Piotr Cabanjscript: Inherit some Error functions from Object.
2009-08-14  Piotr Cabanjscript: Inherit some Array functions from Object.
2009-08-14  Piotr Cabanjscript: Inherit some Boolean function from Object.
2009-08-14  Piotr Cabanjscript: Inherit some Date functions from Object.
2009-08-14  Vincent Povirkwindowscodecs: Implement conversion from 8bppIndexed...
2009-08-14  Vincent Povirkwindowscodecs: Implement conversion from 4bppIndexed...
2009-08-14  Vincent Povirkwindowscodecs: Implement conversion from 24bppBGR to...
2009-08-14  Vincent Povirkwindowscodecs: Implement conversion from 1bppIndexed...
2009-08-14  Vincent Povirkwindowscodecs: Implement conversion from 16bppBGR565...
2009-08-14  Vincent Povirkwindowscodecs: Implement conversion from 16bppBGR555...
2009-08-14  Vincent Povirkwindowscodecs: Implement WICConvertBitmapSource.
2009-08-14  Vincent Povirkwindowscodecs: Register the default pixel format converter.
2009-08-14  Vincent Povirkwindowscodecs: Add stub implementation of IWICFormatCon...
2009-08-14  Vincent Povirkwindowscodecs: Implement conversion to 32bppBGR.
2009-08-14  Vincent Povirkwindowscodecs: Implement GetPixelFormat for default...
2009-08-14  Vincent Povirkwindowscodecs: Implement GetSize/Resolution for default...
2009-08-14  Vincent Povirkwindowscodecs: Implement conversion from 32bppBGR to...
2009-08-14  Vincent Povirkwindowscodecs: Add stub implementation of WICStandardFo...
2009-08-14  Vincent Povirkwindowscodecs: Register all formats supported by the...
2009-08-14  Henri Verbeetwined3d: Make RTL_READTEX the default rendertarget...
2009-08-14  Henri Verbeetwined3d: Add a separate function for guessing the card.
2009-08-14  Henri Verbeetwined3d: Add a separate function for guessing the drive...
2009-08-14  Henri Verbeetwined3d: Add a separate function for parsing the GL...
2009-08-14  Henri Verbeetwined3d: Add a separate function for guessing the vendor.
2009-08-14  Henri Verbeetwined3d: Escape GL strings with debugstr_a() in IWineD3...
2009-08-14  Andrew Eikumcomctl32/tests: Add tests for wizard dialog navigation.
2009-08-14  Andrew Eikumuser32/tests: Add tests for saving and restoring contro...
2009-08-14  Andrew Eikumcomctl32: Correctly assign focus and default button...
2009-08-14  Andrew Eikumcomctl32: Don't pass unrelated control to UnChanged.
2009-08-14  Austin Lunduser32/tests: Remove superfluous code from WM_PAINT...
2009-08-14  Michael Karcherntdll/tests: Implement tests for data execution prevention.
2009-08-14  Jacek Cabanjscript: Added missing port.h includes.
2009-08-14  Jacek Cabanmshtml: Parse post data in channelbsc_set_channel.
2009-08-14  Jörg Höhled3d9/tests: Detect empty graphics driver name.
2009-08-13  Alexandre Julliardconfigure: Disable installation of a number of extra...
2009-08-13  Alexandre Julliardwinex11: Use the Globally Active focus model with take...
2009-08-13  Juan Langws2_32: Implement getsockopt(SOL_IRLMP, IRLMP_ENUMDEVICES).
2009-08-13  Juan Langws2_32: Add debug support for IrDA addresses.
2009-08-13  Juan Langws2_32: Implement ws_sockaddr_u2ws for AF_IRDA.
2009-08-13  Juan Langws2_32: Implement ws_sockaddr_ws2u for AF_IRDA.
2009-08-13  Juan Langws2_32: Allow binding to IrDA sockets if IrDA support...
2009-08-13  Juan Langws2_32: Add AF_IRDA to the address family map.
2009-08-13  Andrew Eikumgdiplus/tests: Add tests for GdipGetVisibleClipBounds.
2009-08-13  Andrew Eikumgdiplus: Implement GdipGetVisibleClipBounds.
2009-08-13  Andrew Eikumgdiplus: Create utility function get_graphics_bounds.
2009-08-13  André Hentschelmsvfw32: Update German translation.
2009-08-13  André Hentschelcomdlg32: Update German translation.
2009-08-13  Austin Lunduser32/tests: Added tests for infinite WM_PAINT loop.
2009-08-13  Owen Rudgecomctl32: Add stubs for image list functions introduced...
next