Mike McCormack
|
9f89427291
|
msi: Use CLSIDFromString to make squash_guid a bit more robust.
|
2006-07-24 19:55:53 +02:00 |
Mike McCormack
|
bc673bff01
|
msi: Make MsiConfigureFeature a bit more robust.
|
2006-07-24 19:55:50 +02:00 |
Mike McCormack
|
0bfb9c3e3d
|
msi: Move COM server implementation to a separate file.
|
2006-07-24 19:55:41 +02:00 |
Mike McCormack
|
d9ef88cd7d
|
configure: Check for freetype-config first, then use the libraries it specifies.
|
2006-07-24 19:55:36 +02:00 |
Jason Green
|
ac8f2c033c
|
wined3d: Improve traces for D3DTRANSFORMSTATETYPE.
Added debug function for WINED3DTRANSFORMSTATETYPE and changed all
references from D3DTS_* to WINED3DTS_*.
|
2006-07-24 19:55:27 +02:00 |
Alexandre Julliard
|
e325efbd8d
|
preloader: Allocate more space in low memory as well as for top-down allocations.
|
2006-07-24 15:25:39 +02:00 |
Alexandre Julliard
|
6c9ade0529
|
ntdll: Allocate the PEB with NtAllocateVirtualMemory too.
|
2006-07-24 15:19:32 +02:00 |
Alexandre Julliard
|
cc297050f9
|
ntdll: Support memory allocations inside reserved areas.
|
2006-07-24 14:00:19 +02:00 |
Alexandre Julliard
|
c060cdbc14
|
ntdll: Propagate the MEM_TOP_DOWN flag into the map_view() function.
|
2006-07-24 13:59:44 +02:00 |
Alexandre Julliard
|
0b39d1a89e
|
libwine: Added a function to enumerate the reserved mmap areas.
|
2006-07-24 13:59:10 +02:00 |
Robert Shearman
|
c0596e0ae9
|
msi: The szLogFile parameter of MsiEnableLogW is optional, so handle the case of it being NULL.
|
2006-07-24 13:47:50 +02:00 |
Robert Shearman
|
5700fe8a61
|
rpcrt4: Set BufferMark before calling EmbeddedPointerMarshall, EmbeddedPointerUnmarshall or EmbeddedPointerMemorySize.
|
2006-07-24 13:47:40 +02:00 |
Robert Shearman
|
ba9158e2e1
|
rpcrt4: Improve the stubs for RpcImpersonateClient and RpcRevertToSelf.
|
2006-07-24 13:47:36 +02:00 |
Robert Shearman
|
a8531067c4
|
rpcrt4: Support small fixed arrays in EmbeddedComplexSize.
|
2006-07-24 13:47:31 +02:00 |
Robert Shearman
|
4c4fc14fe9
|
rpcrt4: Allocate memory based on MaxCount, not ActualCount in NdrConformantStringUnmarshall.
|
2006-07-24 13:47:25 +02:00 |
Robert Shearman
|
98c26a81fe
|
rpcrt4: Add support for marshaling the FC_HYPER base type in complex types.
Change the FIXME messages to print out unrecognised format characters in
hex rather than decimal.
|
2006-07-24 13:47:13 +02:00 |
Robert Shearman
|
2334e18ada
|
uuid: Add IIDs and CLSIDs from xmldso.h.
|
2006-07-24 13:47:08 +02:00 |
Robert Shearman
|
eb885a750f
|
oleaut32: Initialize pRetVal in ITypeInfo::Invoke before calling VariantCopyInd
as native doesn't assume that it doesn't contain valid data.
|
2006-07-24 13:46:57 +02:00 |
Robert Shearman
|
986b33d171
|
msxml3: Use general DLL registration framework to register CLSIDs and ProgID's.
|
2006-07-24 13:46:44 +02:00 |
Mike McCormack
|
a652e28517
|
msi: Add a test case for MsiGetFileHash.
|
2006-07-24 13:46:37 +02:00 |
Mike McCormack
|
e8a7587bdb
|
msi: Implement MsiGetFileHash.
|
2006-07-24 13:46:33 +02:00 |
Mike McCormack
|
6eb4bfe85f
|
winex11.drv: Avoid an uninitialized variable warning.
|
2006-07-24 13:46:26 +02:00 |
Alexandre Julliard
|
0b79d9245d
|
winevdm: Load sound.drv too.
|
2006-07-24 13:27:15 +02:00 |
Dan Hipschman
|
82c11ce002
|
widl: Allow write_type to output full pointer types.
|
2006-07-24 13:27:15 +02:00 |
Stefan Dösinger
|
a98ccb543d
|
wined3d: Draw the cursor.
|
2006-07-24 13:27:15 +02:00 |
Stefan Dösinger
|
14c2aa0ed6
|
wined3d: Use the ddraw blitting code for IWineD3DDevice::ColorFill.
|
2006-07-24 13:27:15 +02:00 |
Mike McCormack
|
bb141641d3
|
msi: Reimplement MsiGetUserInfo using awstrings.
|
2006-07-24 13:27:15 +02:00 |
Dan Kegel
|
91f9746d2f
|
winedos: Limit reported disk space to 1GB.
|
2006-07-24 12:57:34 +02:00 |
Jason Green
|
75950b5bf8
|
wined3d: Replace memset/memcpy routines on stateblock (fixes dynamic shader constants regression).
|
2006-07-24 12:57:34 +02:00 |
Detlef Riekenberg
|
75dce501ef
|
comdlg32/tests: PrintDlg with PD_RETURNDEFAULT can fail.
|
2006-07-24 12:57:34 +02:00 |
Vitaliy Margolen
|
3241974ebd
|
dinput: Simplify code a bit.
|
2006-07-24 12:57:34 +02:00 |
Vitaliy Margolen
|
b88c1677d1
|
dinput: Fix small typo.
|
2006-07-24 12:57:34 +02:00 |
Stefan Dösinger
|
127613bc6f
|
wined3d: Whitelist pixelformats instead of blacklisting.
|
2006-07-24 12:57:34 +02:00 |
Stefan Dösinger
|
a64febd3d1
|
wined3d: Reactivate the X bits fixup.
|
2006-07-24 12:57:33 +02:00 |
Mike McCormack
|
dc4d5b0f0e
|
msi: MoveMsiEnumPatches to registry.c
|
2006-07-24 12:57:33 +02:00 |
Mike McCormack
|
591309875a
|
shdocvw: Register MruListLong.
|
2006-07-24 12:57:33 +02:00 |
Mike McCormack
|
6212439936
|
hlink: Implement HlinkNavigateToStringReference.
|
2006-07-24 12:57:33 +02:00 |
Mike McCormack
|
e4025c50c7
|
hlink: Only release an object that we successfully created.
|
2006-07-24 12:57:33 +02:00 |
Mike McCormack
|
c307df85cc
|
query: Add a stub implementation for LocateCatalogs.
|
2006-07-24 12:57:33 +02:00 |
Hwang YunSong(황윤성
|
6ff25905b0
|
winhelp: Updated Korean resource.
|
2006-07-24 12:57:33 +02:00 |
Robert Reif
|
11370742b5
|
winnt.h: Add more SID defines.
|
2006-07-24 12:57:33 +02:00 |
Jacek Caban
|
a04ffc3795
|
urlmon: Don't use freed string in TRACE.
|
2006-07-24 12:57:33 +02:00 |
Jacek Caban
|
9dc2563aaa
|
shdocvw: Return S_OK in IPersistStreamInit::Load.
|
2006-07-24 12:57:32 +02:00 |
Louis. Lenders
|
e41cd2ff14
|
shell32: Define one more avi resource.
|
2006-07-24 12:57:32 +02:00 |
James Hawkins
|
dc0aad523b
|
msi: Add tests for component and feature states.
|
2006-07-24 12:57:32 +02:00 |
Andrew Talbot
|
bbd8008b55
|
shell32/tests: Write-strings warnings fix.
|
2006-07-24 12:57:32 +02:00 |
Andrew Talbot
|
0c96a42a59
|
riched20: Write-strings warnings fix.
The string members of the FINDTEXT and FINDTEXTEX structs are declared
constant in the SDK.
|
2006-07-24 12:57:32 +02:00 |
Piotr Caban
|
9e740600c3
|
oleview: Added interface handling to idl display.
|
2006-07-24 12:57:32 +02:00 |
James Hawkins
|
e295bd9743
|
msi: Expand features with odd Display values.
|
2006-07-21 20:22:48 +02:00 |
James Hawkins
|
cf9886e6e0
|
msi: Don't display a feature if its Display value is zero.
|
2006-07-21 20:22:41 +02:00 |