Commit Graph

28598 Commits

Author SHA1 Message Date
Huw Davies
8ccf1066eb inetcomm: Add a stub implementation of the MimeSecurity object. 2007-11-07 11:57:16 +01:00
Maarten Lankhorst
511af0d186 dsound: Add conformance tests for 24/32 bits buffers and waveformatextensible. 2007-11-07 11:54:34 +01:00
Maarten Lankhorst
2a117a2017 dsound: Add support for WAVEFORMATEXTENSIBLE format. 2007-11-07 11:48:56 +01:00
Alexandre Julliard
964d83501a kernel32: Add spec entries for LocaleNameToLCID and LCIDToLocaleName. 2007-11-06 20:37:54 +01:00
Rob Shearman
92db6d2c2f server: Don't do access checks on the security descriptors of newly created objects. 2007-11-06 14:52:21 +01:00
Alexandre Julliard
a1b02c2cec comctl32/tests: Flush pending events before progress repaint tests. 2007-11-06 14:39:41 +01:00
Alexandre Julliard
97675b1365 Include objbase.h where need to get the DllRegisterServer prototype. 2007-11-06 14:39:16 +01:00
Alexandre Julliard
0590fe2ecf Make some variables static. 2007-11-06 14:38:54 +01:00
James Hawkins
25a612b8f3 msi: Test that the install state is dependent on the feature and component registration. 2007-11-06 14:01:21 +01:00
James Hawkins
c31fd4371a msi: Process the ADDSOURCE property when setting feature states. 2007-11-06 14:01:17 +01:00
James Hawkins
75b825da17 msi: Test the install states of removed features. 2007-11-06 14:01:12 +01:00
James Hawkins
fcc490d047 msi: Add a missing struct initialization. 2007-11-06 14:01:03 +01:00
Laurent Vromman
6f140f9bec gdi32: Add a test for CloseFigure. 2007-11-06 14:00:40 +01:00
Alexandre Julliard
2b77fed4cd user32: Fixed A<->W translations of CREATESTRUCTs that contain atoms. 2007-11-06 13:58:05 +01:00
Roderick Colenbrander
b3f7a5565a wined3d: Make sure the format of the render target is P8 too. 2007-11-06 13:57:03 +01:00
Roderick Colenbrander
df892ff67d wined3d: Rewrite the draw buffer selection code.
Before it was done in findContext, before selecting the new context
which is bad (it doesn't always work). The new code works and this
change also fixes some draw buffer regressions that happened during
the surface rewrite from the last couple of days.
2007-11-06 13:56:55 +01:00
Stefan Dösinger
3febe738ab wined3d: Handle ps 3.0 varyings in a different way. 2007-11-06 13:34:57 +01:00
Stefan Dösinger
654571f2fc wined3d: Add a max varyings member to the gl info structure. 2007-11-06 13:34:47 +01:00
Stefan Dösinger
0615c8e454 wined3d: Pixel Shader varying indexing. 2007-11-06 13:34:40 +01:00
Stefan Dösinger
9a9dfc76cb wined3d: Make pixel shader input an array. 2007-11-06 13:34:32 +01:00
Stefan Dösinger
672ed031ce wined3d: Only glBindAttribLocation used attributes. 2007-11-06 13:34:26 +01:00
Juan Lang
182ec0a50d wsock32: Check return value rather than returned size for error. 2007-11-06 13:34:15 +01:00
Juan Lang
2593ee873d setupapi: Don't convert strings past NULL-terminator. 2007-11-06 13:34:03 +01:00
Juan Lang
1d2e0672b7 setupapi: Downgrade an ERR to a WARN. 2007-11-06 13:33:53 +01:00
Juan Lang
13ff6e7a1b setupapi: Correct a return value. 2007-11-06 13:33:47 +01:00
Juan Lang
0a5e09d794 setupapi: Fix a leak. 2007-11-06 13:33:38 +01:00
Dan Hipschman
a0ac63961d widl: Don't rely on type_memsize to return 0 for all conformant arrays. 2007-11-06 13:02:56 +01:00
Kovács András
21f5afa6ad dwmapi: Add DwmEnableComposition stub. 2007-11-06 13:02:49 +01:00
Detlef Riekenberg
d6d0239f73 winspool: Error check in add_printer_driver() was to strict.
Reported by Dan Sawyer.
2007-11-06 13:02:41 +01:00
Andrew Talbot
efdc116856 shell32: Constify some variables. 2007-11-06 13:02:25 +01:00
Jacek Caban
a3717bff18 mshtml: Added AcceptLanguage handling. 2007-11-06 13:02:19 +01:00
Jacek Caban
57b876dd0d mshtml: Call Exec(CGID_ShellDocView, 84) in start_binding. 2007-11-06 13:02:15 +01:00
Jacek Caban
918b00f8ef mshtml: More range tests and fixes. 2007-11-06 13:02:03 +01:00
Jacek Caban
f309cdf733 mshtml: Store HTMLDocument pointer in BSCallback object. 2007-11-06 13:01:49 +01:00
David Adam
951ca73ff7 d3dx8: Implement D3DXMatrixOrthoOffCenterLH. 2007-11-06 13:01:41 +01:00
David Adam
9fc132d02f d3dx8: Implement D3DXMatrixOrthoOffCenterRH. 2007-11-06 13:01:31 +01:00
David Adam
2a7d4bd3d2 d3dx8: Uniformize the matrix format in the tests. 2007-11-06 13:01:18 +01:00
Alex Villacís Lasso
5d8b8cd899 riched20: EM_GETMODIFY should not report modification after WM_SETTEXT (fixes todo_wine). 2007-11-06 13:01:09 +01:00
Huw Davies
ba6b7e8ba5 inetcomm: Add a test for MimeOleCreateVirtualStream. 2007-11-06 13:01:00 +01:00
Francois Gouget
94799c3cc7 kernel32: Fix the image size in a test to avoid a BSOD on Windows XP SP1. 2007-11-05 15:06:40 +01:00
Francois Gouget
83e2f44268 winex11: Fix compilation on systems that don't support either nameless unions or nameless structs. 2007-11-05 15:06:35 +01:00
Francois Gouget
7b00b60cf5 user32: Fix compilation on systems that don't support either nameless unions or nameless structs. 2007-11-05 15:06:31 +01:00
Rob Shearman
04dc115b54 rpcrt4: Handle FC_IGNORE in the base type functions. 2007-11-05 15:06:06 +01:00
Nigel Liang
6f44627b04 wininet: Release object in HttpSendRequestExW before return on error. 2007-11-05 15:05:16 +01:00
Alistair Leslie-Hughes
73e2ff5901 msxml: Fix a memory leak. 2007-11-05 15:00:52 +01:00
David Adam
597a77f7d6 d3dx8: Fix the number and the type of variables in d3dx8.spec. 2007-11-05 14:58:54 +01:00
David Adam
4bbe41bb5e d3dx8: Implement D3DXMatrixPerspectiveOrthoLH. 2007-11-05 14:58:45 +01:00
David Adam
23d9da1eb9 d3dx8: Implement D3DXMatrixPerspectiveOrthoRH. 2007-11-05 14:58:38 +01:00
David Adam
515d7101ce d3dx8: Implement D3DXMatrixPerspectiveOffCenterLH. 2007-11-05 14:58:31 +01:00
David Adam
110fcb4926 d3dx8: Implement D3DXMatrixPerspectiveOffCenterRH. 2007-11-05 14:58:24 +01:00