Juan Lang
|
a98dad4f93
|
crypt32: Only apply a name constraint if the name form is present.
|
2009-11-18 11:08:25 +01:00 |
Juan Lang
|
f6d3348b7c
|
crypt32: Partially implement checking name constraints with directory names.
|
2009-11-18 11:08:20 +01:00 |
Juan Lang
|
7c44544a6d
|
crypt32: Use helper functions to match excluded and permitted subtrees of name constraints.
|
2009-11-18 11:08:14 +01:00 |
Juan Lang
|
9a40de08de
|
crypt32: Let caller set error codes when name constraints aren't met.
|
2009-11-18 11:08:08 +01:00 |
Juan Lang
|
f8044948ba
|
crypt32: Remove an unnecessary if.
|
2009-11-18 11:08:01 +01:00 |
Juan Lang
|
8585203103
|
crypt32: Prohibit name constraints that contain neither an excluded nor a permitted subtree.
|
2009-11-18 11:07:53 +01:00 |
Vincent Povirk
|
e77e9e45aa
|
ole32: Add a DirRef type for references to directory entries.
|
2009-11-18 11:03:58 +01:00 |
Vincent Povirk
|
d3dbc8b1e6
|
ole32: Rename property variables in storage stream implementation.
|
2009-11-18 11:03:30 +01:00 |
Alexandre Julliard
|
17349a06b1
|
gdi32: Remove remaining references to gdi32 internals from gdi16.c.
|
2009-11-17 22:30:08 +01:00 |
Alexandre Julliard
|
06e09f67b4
|
gdi32: Disable SetSolidBrush16 since it requires access to gdi32 internals.
|
2009-11-17 22:29:37 +01:00 |
Alexandre Julliard
|
d9700b6a77
|
gdi32: Reimplement the 16-bit metafile functions on top of the 32-bit ones.
|
2009-11-17 19:58:02 +01:00 |
Hans Leidekker
|
4990ca0ea3
|
wininet: Avoid a crash on NULL lpcszHeader in HttpSendRequestExW.
|
2009-11-17 16:05:36 +01:00 |
Hans Leidekker
|
bd4bc16147
|
msi: Don't set the ALLUSERS property.
|
2009-11-17 16:05:27 +01:00 |
Hans Leidekker
|
fd549aa25d
|
msi: Set the LogonUser property.
|
2009-11-17 16:05:15 +01:00 |
Louis Lenders
|
76ae295a09
|
ntoskrnl.exe: Add stub for MmAllocateContiguousMemory.
|
2009-11-17 16:04:33 +01:00 |
Louis Lenders
|
6c350ad155
|
ntoskrnl.exe: Add stub for MmAllocatePagesForMdl.
|
2009-11-17 16:03:50 +01:00 |
Rob Shearman
|
4c8eec346d
|
oleaut32: Add a test for the memory pointed to by a byref parameter being preserved through a remote IDispatch::Invoke call.
|
2009-11-17 15:15:11 +01:00 |
Alexandre Julliard
|
c73e2d5e02
|
gdi32: Reset the visible region in ResetDC.
|
2009-11-17 15:14:56 +01:00 |
André Hentschel
|
e4beddb664
|
gdi32: Don't strip font suffix.
|
2009-11-17 15:14:56 +01:00 |
Andrew Eikum
|
3f63a2968d
|
mshtml: Implement IHTMLWindow2::get_top.
|
2009-11-17 15:14:56 +01:00 |
Austin Lund
|
38d44e0a52
|
ddraw/tests: Fix test failure for D3DFMT_A2R10G10B10 pixel format in GetDC tests.
|
2009-11-17 15:14:56 +01:00 |
Andrew Eikum
|
d4b670ad6a
|
jscript: Implement decodeURIComponent.
|
2009-11-17 15:14:56 +01:00 |
Paul Vriens
|
6befd9f54c
|
advapi32/tests: Add some extra info to an ok() call.
|
2009-11-17 15:14:55 +01:00 |
Paul Vriens
|
e732ca1935
|
advapi32/tests: Fix some test failures on Vista without a servicepack.
|
2009-11-17 15:14:55 +01:00 |
Henri Verbeet
|
2ac74fa511
|
d3d8: Make convert_to_wined3d_declaration() static.
|
2009-11-17 15:14:55 +01:00 |
Henri Verbeet
|
e0525b663e
|
d3d8: Move D3D8CB_DestroySwapChain() to device.c.
|
2009-11-17 15:14:54 +01:00 |
Henri Verbeet
|
fea466455b
|
d3d8: Add a separate function for device initialization.
|
2009-11-17 15:14:54 +01:00 |
Henri Verbeet
|
7676c66431
|
wined3d: WINED3DFMT_FLAG_GETDC is a basic format flag.
It has nothing to do with OpenGL, so shouldn't be in "gl_formats_template".
This fixes a regression introduced by e1469961d4 .
|
2009-11-17 15:14:54 +01:00 |
Henri Verbeet
|
db2273652d
|
wined3d: Add a format table for basic format flags like WINED3DFMT_FLAG_FOURCC.
|
2009-11-17 15:14:54 +01:00 |
Rob Shearman
|
bd56916f90
|
server: Extend get_token_user server call to also retrieve SIDs for the token's owner or primary group.
|
2009-11-17 15:14:54 +01:00 |
Alexandre Julliard
|
184f1fe331
|
winex11: Get rid of the SetDCOrg entry point.
|
2009-11-17 15:14:54 +01:00 |
Alexandre Julliard
|
1c67717876
|
gdi32: Get rid of the SetDCOrg driver entry point.
|
2009-11-17 15:14:54 +01:00 |
Alexandre Julliard
|
1fd7159cae
|
gdi32: Disable SetDCOrg16.
|
2009-11-17 15:14:54 +01:00 |
Alexandre Julliard
|
16da76923d
|
gdi32: Reimplement SaveVisRgn16/RestoreVisRgn16 to avoid accessing the DC internals.
|
2009-11-17 15:14:54 +01:00 |
Alexandre Julliard
|
61925b7e89
|
gdi32: Return copies of the region in InquireVisRgn16 and GetClipRgn16.
|
2009-11-17 15:14:54 +01:00 |
Alexandre Julliard
|
569f56e87a
|
gdi32: Disable the 16-bit visible region manipulation functions.
|
2009-11-17 15:14:54 +01:00 |
Alexandre Julliard
|
250237e1c1
|
gdi32: Reimplement LPtoDP16/DPtoLP16 on top of the 32-bit functions.
|
2009-11-17 15:14:54 +01:00 |
Alexandre Julliard
|
9a145d13f1
|
gdi32: Don't crash when we don't have AbortProc thunks.
|
2009-11-17 15:14:54 +01:00 |
Juan Lang
|
a299470622
|
crypt32/tests: Fix another test failure.
|
2009-11-17 15:14:53 +01:00 |
Juan Lang
|
440c702ce4
|
crypt32: Implement CertIsRDNAttrsInCertificateName.
|
2009-11-17 15:14:53 +01:00 |
Juan Lang
|
ed74536f0c
|
crypt32: Add tests for CertIsRDNAttrsInCertificateName.
|
2009-11-17 15:14:53 +01:00 |
Juan Lang
|
7d12294f08
|
crypt32: Add stub for CertIsRDNAttrsInCertificateName.
|
2009-11-17 15:14:53 +01:00 |
Juan Lang
|
4a948fa929
|
crypt32: Add more tests for CertCompareCertificateName.
|
2009-11-17 15:14:53 +01:00 |
Owen Rudge
|
459361d4d6
|
comctl32/tests: Use defined flags instead of magic numbers in v6 tests.
|
2009-11-17 15:14:53 +01:00 |
Owen Rudge
|
9db87f13d3
|
shell32: Implement SHGetImageList and remove todo_wine from imagelist tests.
|
2009-11-17 15:14:53 +01:00 |
Owen Rudge
|
c0a6c5cd3f
|
comctl32/tests: Add hotspot/drag test for IImageList.
|
2009-11-17 15:14:53 +01:00 |
Owen Rudge
|
341e6ed533
|
comctl32: Implement imagelist drag functions, GetOverlayImage.
|
2009-11-17 15:14:53 +01:00 |
Owen Rudge
|
2e9a6e96e3
|
comctl32: Implement GetImageRect, Get/SetIconSize, Get/SetBkColor.
|
2009-11-17 15:14:53 +01:00 |
Owen Rudge
|
9adc1b8fd6
|
comctl32/tests: Add test of IImageList_Merge function.
|
2009-11-17 15:14:53 +01:00 |
Paul Vriens
|
bfa2479d4d
|
advapi32/tests: Fix some test failures on NT4.
|
2009-11-17 15:14:53 +01:00 |