wine
2009-08-17  Dylan Smithwinedbg: Remove unused tokens in grammer file.
2009-08-17  Dylan Smithwinedbg: Prevent syntax error for setting all debug...
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  Cheer Xiaowinecfg: Update Chinese translation.
2009-08-17  Dylan Smithwordpad: Use smaller cbSize for REBARBANDINFOW for...
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-17  Alexandre Julliardwinebuild: Add support for creating 16-bit fake dlls.
2009-08-17  Alexandre Julliardwinebuild: Compute the resource offsets while building...
2009-08-17  Alexandre Julliardinclude: Fix the NE exe type defines.
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  Alexandre Julliardwinebuild: Add support for creating a fake dll at compi...
2009-08-14  Alexandre Julliardwinebuild: Compute the resource offsets while building...
2009-08-14  Alexandre Julliardwinebuild: Add helper functions for writing binary...
2009-08-14  Alexandre Julliardwinebuild: Add helper functions for reading binary...
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 Povirkinclude: Add definitions needed for WIC pixel format...
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öhlewinecfg: Fix German typo.
2009-08-14  Jörg Höhlecmd: Fix German typo.
2009-08-14  Jörg Höhled3d9/tests: Detect empty graphics driver name.
2009-08-14  Alexandre Julliardconfigure: Rename the main binary to "wine32" for the...
2009-08-13  Alexandre Julliardconfigure: Disable installation of a number of extra...
2009-08-13  Alexandre Julliardconfigure: Add a --with-wine64 option to build a 32...
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: Test for linux/irda.h.
2009-08-13  Juan Langws2_32: Add af_irda.h.
2009-08-13  Juan Langws2_32: Add AF_IRDA to the address family map.
2009-08-13  André Hentschelwinemaker: Put the defines in DEFINES instead of CEXTRA.
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é Hentschelcmdlgtst: Update German translation.
2009-08-13  André Hentscheltaskmgr: Update German translation.
2009-08-13  André Hentscheloleview: Update German translation.
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.
next