wine
2006-05-11  Alexandre JulliardRelease 0.9.13. wine-0.9.13
2006-05-11  Stefan Leichterkernel: Fix CreateToolhelp32Snapshot tests on win2k.
2006-05-11  Eric Pouechdbghelp: SymFindFileInPath and PDB
2006-05-11  Eric Pouechdbghelp: Removed call to registered callback when unloa...
2006-05-11  Eric Pouechdbghelp: Implemented SymSearchW.
2006-05-11  Eric Pouechdbghelp: Implemented SymEnumSymbolsW.
2006-05-11  Eric Pouechdbghelp: Improved SymSearch (now using tag, index and...
2006-05-11  Eric Pouechdbghelp: Factorize and simplify a bit symbol enumeratio...
2006-05-11  Eric Pouechdbghelp: Stubbed SymGetSourceFileTokenW.
2006-05-11  Eric Pouechdbghelp: Implemented SymGetLineFromAddrW64.
2006-05-11  Eric Pouechdbghelp: Implemented SymFromAddrW.
2006-05-11  Eric Pouechdbghelp: Implemented SymGetModuleInfoW and SymGetModule...
2006-05-11  Eric Pouechdbghelp: Implemented SymLoadModuleExW.
2006-05-11  Eric Pouechdbghelp: Implemented SymRegisterCallbackW64 and 64...
2006-05-11  Eric Pouechdbghelp: SymInitializeW.
2006-05-11  Eric Pouechdbghelp: Updated spec file.
2006-05-11  Ivan Gyurdievwined3d: Set pIndexData to 0 in DrawIndexedPrimitiveUP.
2006-05-11  Ivan Gyurdievwined3d: Initialize volume format.
2006-05-11  Ivan Gyurdievwined3d: Share shader_dump_ins_modifiers().
2006-05-11  Robert Reifwinmm: Fix wave test volume warning.
2006-05-11  Mike McCormackwininet: Fix a typo (spotted by Coverity).
2006-05-11  Mike McCormackadvapi32: Fix a typo (spotted by Peter Berg Larsen).
2006-05-10  Alexandre Julliarduser: Prefer SendMessageW over SendMessageA where possible.
2006-05-10  Alexandre Julliardx11drv: Prefer SendMessageW over SendMessageA where...
2006-05-10  Francois Gougetwinapi_check: Fix 'long int' parsing.
2006-05-10  Robert ShearmanCheck the return value from register_key_guid in all...
2006-05-10  Bernd Buschinskintdll: Stub implementation of FSCTL_LOCK_VOLUME/FSCTL_U...
2006-05-10  James Hawkinsntdll: Add initial tests for the NT Ports API.
2006-05-10  Mike McCormackadvapi32: Implement and test SystemFunction032 (arc4...
2006-05-10  Mike McCormackadvapi32: Implement and test SystemFunction007.
2006-05-10  Mike McCormackadvapi32: Implement and test SystemFunction001.
2006-05-10  Mike McCormackadvapi32: Implement and test SystemFunction008.
2006-05-10  Mike McCormackrpcrt4: Cache the connection so we don't rebind on...
2006-05-10  Robert Shearmanole32: Add a test for IMoniker_IsDirty.
2006-05-10  Robert Shearmanrpcrt4: Use the buffer passed in as an argument and...
2006-05-10  Robert Shearmanrpcrt4: Align conformances and variances correctly...
2006-05-10  Robert Shearmanrpcrt4: Move the writing and sizing of variances and...
2006-05-10  Robert Shearmanrpcrt4: Correctly align the buffer to read/write array...
2006-05-10  Robert Shearmanrpcrt4: Correctly align the buffer before reading/writi...
2006-05-10  Robert Shearmanrpcrt4: Rename NonEncapsulatedUnionSize to NdrNonEncaps...
2006-05-10  Robert Shearmanrpcrt4: Remove unintuitive requirement to pass the...
2006-05-10  Robert Shearmanole32: Exception handling shouldn't be needed around...
2006-05-10  Huw Daviesoleaut32: Correctly handle the case when the number...
2006-05-10  Huw Daviesoleaut32: Support VT_SAFEARRAY in the typelib marshaler.
2006-05-10  Huw Daviesoleaut32: Add a function to grow the marshal state...
2006-05-10  Alexandre Julliarduser: Moved Get/SetClassLong16 to wnd16.c.
2006-05-10  Alexandre Julliarduser: Have WINPROC_GetProc16 allocate a new winproc...
2006-05-10  Alexandre Julliarduser: Store the pointer to the winproc in the thunk...
2006-05-10  Alexandre Julliarduser: Make the WINDOWPROCTYPE enum private to winproc.c.
2006-05-10  Alexandre Julliarduser: Replace WINPROC_GetProcType by WINPROC_IsUnicode.
2006-05-10  Alexandre Julliarduser: Replace WINDOWPROCTYPE by a unicode flag in WINPR...
2006-05-10  Alexandre Julliarduser: Add a WIN_ISUNICODE flag instead of relying on...
2006-05-10  Jason Greenwined3d: Further split GLSL & ARB_v/f_program generatio...
2006-05-10  Jason Greenwined3d: Modified the opcode tables (and struct) to...
2006-05-10  Jason Greenwined3d: Use GenerateShader in pixel shaders and remove...
2006-05-10  Jason Greenwined3d: Add GenerateShader function to pixel shaders.
2006-05-10  Jason Greenwined3d: Use new GenerateShader function for vertex...
2006-05-10  Jason Greenwined3d: Added new GenerateShader function for Vertex...
2006-05-10  Jason Greenwined3d: Created generate_base_shader which will be...
2006-05-10  Jason Greenwined3d: Rename the TEMP variables in vertexshader...
2006-05-10  Jason Greenwined3d: Place # of textures, addresses, & temps used...
2006-05-10  Jason Greenwined3d: Further split up GenerateProgramArbHW for...
2006-05-10  Jason Greenwined3d: Move D3DSIO_M#x# vertex shader opcodes to...
2006-05-10  Jason Greenwined3d: Move DCL, DEF operations out of Generate loop...
2006-05-10  Jason Greenwined3d: Move program_dump_decl_usage into baseshader.
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-05-10  Ivan Gyurdievwined3d: Clean up some dead code.
2006-05-10  Ivan Gyurdievwined3d: Break out texture instruction processing.
2006-05-10  Ivan Gyurdievwined3d: Break out arithmetic instruction processing.
2006-05-10  Ivan Gyurdievwined3d: Merge register counting pass.
2006-05-10  Ivan Gyurdievwined3d: Make register counting pass the same.
2006-05-10  Stefan Dösingerwined3d: Update the DIB section's palette on GetDC.
2006-05-10  Stefan Dösingerwined3d: Update the device palette if the primary palet...
2006-05-10  Stefan Dösingerwined3d: Implement WineD3DSurface palette methods.
2006-05-10  Stefan Dösingerwined3d: Implement GetFlipStatus and GetBltStatus.
2006-05-10  Stefan Dösingerwined3d: Implement IWineD3DSurface::Flip.
2006-05-10  Juan Langcrypt32: Partially implement CertGetIssuerCertificateFr...
2006-05-10  Juan Langcrypt32: Implement CRYPT_VERIFY_CERT_SIGN_ISSUER_CERT...
2006-05-10  James Hawkinsntdll: Return STATUS_NOT_IMPLEMENTED for the unimplemen...
2006-05-10  Michael Jungshell32: Support BFFM_SETSELECTION[AW] and BFFM_SETEXPA...
2006-05-10  Uwe Bonneskernel: Comm_CheckEvents: Only warn for non-empty trans...
2006-05-09  Alexandre Julliardx11drv: We really need to flush the display when destro...
2006-05-09  Eric Pouechntdll/kernel32: EscapeCommFunction & associated IOCTLs
2006-05-09  Eric Pouechntdll/kernel32: SetupComm & SET_QUEUE_SIZE
2006-05-09  Eric Pouechntdll/kernel32: [SG]etCommTimeout, SERIAL_[GS]ET_TIMEOUT
2006-05-09  Eric Pouechntdll/kernel32: GetCommState & IOCTL_GET_CHARS
2006-05-09  Eric Pouechntdll/kernel32: GetCommState & IOCTL_SERIAL_GET_HANDFLOW
2006-05-09  Eric Pouechntdll/kernel32: GetCommState & SERIAL_GET_LINE_CONTROL
2006-05-09  Eric Pouechntdll/kernel32: GetCommState & IOCTL_GET_BAUD_RATE
2006-05-09  Eric Pouechntdll/kernel32: SetCommState & IOCTL_SET_CHARS
2006-05-09  Eric Pouechntdll/kernel32: SetCommState & IOCTL_SET_HANDFLOW
2006-05-09  Eric Pouechntdll/kernel32: SetCommState & IOCTL_SET_LINE_CONTROL
2006-05-09  Eric Pouechntdll/kernel32: SetCommState & IOCTL_SET_BAUD_RATE
2006-05-09  Stefan Dösingerwined3d: Implement IWineD3DSurface::SetColorKey.
2006-05-09  Stefan Dösingerwined3d: Implement IWineD3DSurface::IsLost and Restore.
2006-05-09  Stefan Dösingerwined3d: rhw vertex fixup.
2006-05-09  Ivan Gyurdievwined3d: Share get_opcode.
2006-05-09  Robert Reifwinmm: Print out more info on failed test.
2006-05-09  Hans Leidekkerdnsapi: The ttl value should be ignored when comparing...
2006-05-09  David Lichtermanmciwave: Fix make install error.
next