wine/eterwine.git
2008-03-27 Stefan Dösingerd3d9: Add a basic test for multiple rendertargets.
2008-03-27 Stefan Dösingerddraw: Some EnumZBufferFormat fixes.
2008-03-27 Stefan Dösingerddraw: Fix some Z buffer formats.
2008-03-27 Austin EnglishSpelling fixes.
2008-03-27 Alexander Dorofeyevd3d9/tests: Test that GOURAUD and PHONG modes are equal.
2008-03-27 Alexander Dorofeyevwined3d: Make device palettes dynamically allocated.
2008-03-27 Dmitry Timoshkovuser32: Add a test for combobox navigation with arrow...
2008-03-27 Alistair Leslie... msxml3: Correct IXMLDOMCDATASection appendData.
2008-03-27 Alistair Leslie... msxml3: Correct IXMLDOMComment appendData.
2008-03-27 Alistair Leslie... msxml3: Correct IXMLDOMText appendData.
2008-03-27 Alexander Nicolaysen... wordpad: Add support for previewing two pages side...
2008-03-27 Francois Gougetddraw: Remove trailing spaces in ok() calls.
2008-03-27 Michael Stefaniucuser32: Add the Romanian translation.
2008-03-27 Michael Stefaniucwinhelp: Update the German translation.
2008-03-26 Aurimas Fischerfonts: Where possible use references to Latin glyphs...
2008-03-26 Andrew Talbotwineoss.drv: Assign to structs instead of using memcpy.
2008-03-26 Andrew Talbotwinejack.drv: Assign to structs instead of using memcpy.
2008-03-26 Andrew Talbotwinenas.drv: Assign to struct instead of using memcpy.
2008-03-26 Andrew Talbotwineesd.drv: Assign to structs instead of using memcpy.
2008-03-26 Hans Leidekkerwininet: Support chunked reads in InternetReadFileEx...
2008-03-26 Herve Chanalwinefile: A nicer icon.
2008-03-26 Alexandre Julliardgdi32: Store the return value separately in StretchDIBi...
2008-03-26 Alexandre Julliardshell32: Add a license message box and a build id to...
2008-03-26 Alexandre Julliarduser32: Allow arbitrary text size for loaded strings...
2008-03-26 Alexandre Julliardntdll: Export the libwine version functions from ntdll...
2008-03-26 Alexandre Julliardlibwine: Export functions that return the Wine version...
2008-03-26 Dan Kegelkernel32: Test negative dest len in WideCharToMultiByte.
2008-03-26 Jacek Cabanurlmon: Don't use -1 length in WideCharToMultiByte...
2008-03-26 Jacek Cabanmshtml: Fixed invalid use of -1 length in WideCharToMul...
2008-03-26 Jacek Cabanmshtml: Fixed crash in tests if Gecko is not available.
2008-03-26 Jacek Cabanmshtml: Added nsIChannel::SetContentType implementation.
2008-03-26 Jacek Cabanmshtml: Pass buffer length to MultiByteToWideChar inste...
2008-03-26 Jacek Cabanmshtml: Rename nsChannel::content to content_type and...
2008-03-26 Jacek Cabanmshtml: Added IHTMLDocument2::get_location implementation.
2008-03-26 Alexandre Julliardquartz: Avoid %ll printf formats.
2008-03-26 Alexandre Julliardqmgr: Avoid %ll printf formats.
2008-03-26 Alexandre Julliardntdll: Clear the process stack again after dll init...
2008-03-26 Alexandre Julliardkernel32: Moved the allocation of the process stack...
2008-03-26 Alexandre Julliardlibwine: Added a wine_call_on_stack function.
2008-03-26 Alexandre Julliardserver: impersonation_level should be an int since...
2008-03-26 Stefan Leichteradvapi32: Partly implemented QueryServiceConfig2A/W.
2008-03-26 Paul Vrienssetupapi: Forward SetupInstallServicesFromInfSectionA...
2008-03-26 Hans Leidekkerwininet: Implement chunked reads.
2008-03-26 Aric Stewartimm: Implement ImmGetIMEFileNameW and ImmGetIMEFileNameA.
2008-03-26 Alexandre Julliardwinex11: Fix X11DRV_CLIPBOARD_ReadProperty to read...
2008-03-26 Lei Zhanguser32: Tweak how the edit control handles WM_GETDLGCODE.
2008-03-26 Aurimas Fischerfonts: Where possible use references to Latin glyphs...
2008-03-26 Anatoly Lyutincomctl32: Add HotTrackingColor into COMCTL32_SysColor...
2008-03-26 Alistair Leslie... msxml3: Correct SAXXMLReader_create.
2008-03-26 Dmitry Timoshkovd3d9: Make the visual test pass on GeForce Go 7600.
2008-03-26 Dmitry Timoshkovkernel32: Make the test compatible with win9x.
2008-03-26 Michael Stefaniuccomdlg32: Small typo fix in the German translation.
2008-03-26 Michael Stefaniuccomdlg32: Add the Romanian translation.
2008-03-26 Michael Stefaniucshell32: Update the German Translation.
2008-03-26 Michael Stefaniucmshtml: Update the German translation.
2008-03-26 Andrew Talbotwinecoreaudio.drv: Assign to structs instead of using...
2008-03-26 Andrew Talbotwineaudioio.drv: Assign to structs instead of using...
2008-03-26 Lei Zhangmsxml3: Fix compiles for systems without libxml2.
2008-03-26 Juan Langcrypt32: Allow one update to a decode message after...
2008-03-26 Juan Langcrypt32: Keep track of state in each message type's...
2008-03-26 Juan Langcrypt32: Test updates after the final update to a detac...
2008-03-25 Lei Zhangcomdlg32: Avoid double free in PRINTDLG_PaperSizeA/W.
2008-03-25 Juan Langadvapi32: Create MachineGuid value if it doesn't exist.
2008-03-25 Juan Langadvapi32: Test the MachineGuid value.
2008-03-25 Austin Englishgdi32: Spelling fixes.
2008-03-25 Stefan Dösingerwined3d: Enable D3DFMT_V8U8 with GL_ATI_fragment_shader.
2008-03-25 Stefan Dösingerwined3d: Implement env bump mapping in the atifs ffp...
2008-03-25 Stefan Dösingerwined3d: Fragment processing using GL_ATI_fragment_shader.
2008-03-25 Stefan Dösingerwined3d: Add a shader DLL init callback.
2008-03-25 Stefan Dösingerwined3d: Add GL_ATI_fragment_shader.
2008-03-25 Stefan Dösingerwined3d: Alloc / free shader private data and blt stuff...
2008-03-25 Stefan Dösingerwined3d: Free shader private data on reset.
2008-03-25 Stefan Dösingerd3d9: Add a projected texture test.
2008-03-25 Stefan Dösingerwined3d: Move shader caps setting into the arb and...
2008-03-25 Stefan Dösingerwined3d: Set shader specific caps in the shader backend.
2008-03-25 Stefan Dösingerd3d: De-pointerize the WINED3DCAPS structure.
2008-03-25 Stefan Dösingerwined3d: Move the shader backend selection into a separ...
2008-03-25 Stefan Dösingerwined3d: Move shader generation into the shader backend.
2008-03-25 Stefan Dösingerwined3d: Make the state table a property of the shader...
2008-03-25 Alexandre Julliardcomdlg32: Fixed a number of buffer overflows in the...
2008-03-25 Huw Daviesmscms: Fix compilation without lcms.
2008-03-25 Alexandre Julliardregedit: Display a larger icon in the About box.
2008-03-25 Herve Chanalregedit: A nicer icon.
2008-03-25 Marcus Meissnermsxml3: Fixed include of SAX.h.
2008-03-25 Roderick Colenbranderwined3d: Always report D16 as Windows drivers report...
2008-03-25 Justin Chevrierwine.inf: Create fake dll entry for dosx.exe.
2008-03-25 Alexandre Julliardmscoree: Implement a number of interop helpers.
2008-03-25 Kolbjørn Fredheimddraw: Don't clear the return value anymore, we fill...
2008-03-25 Hans Leidekkermscms: Rewrite handle management to be thread-safe...
2008-03-25 Alexandre Julliardwinex11: Don't attempt to dock into the system tray...
2008-03-25 James Hawkinsfusion: Implement CreateAssemblyCache.
2008-03-25 James Hawkinsfusion: Add a stub implementation of IAssemblyEnum.
2008-03-25 James Hawkinsfusion: Add a stub implementation of IAssemblyCache.
2008-03-25 Alexander Dorofeyevwined3d: Don't store primary surface palette in device...
2008-03-25 Alexander Dorofeyevwined3d: Don't use device palettes in RealizePalette.
2008-03-25 Alexander Dorofeyevwined3d: Don't use device palettes in GetDC.
2008-03-25 Alexander Dorofeyevwined3d: Don't use device palettes in read_from_framebu...
2008-03-25 Alexander Dorofeyevddraw/tests: Add test for ddraw 8-bit mode.
2008-03-25 Alexander Dorofeyevwined3d: Fix comment.
2008-03-25 Alistair Leslie... msxml3: Added support for SAXXMLReader.
next