wine/eterwine.git
2008-05-01 Jacek Cabanmshtml: Added IDispatchEx support to HTMLDOMChildrenCol...
2008-05-01 Jacek Cabanmshtml: Added IHTMLDOMChildrenCollection::item implemen...
2008-05-01 Jacek Cabanmshtml: Added IHTMLDOMChildrenCollection::get_length...
2008-05-01 Jacek Cabanmshtml: Added get_childNodes implementation.
2008-05-01 Alex Villacís... richedit: Add tests for EM_FINDTEXT in 1.0 emulation...
2008-04-30 Nikolay Sivovgdiplus: Implemented GdipCreateFontFromDC.
2008-04-30 Rob Shearmanwininet: Add tests for GetUrlCacheEntryInfoExA.
2008-04-30 Rob Shearmanwininet: Don't crash in GetUrlCacheEntryInfoA/W if...
2008-04-30 Rob Shearmancryptdlg: Add stubs for CertTrustInit, CertTrustCertPol...
2008-04-30 Rob Shearmanwidl: Add the parsing of storage classes into declarati...
2008-04-30 Rob Shearmanwidl: Prepare for supporting storage classes in declara...
2008-04-30 Alexandre Julliarddxerr9: Don't use Wine debugging macros in static libra...
2008-04-30 Alexandre Julliarddxerr8: Don't use Wine debugging macros in static libra...
2008-04-30 Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-30 Petr Sumberaport: Add alternative for isinf.
2008-04-30 James Hawkinsmsi: Add initial implementation of MsiPublishAssemblies.
2008-04-30 Jacek Cabanmshtml.idl: Added DispHTMLStyle declaration.
2008-04-30 Jacek Cabanmshtml.idl: Added DispHTMLImg implementation.
2008-04-30 Roderick Colenbranderopengl32: Drop the ChoosePixelFormat test as it is...
2008-04-30 Eric Pouechjanitorial: Prototype func() should be func(void).
2008-04-30 Eric Pouechmsvcrt: Added __iob_func implementation.
2008-04-30 Eric Pouechwinhelp: Added support for transparent bitmaps.
2008-04-30 Eric Pouechwinhelp: Generate the proper RTF data for a table forma...
2008-04-30 Alexandre Julliarditss: Fix function prototype now that widl does the...
2008-04-30 Lei Zhanguserenv: Initial implementation of CreateEnvironmentBlock.
2008-04-30 Lei Zhanguserenv: Add initial tests for CreateEnvironmentBlock.
2008-04-30 Rob Shearmanwidl: callback, code, comm_status and in_line are attri...
2008-04-30 Rob Shearmanwidl: Allow pointer attributes to be applied to functio...
2008-04-30 Rob Shearmanwidl: Make constdef and externdef take a declarator...
2008-04-30 Rob Shearmanwidl: Add support for "inline" on function definitions.
2008-04-30 Rob Shearmanwidl: Keep const attributes applied to pointers when...
2008-04-30 Roderick Colenbranderwgl: We were already advertising GL_EXT_framebuffer_sRG...
2008-04-30 Nikolay Sivovgdiplus: Implemented GdipSetPathGradientCenterPointI.
2008-04-30 Nikolay Sivovgdiplus: Implemented GdipMultiplyWorldTransform.
2008-04-30 Nikolay Sivovgdiplus: Implemented GdipIsMatrixIdentity.
2008-04-30 Nikolay Sivovgdiplus: Implemented GdipIsMatrixEqual.
2008-04-30 Nikolay Sivovgdiplus: Implemented GdipGetPathWorldBoundsI.
2008-04-30 Nikolay Sivovgdiplus: Implemented GdipGetPathPointsI.
2008-04-30 Austin Englishshell32: Fix a typo.
2008-04-30 Hwang YunSong... start: Updated Korean resource.
2008-04-30 Andrew Talbotadvapi32: Use correct function pointer cast.
2008-04-30 Andrew Talbotwined3d: Remove unused variables.
2008-04-30 Andrew Talbotuxtheme: Remove unused variable.
2008-04-30 Andrew Talbotuser32: Remove unused variables.
2008-04-30 Markus Weilanddxdiagn: Implemented ullPhysicalMemory property for...
2008-04-30 Roderick Colenbranderwined3d: Add multisampling support.
2008-04-30 Dmitry Timoshkovwinecfg: Add a font size preview, update all language...
2008-04-30 Elias Benaliwinhelp: Check against a NULL pointer dereference.
2008-04-30 Alex Villacís... richedit: On failure to parse incoming text as RTF...
2008-04-29 Alexandre Julliardloader: Add stub versions of the pthread functions.
2008-04-29 Alexandre JulliardInclude wine/port.h everywhere we use exceptions.
2008-04-29 Alexandre Julliardmsvcrt: Rename a few functions to avoid conflicts with...
2008-04-29 Alexandre Julliardgdiplus: Fix the GdipFillRectangles spec entries.
2008-04-29 Alexandre Julliardws2_32/tests: Fix the gethostname prototype.
2008-04-29 Alexandre Julliardws2_32: Don't name a parameter errno.
2008-04-29 Alexandre Julliardwinex11: Fix debug trace using the removed opengl channel.
2008-04-29 Alistair Leslie... msxml3: Implement IXMLDOMComment insertData.
2008-04-29 Alistair Leslie... msxml3: Implement IObjectSafety for IXMLDOMDocument2.
2008-04-29 Alistair Leslie... msxml3: Implement IDispatch for IXMLDOMNode.
2008-04-29 Lei Zhangwinmm: Do not unload drivers when the process is termin...
2008-04-29 Alex Villacís... richedit: Paragraph may have multiple rows, which shoul...
2008-04-29 Alex Villacís... richedit: Private movement of cursors in text insertion...
2008-04-29 Alex Villacís... richedit: WM_SETTEXT - Clear modify step flag before...
2008-04-29 Alex Villacís... richedit: Fix modify step setting in EM_SETCHARFORMAT.
2008-04-29 Alex Villacís... richedit: Only notify selection change when selection...
2008-04-29 Alex Villacís... richedit: Implement rule that in 1.0 emulation, a singl...
2008-04-29 Alex Villacís... richedit: Flip the big switch and encode actual CR...
2008-04-29 Alex Villacís... richedit: Remove indication for bCRLF, now that ME_GetT...
2008-04-29 Alex Villacís... richedit: Modify ME_GetTextW() to honor CR and LF encod...
2008-04-29 Alex Villacís... richedit: EM_LINELENGTH: honor CR and LF counters.
2008-04-29 Alex Villacís... richedit: EM_GETLINE: honor CR and LF counters.
2008-04-29 Alex Villacís... richedit: Remove reliance on bEmulateVersion10 for...
2008-04-29 Alex Villacís... richedit: Fixups to move over to reliance on CR and...
2008-04-29 Alex Villacís... richedit: Add support for encoding number of CR and...
2008-04-29 Aric Stewarthlink: Implement IExtensionServices.
2008-04-29 Jeremy Whitegdi32: Shift default height used in EnumStructs to...
2008-04-29 Kusanagi Kouichiwinex11: Allow XIM server to be started after Wine.
2008-04-29 Tijl Coosemanshhctrl: Fix NULL pointer dereference in some failure...
2008-04-29 Nikolay Sivovgdiplus: Implemented GdipGetPathGradientCenterPointI.
2008-04-29 Nikolay Sivovgdiplus: Implemented GdipGetDpiX/GdipGetDpiY.
2008-04-29 Nikolay Sivovgdiplus: Implemented GdipFillRectangles/GdipFillRectang...
2008-04-29 Nikolay Sivovgdiplus: Implemented GdipFillEllipse/GdipFillEllipseI.
2008-04-29 Nikolay Sivovgdiplus: Implemented GdipDrawImagePointsRectI.
2008-04-29 Nikolay Sivovgdiplus: Implemented GdipDrawImage.
2008-04-29 Nikolay Sivovgdiplus: Implemented GdipDrawCurve/GdipDrawCurveI.
2008-04-29 Nikolay Sivovgdiplus: Implemented GdipDrawCurve2I.
2008-04-29 Roderick Colenbranderwined3d: Fix a few small bugs in WineD3D_ChoosePixelFormat.
2008-04-29 Dmitry Timoshkovgdi32: Make the bitmap test pass under Windows 2000.
2008-04-29 Dmitry Timoshkovgdi32: info->state.next is always NULL, there is no...
2008-04-29 Alexandre Julliarddocumentation: Remove PACKAGING, this is maintained...
2008-04-29 Alexandre Julliardwinex11: Don't put window manager decorations on shaped...
2008-04-29 Maarten Lankhorstquartz: Some state changes fixes.
2008-04-29 Maarten Lankhorstquartz: Handle failures better in acmwrapper.
2008-04-29 Maarten Lankhorstquartz: Keep track of the time in the video renderer.
2008-04-29 Maarten Lankhorstquartz: Fix bug in memallocator with test.
2008-04-29 Jacek Cabanmshtml: Added IDispatchEx support to HTMLOptionElement.
2008-04-29 Jacek Cabanmshtml: Added IDispatchEx support to HTMLInputElement.
2008-04-29 Jacek Cabanmshtml: Added indexed access to HTMLElementCollection...
2008-04-29 Jacek Cabanmshtml: Added support for custom DISPIDs.
2008-04-29 Jacek Cabanmshtml: Added IHTMLCommentElement declaration.
next