Rob Shearman
|
86a0b1d24e
|
rpcrt4: Implement NdrConformantStringMemorySize.
|
2007-12-31 16:47:55 +01:00 |
Rob Shearman
|
274dc73ba1
|
rpcrt4: Add some tests for non-conformant strings.
|
2007-12-31 16:46:16 +01:00 |
Rob Shearman
|
eeeed91d92
|
rpcrt4: Implement non-conformant string functions.
|
2007-12-31 16:46:10 +01:00 |
Rob Shearman
|
8b8795136d
|
rpcss: Initialise some out-only parameters that aren't initialised by the generated RPC code.
|
2007-12-31 16:46:02 +01:00 |
Michael Stefaniuc
|
872188c1d8
|
user32: Remove unneeded casts.
|
2007-12-31 16:45:53 +01:00 |
Michael Stefaniuc
|
d152d5ceeb
|
wininet: Fix typo in comparison with NULL. Found by Smatch.
|
2007-12-31 16:45:49 +01:00 |
Lei Zhang
|
003b5de4f2
|
gdiplus: Add GdipCreatePen2 and test cases.
|
2007-12-31 16:45:34 +01:00 |
Lei Zhang
|
b810430f1f
|
gdiplus: Initialize a variable in a test.
|
2007-12-31 16:45:29 +01:00 |
Andrew Talbot
|
1ebe82af65
|
ntdll: Remove unneeded casts.
|
2007-12-31 16:45:22 +01:00 |
Andrew Talbot
|
8402f7a437
|
msvfw32: Remove unneeded casts.
|
2007-12-31 16:44:46 +01:00 |
Jacek Caban
|
48017908ad
|
urlmon: Added more binding tests.
|
2007-12-31 16:21:24 +01:00 |
Jacek Caban
|
da6dbedbe9
|
urlmon: Release protocol sink in Terminate.
|
2007-12-31 16:21:15 +01:00 |
Jacek Caban
|
2afdc8f591
|
urlmon: More ReportProgress implementation.
|
2007-12-31 16:21:11 +01:00 |
Jacek Caban
|
2e62330c67
|
urlmon: Move setting protocol_sink to separated function.
|
2007-12-31 16:21:08 +01:00 |
Alexandre Julliard
|
c036175094
|
Release 0.9.52.
|
2007-12-28 16:26:23 +01:00 |
Vincent Hardy
|
d306bc0090
|
regedit: Window caption correction.
|
2007-12-28 13:20:33 +01:00 |
Roderick Colenbrander
|
f3df6cf42b
|
wined3d: Only store the palette index in the alpha component when the primary render target uses P8.
This was already done in other places but I missed this spot.
|
2007-12-28 11:45:03 +01:00 |
Roderick Colenbrander
|
756cb66e78
|
wined3d: In case of GL_EXT_paletted_textures we use GL_COLOR_INDEX and don't need a GL_RED fixup.
|
2007-12-28 11:44:49 +01:00 |
Dmitry Timoshkov
|
e735e199ad
|
user32: Reimplement IsHungAppWindow.
|
2007-12-28 11:43:57 +01:00 |
Jacek Caban
|
3c985a442a
|
urlmon: Rename BindProtocol's IInternetProtocolSink methods.
Binding's implementation uses the same names, what makes reading logs
harder.
|
2007-12-28 11:29:57 +01:00 |
Jacek Caban
|
8f09522357
|
urlmon: Use heap_alloc_zero to allocate BindProtocol.
|
2007-12-28 11:29:48 +01:00 |
Jacek Caban
|
f4ded1c2a5
|
urlmon: Added mime filters tests.
|
2007-12-28 11:29:44 +01:00 |
Jacek Caban
|
8a669c9a19
|
urlmon: Added [Un]RegisterMimeFilter implementation.
|
2007-12-28 11:29:39 +01:00 |
Jacek Caban
|
96be709c2e
|
urlmon: RegisterNameSpace clean up.
|
2007-12-28 11:29:33 +01:00 |
Jacek Caban
|
6b6eb8c436
|
urlmon: Added CoInternetQueryInfo tests.
|
2007-12-28 11:29:27 +01:00 |
Jacek Caban
|
7d223172c5
|
urlmon: Added CoInternetQueryInfo implementation.
|
2007-12-28 11:29:22 +01:00 |
Jacek Caban
|
c19fb7f011
|
mshtml: Added QueryInfo tests.
|
2007-12-28 11:29:17 +01:00 |
Jacek Caban
|
e93353b2b5
|
mshtml: Added ResProtocolInfo::QueryInfo implementation.
|
2007-12-28 11:29:08 +01:00 |
Jacek Caban
|
8a87ea5b6a
|
mshtml: Added AboutProtocolInfo::QueryInfo implementation.
|
2007-12-28 11:29:04 +01:00 |
Stefan Dösinger
|
ea093f4a38
|
wined3d: Multiply the half pixel correction with .w.
|
2007-12-28 11:28:59 +01:00 |
Rob Shearman
|
0b0c75ed19
|
server: Initialise the apc_call_t union in async_set_result to all zero to avoid a Valgrind warning.
|
2007-12-27 15:12:07 +01:00 |
Mike McCormack
|
cc405b1522
|
shell32: Implement "My Network Places" shell folder.
|
2007-12-27 14:13:30 +01:00 |
Marcus Meissner
|
2cb3f982a6
|
d3d9: Initialize pVertexBuffer.
|
2007-12-27 14:13:30 +01:00 |
Aric Stewart
|
a8e62526f7
|
fonts: Correct External leading for japanese small font and enable fontmetric test for the font.
|
2007-12-27 14:13:30 +01:00 |
Rob Shearman
|
1f90e88657
|
explorer: Fix memory leak when one or more properties are not present on a hal device.
|
2007-12-27 14:13:29 +01:00 |
Rob Shearman
|
63a74c7dd4
|
rpcss: Zero the memory of several variables before writing them to the pipe to silence Valgrind warnings.
|
2007-12-27 14:13:29 +01:00 |
Stefan Dösinger
|
fd711c57df
|
wined3d: Combine two glScalef calls into one.
|
2007-12-27 13:44:18 +01:00 |
Stefan Dösinger
|
44b8915371
|
wined3d: Get rid of the invymat.
glScalef(1.0, -1.0, 1.0) does the same as the glMultMatrix with the
invymat matrix, and it is more optimal.
|
2007-12-27 13:44:13 +01:00 |
Stefan Dösinger
|
2bec23fd7c
|
wined3d: Fix a problem in BltOverride.
|
2007-12-27 13:44:05 +01:00 |
Gerald Pfeifer
|
05cf0bdf81
|
msi: Fix error handling in encode_streamname().
|
2007-12-27 13:43:56 +01:00 |
Alexander Dorofeyev
|
27c98fd628
|
wined3d: Also update alpha test when stage texture is NULL.
|
2007-12-27 13:43:49 +01:00 |
Alexander Nicolaysen Sørnes
|
5624948c71
|
comdlg32: PageSetupDlgW: Load paper orientation in ChangePrinterW.
|
2007-12-26 14:03:57 +01:00 |
Alexander Dorofeyev
|
1e23602d4b
|
wined3d: Add zero/near zero vertex rhw special case.
|
2007-12-26 14:03:48 +01:00 |
Alexander Dorofeyev
|
d5a09fdda7
|
ws2_32: Fix timeout check.
|
2007-12-26 14:03:41 +01:00 |
Rob Shearman
|
3e8a032e8b
|
rpcrt4: Re-use existing memory for embedded pointers in NdrVaryingArrayUnmarshall.
|
2007-12-26 14:02:58 +01:00 |
Rob Shearman
|
273766ee6f
|
rpcrt4: Re-use existing memory for embedded pointers in NdrConformantVaryingArrayUnmarshall.
|
2007-12-26 14:02:55 +01:00 |
Rob Shearman
|
a05923e1d3
|
rpcrt4: Add tests for varying and conformant varying arrays.
|
2007-12-26 14:02:53 +01:00 |
Andrey Turkin
|
a38cd7ac01
|
dbghelp: Treat const addresses as const unsigned.
This will prevent winedbg from spamming about __wine_dbch__default.
|
2007-12-26 14:02:22 +01:00 |
Rob Shearman
|
da93bc702f
|
quartz: Fix memory leak in FilterGraphInner_Release.
|
2007-12-26 14:02:10 +01:00 |
Rob Shearman
|
0efbce5112
|
oleaut32: Fix copy and paste error in VARIANT_UserUnmarshall with VT_UNKNOWN test.
The variant type is VT_UNKNOWN so we should be using V_UNKNOWN, not
V_VARIANTREF(V_R8) to check the type unmarshalled properly.
|
2007-12-26 14:02:04 +01:00 |