wine/eterwine.git
2010-07-30 Henri Verbeetddraw: Use a less offensive handle table implementation...
2010-07-30 Henri Verbeetddraw: Use a less offensive handle table implementation...
2010-07-30 David Hedbergshell32: Fixup IShellItemArray_Constructor helper.
2010-07-30 Thomas Mullalyurlmon/tests: Added some more test URIs.
2010-07-30 Dylan Smithrichedit: Avoid redundant calls to ME_CalcRunExtent.
2010-07-30 Dylan Smithrichedit: Use ME_Cursor as parameter to ME_SplitRunSimple.
2010-07-30 Dylan Smithrichedit: Remove checks for converting internal CHARFOR...
2010-07-30 Dylan Smithrichedit: Check for bits instead of equality in EM_SETC...
2010-07-30 Dylan Smithrichedit: Don't change text mode with undo or redo...
2010-07-30 Dylan Smithrichedit: Return correct values when EM_SETTEXTMODE...
2010-07-30 André Hentschelmsi: Prevent cryptic error.
2010-07-30 André Hentscheljscript: Fix typo in registry information.
2010-07-30 Alexandre Julliardgdi32: Refresh the DC transforms when the visible recta...
2010-07-30 Alexandre Julliardwinex11: Fix the positioning of some graphics primitive...
2010-07-29 Matteo Brunid3dx9: Implement D3DXAssembleShaderFromFile.
2010-07-29 Matteo Brunid3dx9: Handle parent_data parameter of D3DXInclude...
2010-07-29 Alexander Nicolaysen... shdocvw: Update the address bar when URL changes.
2010-07-29 Alexander Nicolaysen... shdocvw: Add DocHostContainer interface to interact...
2010-07-29 Jacek Cabanwscript.exe: Added IHost stub implementation.
2010-07-29 Jacek Cabanwscript.exe: Added IHost typelib.
2010-07-29 Huw Daviesoleaut32: Don't invoke a function that has the restrict...
2010-07-29 Henri Verbeetddraw: Use a less offensive handle table implementation...
2010-07-29 Henri Verbeetddraw: Use a less offensive handle table implementation...
2010-07-29 Henri Verbeetd3d9/tests: Fix an ok() message in pointsize_test().
2010-07-29 Henri Verbeetd3d9/tests: Add a test for handling floating point...
2010-07-29 Henri Verbeetwined3d: Clamp vertex shader outputs.
2010-07-29 Henri Verbeetwined3d: Unify vertex shader output handling between...
2010-07-29 Harald Hoyerpreloader: Fix moving of auxiliary values.
2010-07-29 Igor Paliychukcomdlg32: Fixed Ukrainian standard dialog sizes.
2010-07-29 Stefan Dösingerwined3d: Add casts for int to float conversions.
2010-07-29 Stefan Dösingerwined3d: Fix an msvc anachronism warning.
2010-07-29 Stefan Dösingerwined3d: Use a int for the mantissa in float_24_to_32.
2010-07-29 Stefan Dösingerwined3d: Use powf instead of pow.
2010-07-29 Alexandre Julliardgdi32: Fix offset for mirrored devices that have a...
2010-07-29 Alexandre Julliardgdi32: Fix text positioning in mirrored DCs.
2010-07-29 Alexandre Julliardgdi32: Mirror the clip region when the DC is mirrored...
2010-07-29 Nikolay Sivovshlwapi: Implement SKGetValueW over SHGetShellKey.
2010-07-29 Nikolay Sivovshlwapi: Partially implement SHGetShellKey.
2010-07-29 Nikolay Sivovshlwapi/tests: Fix some test failures on Win2000.
2010-07-29 Dylan Smithrichedit: Removed unused run flags values.
2010-07-29 Dylan Smithrichedit: Removed redundant variable ptLastSplittableRun.
2010-07-29 Dylan Smithrichedit: Invalidate without calling UpdateWindow in...
2010-07-29 Dylan Smithrichedit: Remove redundant commit and repaint in ME_Str...
2010-07-29 Dylan Smithrichedit: EN_UPDATE notification is sent on WM_PAINT.
2010-07-29 Thomas Mullalyurlmon: Implemented IUri_GetPort.
2010-07-29 Thomas Mullalyurlmon: Implemented canonicalization for ports in URIs.
2010-07-29 Thomas Mullalyurlmon/tests: Restructured invalid URI tests plus added...
2010-07-29 Thomas Mullalyurlmon: Implemented a port parse for URIs.
2010-07-29 Thomas Mullalyurlmon: Fixed a bug that would cause tests to randomly...
2010-07-29 Frédéric Delanoyshdocvw: Fix French translation.
2010-07-29 Matt 'Murph... imm32: Set size of OSVERSIONINFOA before calling GetVer...
2010-07-29 Paul Vrienssetupapi: Add a stub for SetupDiLoadClassIcon.
2010-07-29 Andrew Eikumcomdlg32/tests: Use GetOpenFileNameA instead of GetOpen...
2010-07-28 Alexandre Julliardgdi32: Make sure the text dimensions are always positiv...
2010-07-28 Alexandre Julliardwinex11: Fix handling of the lpDx array in ExtTextOut...
2010-07-28 Alexandre Julliardgdi32/tests: Add some tests for the DC origin in RTL...
2010-07-28 Alexandre Julliardgdi32/tests: Make function pointers global in the mappi...
2010-07-28 Alexandre Julliardgdi32: Make the top right corner the DC origin for...
2010-07-28 Mike Kaplinskiyserver: Fix some comments.
2010-07-28 Mike Kaplinskiyserver: Don't delay events, we simply shouldn't send...
2010-07-28 Mike Kaplinskiyserver: Consume events triggered.
2010-07-28 Alexandre Julliardserver: Use tgkill to send signals on x86_64 too.
2010-07-28 Mariusz Plucińskigameux: Add interface registration routines.
2010-07-28 Mariusz Plucińskigameux: Add IClassFactory implementation.
2010-07-28 Mariusz Plucińskigameux: Add stub of IGameExplorer implementation.
2010-07-28 Mariusz Plucińskigameux: Add gameux.dll library stub.
2010-07-28 Frédéric Delanoyshdocvw: Add French translation.
2010-07-28 Anders Jonssonshdocvw: Add Swedish translation.
2010-07-28 Michael Stefaniucserver: Simplify tkill() and remove unreachable code...
2010-07-28 Nikolay Sivovcomctl32/treeview: Fix possible crash in TVS_SINGELEXPA...
2010-07-28 Jörg Höhlemsvidc: ICDecompressQuery returns ICERR_BADFORMAT on...
2010-07-28 Jörg Höhlemsvfw32/tests: Add ICDecompressQuery format tests.
2010-07-28 Johan Gillddraw: Added a todo_wine test for SetCooperativeLevel.
2010-07-28 Alexander Nicolaysen... shdocvw: Make the addressbar in IE do something useful.
2010-07-28 Alexander Nicolaysen... shdocvw: Add an address bar to IE.
2010-07-28 Jacek Cabanwscript.exe: Added parsing script file implmentation.
2010-07-28 Jacek Cabanwscript.exe: Added script engine host implementation.
2010-07-28 Jacek Cabanwscript.exe: Added engine lookup implementation.
2010-07-28 Jacek Cabanjscript: Register .js file type.
2010-07-28 Jacek Cabanjscript: Return S_OK in SetScriptState for SCRIPTSTATE_...
2010-07-28 Jacek Cabanwscript.exe: Added stub implementation.
2010-07-28 Huw Daviesole32: Pass a real IUnknown ptr to CoMarshalInterface.
2010-07-28 Paul Chitescud3dx9_36: Provide an empty error message in the stub...
2010-07-28 Reece Dunnntdll/tests: check io.Status in the file tests.
2010-07-28 Jacek Cabanshdocvw: Inherit HlinkFrame in InternetExplorer object.
2010-07-28 Jacek Cabanshdocvw: Moved ITargetFrame2 implementation to HlinkFra...
2010-07-28 Jacek Cabanshdocvw: Moved IHlinkFrame implementation to separated...
2010-07-28 Matteo Bruniinclude: Add the ID3D10Blob interface.
2010-07-28 Alexandre Julliardurlmon/tests: Don't bother testing unimplemented functi...
2010-07-28 Paul Vriensmsxml3: Ignore a property.
2010-07-28 Igor Paliychukcomdlg32: Fixed Russian standard dialog sizes.
2010-07-28 Igor Paliychukcrypt32: Ukrainian translation update.
2010-07-28 Andrew Nguyenntdll: Fix the status code for ProcessDebugObjectHandle...
2010-07-28 Andrew Nguyenpropsys: Fix comma processing in PSPropertyKeyFromString.
2010-07-28 Austin Englishkernel32/tests: Add a test for CreateFileA.
2010-07-28 Austin Englishdmusic: use a previously unused variable.
2010-07-28 Piotr Cabanmsvcp90: Added 64-bit exports.
2010-07-28 André Hentschelkernel32: Spelling fix in a comment.
2010-07-28 Wade Gobelgdiplus: Implemented GdipFillClosedCurve and GdipFillCl...
2010-07-28 Wade Gobelgdiplus: Fixed GdipFillClosedCurve2 and GdipFillClosedC...
next